27018b4182
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
5 lines
253 B
YAML
5 lines
253 B
YAML
# Note the include here is the same as post.j2.yaml but the data used at
|
|
# # the time of rendering is different if any roles disable upgrades
|
|
{% set enabled_roles = roles|rejectattr('disable_upgrade_deployment')|list -%}
|
|
{% include 'deploy-steps.j2' %}
|