Merge "Add extra_args to update prepare and converge"

This commit is contained in:
Zuul 2021-09-23 13:55:44 +00:00 committed by Gerrit Code Review
commit cad160f4f1
3 changed files with 5 additions and 0 deletions

View File

@ -317,3 +317,6 @@ rhsm_overcloud_env: ''
# ephemeral heat enabled
ephemeral_heat: false
# extra args for update prepare and update converge
extra_args: ''

View File

@ -54,4 +54,5 @@ openstack overcloud update converge ${CONVERGE_ANSWER} \
{% if roles_data != default_roles_data -%}
--roles-file {{ roles_data }} \
{% endif -%}
{{ extra_args }} \
2>&1

View File

@ -57,4 +57,5 @@ openstack overcloud update prepare ${PREPARE_ANSWER} \
{% if roles_data != default_roles_data -%}
--roles-file {{ roles_data }} \
{% endif -%}
{{ extra_args }} \
2>&1