]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
common: After reboot, wait longer before polling for connection 438/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 13 Feb 2019 16:06:47 +0000 (11:06 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 13 Feb 2019 16:06:47 +0000 (11:06 -0500)
In some instances, the mira still hadn't rebooted before wait_for_connection ran.

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/common/tasks/yum_systems.yml

index 0517f47aa398ceef1b1babe2ff52296b2f2856f0..fd58864176651ea303bafd76eb8542a65c52b791 100644 (file)
@@ -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: