]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
fog: Wait 10 minutes for machine to be reachable after deploy 1158/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 27 Feb 2018 18:29:56 +0000 (13:29 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 20 Mar 2018 18:29:13 +0000 (14:29 -0400)
commit5cf638be97af11ca422727441784567d1e44d291
tree205d8e5715093d579f3827978e7ab5659a695629
parent33f0f4b379be5477b874348eb16bb0f208b18648
fog: Wait 10 minutes for machine to be reachable after deploy

A lot's going on in rc.local after a machine is provisioned with FOG.  5
minutes is a little aggressive when taking into account the time it
takes for:
 - The machine to reboot after the FOG task completes
 - BIOS to load
 - DHCP/PXE/TFTP to timeout (double this if NIC order isn't correct)
 - OS to boot and rc.local to do its magic

Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/provision/fog.py
teuthology/provision/test/test_fog.py