Set launch-timeout to 600 for OVH

When OVH is working as execpted, it usually takes 45 seconds to bring
a node online. When things are not working, it takes much longer.
Rather then waiting the default 3600 seconds to fail, drop to 600 to
help speed up nodes being rescheduled.

Change-Id: I122e1782b95f580517c34019ff16b39a053a8115
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger
2018-03-24 07:36:52 -04:00
parent 528c353cf1
commit 82ec89b728
+2
View File
@@ -24,6 +24,7 @@ providers:
region-name: 'BHS1'
cloud: ovh
boot-timeout: 120
launch-timeout: 600
rate: 0.1
diskimages: &provider_diskimages
- name: centos-7
@@ -98,6 +99,7 @@ providers:
region-name: 'GRA1'
cloud: ovh
boot-timeout: 120
launch-timeout: 600
rate: 0.1
diskimages: *provider_diskimages
pools: