Increase timeout 77/67177/1
authorManuel Buil <mbuil@suse.com>
Tue, 5 Mar 2019 14:17:43 +0000 (15:17 +0100)
committerManuel Buil <mbuil@suse.com>
Tue, 5 Mar 2019 14:17:43 +0000 (15:17 +0100)
Baremetal is failing because ironic takes long to transfer the image to the
hard drive of the nodes

Change-Id: Ief704e92307d1ea7fe55ee0268abae49e0126503
Signed-off-by: Manuel Buil <mbuil@suse.com>
xci/infra/bifrost/playbooks/wait-for-baremetal.yml

index cb42cc4..96aab29 100644 (file)
@@ -9,9 +9,9 @@
   gather_facts: False
   tasks:
     - name: "Wait for nodes to reboot."
-      wait_for: state=stopped port=22 host={{ ipv4_address }} timeout=240
+      wait_for: state=stopped port=22 host={{ ipv4_address }} timeout=5000
       delegate_to: opnfv
     - name: "Wait for nodes to become available."
-      wait_for: state=started port=22 host={{ ipv4_address }} timeout=3600
+      wait_for: state=started port=22 host={{ ipv4_address }} timeout=5000
       delegate_to: opnfv