Merge "Use the new limit option."

This commit is contained in:
Zuul 2019-02-15 15:40:08 +00:00 committed by Gerrit Code Review
commit 8f8f172a6f
4 changed files with 6 additions and 6 deletions

View File

@ -5,5 +5,5 @@ set -euo pipefail
source {{ undercloud_rc }}
openstack overcloud upgrade run \
--stack {{ overcloud_stack_name }} \
--nodes {{ item }} \
--limit {{ item }} \
--skip-tags validation | tee {{ working_dir}}/overcloud_upgrade_{{ item }}.log

View File

@ -8,5 +8,5 @@ openstack overcloud upgrade run \
{% if overcloud_ssh_user %}
--ssh-user {{ overcloud_ssh_user }} \
{% endif %}
--roles {{ item }} \
--limit {{ item }} \
--skip-tags validation | tee {{ working_dir}}/overcloud_upgrade_{{ item }}.log

View File

@ -16,7 +16,7 @@ openstack overcloud update run \
{% if tripleo_upgrade_debug|bool %}
--debug \
{% endif %}
--nodes {{ item }} --playbook {{ playbook }} 2>&1
--limit {{ item }} --playbook {{ playbook }} 2>&1
{%- endfor -%}
@ -28,6 +28,6 @@ openstack overcloud update run \
{% if tripleo_upgrade_debug|bool %}
--debug \
{% endif %}
--nodes {{ item }} --playbook all 2>&1
--limit {{ item }} --playbook all 2>&1
{% endif %}

View File

@ -36,7 +36,7 @@ openstack overcloud upgrade run \
{% if tripleo_upgrade_debug|bool -%}
--debug \
{% endif -%}
--roles {{ item }} --playbook {{ playbook }} 2>&1
--limit {{ item }} --playbook {{ playbook }} 2>&1
echo "[$(date)] Finished major upgrade {{ playbook }} playbook for {{ item }} role"
@ -97,7 +97,7 @@ openstack overcloud upgrade run \
{% if tripleo_upgrade_debug|bool %}
--debug \
{% endif -%}
--roles {{ item }} --playbook all 2>&1
--limit {{ item }} --playbook all 2>&1
echo "[$(date)] Finished major upgrade for {{ item }} role"