From: David Galloway Date: Wed, 13 Feb 2019 16:06:47 +0000 (-0500) Subject: common: After reboot, wait longer before polling for connection X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7d7d0be914b5f2d2ec3e126f403aa0d6d4f4a8cd;p=ceph-cm-ansible.git common: After reboot, wait longer before polling for connection In some instances, the mira still hadn't rebooted before wait_for_connection ran. Signed-off-by: David Galloway --- diff --git a/roles/common/tasks/yum_systems.yml b/roles/common/tasks/yum_systems.yml index 0517f47..fd58864 100644 --- a/roles/common/tasks/yum_systems.yml +++ b/roles/common/tasks/yum_systems.yml @@ -27,7 +27,7 @@ - name: Wait for reboot in case of systemd workaround wait_for_connection: - delay: 20 + delay: 40 timeout: 300 when: '"Connection timed out" in current_tz.stderr' tags: