aboutsummaryrefslogtreecommitdiffstats
path: root/common/major_upgrade_steps.j2.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2017-09-11 14:39:06 +0100
committerEmilien Macchi <emilien@redhat.com>2017-09-13 00:02:29 +0000
commit5624e75de374742175bab870ae12248e7a39e8cd (patch)
tree8a6a07e5695d4fe2ebe5430048ba7d63e2114493 /common/major_upgrade_steps.j2.yaml
parent5dd018186195a735621a0ab8d4e4fd4aaafb5d38 (diff)
Add RoleConfig output to major_upgrade_steps.j2.yaml
I96ec09bc788836584c4b39dcce5bf9b80e914c71 added this output to the deploy-steps.j2, but missed adding this to the major upgrade template which means the overcloud RoleConfig output is broken after the upgrade (until the converge update switches back to the deploy-steps.j2 derived template) Closes-Bug: #1716404 Change-Id: I331fa18b456ca2d6c124316d513374e3fe5a5007 (cherry picked from commit 27018b4182d77abf612697cfe54a4fc3ceeb6be5)
Diffstat (limited to 'common/major_upgrade_steps.j2.yaml')
-rw-r--r--common/major_upgrade_steps.j2.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/major_upgrade_steps.j2.yaml b/common/major_upgrade_steps.j2.yaml
index 7fc91153..5eb93d39 100644
--- a/common/major_upgrade_steps.j2.yaml
+++ b/common/major_upgrade_steps.j2.yaml
@@ -196,3 +196,7 @@ outputs:
{% for role in roles %}
{{role.name.lower()}}: {get_attr: [{{role.name}}UpgradeConfig_Step1, upgrade_config]}
{% endfor %}
+ RoleConfig:
+ description: Mapping of config data for all roles
+ value: {get_attr: [AllNodesPostUpgradeSteps, RoleConfig]}
+