X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=swift-storage-post.yaml;h=1b1c406d0f6825e0695656639cd57ec4047d316d;hb=e83af2b8c00d8ae21067b5001e70c030116b0dfe;hp=dfac4b2aeb158d26165d1df86616f42ee32ecd9d;hpb=44c8ef87a6cf05d998859453b1545ac62a7568e0;p=apex-tripleo-heat-templates.git diff --git a/swift-storage-post.yaml b/swift-storage-post.yaml index dfac4b2a..1b1c406d 100644 --- a/swift-storage-post.yaml +++ b/swift-storage-post.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2014-10-16 +heat_template_version: 2015-04-30 description: 'Swift Storage Post Deployment' # NOTE: this is a noop for os-apply-config style deployments because # post deployment ordering is controlled by tripleo-image-elements @@ -6,3 +6,16 @@ description: 'Swift Storage Post Deployment' parameters: servers: type: json + NodeConfigIdentifiers: + type: json + description: Value which changes if the node configuration may need to be re-applied + +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} +