Set overcloud_ssh_user to zuul in upgrades jobs.

Currently, we are using zuul user as overcloud_ssh_user during overcloud
deployment. While for upgrades, we are still passing tripleo-admin. This
is causing the upgrade prepare command to fail.

Change-Id: If4bd02dad8d69ba4c818ba8d800423bcc8ecfea4
Closes-Bug: #1813564
This commit is contained in:
Jose Luis Franco Arza 2019-01-28 12:58:06 +01:00
parent 4a26aaf504
commit 22faab5b30
4 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ container_registry_file: >-
{%- endif -%}
# Adjust user to CI
overcloud_ssh_user: "tripleo-admin"
overcloud_ssh_user: "zuul"
# Workaround for deploying newton from queen.
overcloud_prep_post_hook_script: |

View File

@ -25,7 +25,7 @@ tripleo_upgrade_debug: true
tripleo_upgrade_converge_plan_only: true
tripleo_ci: true
use_oooq: true
overcloud_ssh_user: "tripleo-admin"
overcloud_ssh_user: "zuul"
network_isolation: false
enable_pacemaker: false

View File

@ -43,7 +43,7 @@ container_registry_file: >-
tripleo_ci: true
use_oooq: true
tripleo_upgrade_debug: true
overcloud_ssh_user: "tripleo-admin"
overcloud_ssh_user: "zuul"
# Mandatory for deployed_servers
tripleo_upgrade_validations_non_fatal: true
# Reduce CI wall time

View File

@ -47,7 +47,7 @@ container_registry_file: >-
tripleo_ci: true
use_oooq: true
tripleo_upgrade_debug: true
overcloud_ssh_user: "tripleo-admin"
overcloud_ssh_user: "zuul"
# Mandatory for deployed_servers
tripleo_upgrade_validations_non_fatal: true
# Reduce CI wall time