From 035d849fb2cb37a18d740344072632ab56d214ca Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 26 Jul 2024 09:37:55 -0700 Subject: [PATCH] Set linaro cloud's max servers to 0 The hardware that the linaro cloud is running on is going away on August 10. In preparation for that shutdown we're going to wind down our use of the cloud now. The first step in doing that is to set the maximum test node usage to 0. Once nodes are no longer used we can clean up images and so on. Change-Id: Ib4655908190869b255807bd9a42645be4c339fb0 --- nodepool/nl03.opendev.org.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodepool/nl03.opendev.org.yaml b/nodepool/nl03.opendev.org.yaml index 967a522ca7..fbfd7fae29 100644 --- a/nodepool/nl03.opendev.org.yaml +++ b/nodepool/nl03.opendev.org.yaml @@ -399,8 +399,8 @@ providers: - name: main # Network assignment is 147.28.149.96/27, one host is the # mirror node. - # Temporarily lowered from 28 to 16 due to "no valid host" errors - max-servers: 16 + # Set to zero in preparation for cloud shutdown + max-servers: 0 labels: - name: centos-9-stream-arm64 flavor-name: 'opendev'