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 %}
|
{% if tripleo_upgrade_debug|bool %}
|
||||||
--debug \
|
--debug \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if overcloud_ssh_user %}
|
|
||||||
--ssh-user {{ overcloud_ssh_user }} \
|
|
||||||
{% endif %}
|
|
||||||
--nodes {{ item }} --playbook {{ playbook }} 2>&1
|
--nodes {{ item }} --playbook {{ playbook }} 2>&1
|
||||||
|
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
@ -31,9 +28,6 @@ openstack overcloud update run \
|
|||||||
{% if tripleo_upgrade_debug|bool %}
|
{% if tripleo_upgrade_debug|bool %}
|
||||||
--debug \
|
--debug \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if overcloud_ssh_user %}
|
|
||||||
--ssh-user {{ overcloud_ssh_user }} \
|
|
||||||
{% endif %}
|
|
||||||
--nodes {{ item }} --playbook all 2>&1
|
--nodes {{ item }} --playbook all 2>&1
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -93,9 +93,6 @@ openstack overcloud upgrade run \
|
|||||||
{% if tripleo_upgrade_debug|bool %}
|
{% if tripleo_upgrade_debug|bool %}
|
||||||
--debug \
|
--debug \
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% if overcloud_ssh_user -%}
|
|
||||||
--ssh-user {{ overcloud_ssh_user }} \
|
|
||||||
{% endif -%}
|
|
||||||
--roles {{ item }} --playbook all 2>&1
|
--roles {{ item }} --playbook all 2>&1
|
||||||
|
|
||||||
echo "[$(date)] Finished major upgrade for {{ item }} role"
|
echo "[$(date)] Finished major upgrade for {{ item }} role"
|
||||||
|
Loading…
Reference in New Issue
Block a user