From 7671cc88f5140ec7ea2b2052a343916bf3be34aa Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Wed, 5 Dec 2018 08:58:31 +0100 Subject: [PATCH] Reduce a little number of instances on BHS1 I'd like to isolate one host from the aggregate, but to perform that in a good way, it's better to reduce the number of instances the nodepool is trying to boot, this will avoid useless no valid host found errors. Change-Id: Iddbfba1c3093e9f128c41db91d6b5b3e1d467ce8 Signed-off-by: Arnaud Morin --- nodepool/nl04.openstack.org.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodepool/nl04.openstack.org.yaml b/nodepool/nl04.openstack.org.yaml index 61b42889df..d92adb0348 100644 --- a/nodepool/nl04.openstack.org.yaml +++ b/nodepool/nl04.openstack.org.yaml @@ -54,7 +54,7 @@ providers: config-drive: true pools: - name: main - max-servers: 159 + max-servers: 150 labels: &provider_pools_labels - name: centos-7 min-ram: 8000