X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ceph-storage-post.yaml;h=06c2a2919a24ca9f793acc016a5bd32b8a9e00bf;hb=8bdb82deb9423d1f7de2b479f97f92fb66ab3c81;hp=2a0fa0437735677a0b7aed72c051e08df08bb7d0;hpb=44a22fc61e24c2efc221edd7085c8f4d44b39fc0;p=apex-tripleo-heat-templates.git diff --git a/ceph-storage-post.yaml b/ceph-storage-post.yaml index 2a0fa043..06c2a291 100644 --- a/ceph-storage-post.yaml +++ b/ceph-storage-post.yaml @@ -1,8 +1,18 @@ -heat_template_version: 2014-10-16 +heat_template_version: 2015-04-30 description: 'Ceph Storage Post Deployment' # NOTE: this is a noop for os-apply-config style deployments because # post deployment ordering is controlled by tripleo-image-elements parameters: servers: - type: json \ No newline at end of file + type: json + +resources: + + # Note, this should come last, so use depends_on to ensure + # this is created after any other resources. + ExtraConfig: + type: OS::TripleO::NodeExtraConfigPost + properties: + servers: {get_param: servers} +