diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-27 02:30:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-27 02:30:00 +0000 |
commit | e2da9f03382e5c3eb019ff2257beef723f75476c (patch) | |
tree | 53cd6441cb4ff1566ad0788a1f7d3cab0ea70114 /puppet/post.j2.yaml | |
parent | eaa8092211a7cc805f320ad9aba830a5800d2bce (diff) | |
parent | 71f13388161cbab12fe284f7b251ca8d36f7635c (diff) |
Merge "Allows use of Mistral workflows during deployment steps"
Diffstat (limited to 'puppet/post.j2.yaml')
-rw-r--r-- | puppet/post.j2.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/puppet/post.j2.yaml b/puppet/post.j2.yaml index 3a15cec6..370ffa8a 100644 --- a/puppet/post.j2.yaml +++ b/puppet/post.j2.yaml @@ -8,7 +8,9 @@ parameters: servers: type: json description: Mapping of Role name e.g Controller to a list of servers - + stack_name: + type: string + description: Name of the topmost stack role_data: type: json description: Mapping of Role name e.g Controller to the per-role data @@ -24,5 +26,4 @@ parameters: Setting this to a unique value will re-run any deployment tasks which perform configuration on a Heat stack-update. -resources: {% include 'puppet-steps.j2' %} |