From 1743c3177146a72a203ccfd3414238ff7f51f3fd Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 9 Aug 2017 13:32:52 -0400 Subject: [PATCH] Reduce infracloud by 50% We are seeing a large amount of jobs timing out in infracloud over the last few days. We believe this is a result of networking issues. Reduce for now until we can confirm from HPE. Change-Id: Iaf7f4321d13ee77d7acac19ce608b353e4981f8b Signed-off-by: Paul Belanger --- nodepool/nodepool.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index c2829c3615..8fa53b9515 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -749,7 +749,7 @@ providers: cloud: infracloud-vanilla api-timeout: 60 boot-timeout: 120 - max-servers: 82 + max-servers: 41 nodepool-id: 'nodepool.openstack.org' rate: 0.25 image-type: 'qcow2' @@ -824,7 +824,7 @@ providers: cloud: infracloud-chocolate api-timeout: 60 boot-timeout: 120 - max-servers: 63 + max-servers: 31 nodepool-id: 'nodepool.openstack.org' rate: 0.25 image-type: 'qcow2'