Merge "Add wait_for_connection check after system_upgrade"

This commit is contained in:
Zuul 2020-11-04 22:26:28 +00:00 committed by Gerrit Code Review
commit f3278cb056
1 changed files with 8 additions and 1 deletions

View File

@ -51,7 +51,14 @@
when: ffu_upgrade_workarounds
tags: ffu_overcloud_system_upgrade
######## overcloud upgrade run ########
######## check overcloud is up up after system upgrade ########
- name: check {{ host }} is up after boot
wait_for_connection:
delay: 30
sleep: 30
timeout: 600
######## overcloud upgrade run ########
- name: apply pre ffu overcloud upgrade workarounds in {{ host }}
shell: |
set -o pipefail