From ce34efda2fa11dd4dc5f46877fd78a784b1b5f56 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 3 Jun 2015 16:29:07 +0200 Subject: [PATCH] Make CephStorageDeployment depend on NetworkDeployment Change-Id: I5b6454d0e09eba79fc0376e963fd0e4c64105081 --- puppet/ceph-storage-puppet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/puppet/ceph-storage-puppet.yaml b/puppet/ceph-storage-puppet.yaml index 00dbca015d..b887438cdd 100644 --- a/puppet/ceph-storage-puppet.yaml +++ b/puppet/ceph-storage-puppet.yaml @@ -69,6 +69,7 @@ resources: CephStorageDeployment: type: OS::Heat::StructuredDeployment + depends_on: NetworkDeployment properties: config: {get_resource: CephStorageConfig} server: {get_resource: CephStorage}