diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-05-04 10:01:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-05-04 10:01:28 +0000 |
commit | 1bbf7a27e3fff594b68a8d9fce94ff07a5611d01 (patch) | |
tree | e2f0bcce1741e6112ea62caf39b4ea56a7e3f3a1 /puppet | |
parent | ecb86f35ba971bdaa48e821a91e71a20a95b0691 (diff) | |
parent | aa0bd9eb1b16581f258f0fe1a4e7331df67c1c85 (diff) |
Merge "Fix distinguishing between stack-create and stack-update"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/all-nodes-config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/all-nodes-config.yaml b/puppet/all-nodes-config.yaml index 90eb1b09..b065ddd2 100644 --- a/puppet/all-nodes-config.yaml +++ b/puppet/all-nodes-config.yaml @@ -67,6 +67,12 @@ parameters: description: > Setting to a previously unused value during stack-update will trigger package update on all nodes + StackAction: + type: string + description: > + Heat action on performed top-level stack. + constraints: + - allowed_values: ['CREATE', 'UPDATE'] resources: @@ -303,6 +309,7 @@ resources: deploy_identifier: {get_param: DeployIdentifier} update_identifier: {get_param: UpdateIdentifier} + stack_action: {get_param: StackAction} outputs: config_id: |