diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-30 08:35:46 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-30 08:35:46 +0000 |
commit | 35e1411c8c8d4aa1261dab0fc31c6c1d32a33bfc (patch) | |
tree | 9e29b5615602084de18025e8d03aefdc68d3462e | |
parent | a396ac325af8950acb18227f1a6a487159776020 (diff) | |
parent | 19ebaad7545753f9583c6fd538b0772bceb8a972 (diff) |
Merge "Add stack_name/ctlplane_service_ips into post-upgrade.j2.yaml"
-rw-r--r-- | puppet/post-upgrade.j2.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/puppet/post-upgrade.j2.yaml b/puppet/post-upgrade.j2.yaml index c51b6e1b..bdd1e613 100644 --- a/puppet/post-upgrade.j2.yaml +++ b/puppet/post-upgrade.j2.yaml @@ -8,17 +8,20 @@ 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 - DeployIdentifier: default: '' type: string description: > Setting this to a unique value will re-run any deployment tasks which perform configuration on a Heat stack-update. + ctlplane_service_ips: + type: json resources: # Note the include here is the same as post.j2.yaml but the data used at |