Merge "Drop remaining ssh-user from templates."
This commit is contained in:
commit
c98618bfbe
@ -16,9 +16,6 @@ openstack overcloud update run \
|
||||
{% if tripleo_upgrade_debug|bool %}
|
||||
--debug \
|
||||
{% endif %}
|
||||
{% if overcloud_ssh_user %}
|
||||
--ssh-user {{ overcloud_ssh_user }} \
|
||||
{% endif %}
|
||||
--nodes {{ item }} --playbook {{ playbook }} 2>&1
|
||||
|
||||
{%- endfor -%}
|
||||
@ -31,9 +28,6 @@ openstack overcloud update run \
|
||||
{% if tripleo_upgrade_debug|bool %}
|
||||
--debug \
|
||||
{% endif %}
|
||||
{% if overcloud_ssh_user %}
|
||||
--ssh-user {{ overcloud_ssh_user }} \
|
||||
{% endif %}
|
||||
--nodes {{ item }} --playbook all 2>&1
|
||||
|
||||
{% endif %}
|
||||
|
@ -93,9 +93,6 @@ openstack overcloud upgrade run \
|
||||
{% if tripleo_upgrade_debug|bool %}
|
||||
--debug \
|
||||
{% endif -%}
|
||||
{% if overcloud_ssh_user -%}
|
||||
--ssh-user {{ overcloud_ssh_user }} \
|
||||
{% endif -%}
|
||||
--roles {{ item }} --playbook all 2>&1
|
||||
|
||||
echo "[$(date)] Finished major upgrade for {{ item }} role"
|
||||
|
Loading…
Reference in New Issue
Block a user