From 8356cc8abb1513cf768bb7d4ef8e76a6b736f198 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 29 Jun 2017 11:36:15 -0700 Subject: [PATCH] Drop capacity in Blue Box cloud This cloud is being decommissioned. Reduce capacity to let it drain before removing it. Change-Id: Id10fd37eee0457a48cf4c35ad6b822a3bcea2855 --- nodepool/nodepool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index fa00158709..1d975e6157 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -577,7 +577,7 @@ providers: cloud: bluebox-sjc1 api-timeout: 60 boot-timeout: 120 - max-servers: 38 + max-servers: -1 rate: 0.001 clean-floating-ips: true template-hostname: '{image.name}-{timestamp}'