aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2017-06-28 10:44:01 +0200
committerJiri Stransky <jistr@redhat.com>2017-06-28 10:44:01 +0200
commit9ac589295f199133df8192d67cfe10f011ef08dd (patch)
treea759bafbc1feb04e5d984d2f63fb8de6967086c6
parent8c41b702f5b1c7baf2f2160b92067bcc0267c958 (diff)
Add ctlplane_service_ips param to upgrade steps
Upgrades were broken because of this missing parameter. Change-Id: Ia88a9833ab8aa26ccc40ee235b8554c9a7fbd22d Closes-Bug: #1700923
-rw-r--r--puppet/major_upgrade_steps.j2.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/major_upgrade_steps.j2.yaml b/puppet/major_upgrade_steps.j2.yaml
index b9e0860e..574c41b0 100644
--- a/puppet/major_upgrade_steps.j2.yaml
+++ b/puppet/major_upgrade_steps.j2.yaml
@@ -14,7 +14,8 @@ parameters:
role_data:
type: json
description: Mapping of Role name e.g Controller to the per-role data
-
+ ctlplane_service_ips:
+ type: json
UpdateIdentifier:
type: string
description: >
@@ -210,6 +211,7 @@ resources:
servers: {get_param: servers}
stack_name: {get_param: stack_name}
role_data: {get_param: role_data}
+ ctlplane_service_ips: {get_param: ctlplane_service_ips}
outputs:
# Output the config for each role, just use Step1 as the config should be