Merge "Run certificate-authority independently during upgrade"

This commit is contained in:
Zuul 2021-06-09 22:02:03 +00:00 committed by Gerrit Code Review
commit 4d6459907e
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ function main {
pushd ${MAIN_PATH}/playbooks
RUN_TASKS+=("${SCRIPTS_PATH}/upgrade-utilities/deploy-config-changes.yml")
RUN_TASKS+=("certificate-authority.yml")
# we don't want to trigger container restarts for galera and rabbit
# but as there will be no hosts available for metal deployments,
# as a fallback option we just run setup-hosts.yml without any arguments