From: Giulio Fidente Date: Wed, 3 Jun 2015 14:29:07 +0000 (+0200) Subject: Make CephStorageDeployment depend on NetworkDeployment X-Git-Tag: opnfv-6.0.0~2483^2~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ce34efda2fa11dd4dc5f46877fd78a784b1b5f56;p=apex-tripleo-heat-templates.git Make CephStorageDeployment depend on NetworkDeployment Change-Id: I5b6454d0e09eba79fc0376e963fd0e4c64105081 --- diff --git a/puppet/ceph-storage-puppet.yaml b/puppet/ceph-storage-puppet.yaml index 00dbca01..b887438c 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}