aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/ceph-storage-puppet.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-06-17 20:19:24 +0000
committerGerrit Code Review <review@openstack.org>2015-06-17 20:19:24 +0000
commit4827a841a2cd91d4d2b2101e1c01ed7820d54838 (patch)
treebd7f9872502334d2cf3c736730b5e9d6204cea99 /puppet/ceph-storage-puppet.yaml
parent7691bacbde2eac6b18800096c46dbb9141a64481 (diff)
parentce34efda2fa11dd4dc5f46877fd78a784b1b5f56 (diff)
Merge "Make CephStorageDeployment depend on NetworkDeployment"
Diffstat (limited to 'puppet/ceph-storage-puppet.yaml')
-rw-r--r--puppet/ceph-storage-puppet.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/ceph-storage-puppet.yaml b/puppet/ceph-storage-puppet.yaml
index 615533ee..2250f429 100644
--- a/puppet/ceph-storage-puppet.yaml
+++ b/puppet/ceph-storage-puppet.yaml
@@ -90,6 +90,7 @@ resources:
CephStorageDeployment:
type: OS::Heat::StructuredDeployment
+ depends_on: NetworkDeployment
properties:
config: {get_resource: CephStorageConfig}
server: {get_resource: CephStorage}