X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=compute-post.yaml;h=695690d457a248c5f5e6a300a6302d71ecb06eb7;hb=2ceb9a61111e48f3ccee68732291e40897634968;hp=8c49709f143b06821bd89fa5fd1cdc3f30189422;hpb=b11ac7e6b67c08eb7407872ece519f2675151483;p=apex-tripleo-heat-templates.git diff --git a/compute-post.yaml b/compute-post.yaml index 8c49709f..695690d4 100644 --- a/compute-post.yaml +++ b/compute-post.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2014-10-16 +heat_template_version: 2015-04-30 description: 'Compute 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,17 @@ description: 'Compute 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} +