Merge "Add stack_name/ctlplane_service_ips into post-upgrade.j2.yaml"

This commit is contained in:
Jenkins 2017-06-30 08:35:46 +00:00 committed by Gerrit Code Review
commit 35e1411c8c
1 changed files with 5 additions and 2 deletions

View File

@ -8,17 +8,20 @@ parameters:
servers: servers:
type: json type: json
description: Mapping of Role name e.g Controller to a list of servers 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: role_data:
type: json type: json
description: Mapping of Role name e.g Controller to the per-role data description: Mapping of Role name e.g Controller to the per-role data
DeployIdentifier: DeployIdentifier:
default: '' default: ''
type: string type: string
description: > description: >
Setting this to a unique value will re-run any deployment tasks which Setting this to a unique value will re-run any deployment tasks which
perform configuration on a Heat stack-update. perform configuration on a Heat stack-update.
ctlplane_service_ips:
type: json
resources: resources:
# Note the include here is the same as post.j2.yaml but the data used at # Note the include here is the same as post.j2.yaml but the data used at