From 3293beedf815d39927a6c77da792db9313449a3a Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 25 Apr 2018 10:46:57 -0400 Subject: [PATCH] Disable VEXXHOST in Nodepool Volume quota support is currently not implemented as well as no cleaning up of stale volumes which can result in the volume quotas to be hit and then Nodepool will endlessly create VMs and destroy them non-stop as they constantly go to ERROR state. Change-Id: I845d34082d14b2b311242aac011ba047b5eae364 --- nodepool/nl03.openstack.org.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodepool/nl03.openstack.org.yaml b/nodepool/nl03.openstack.org.yaml index a063c9400d..b5c1b6ded0 100644 --- a/nodepool/nl03.openstack.org.yaml +++ b/nodepool/nl03.openstack.org.yaml @@ -110,7 +110,9 @@ providers: diskimages: *provider_diskimages pools: - name: main - max-servers: 10 + # NOTE(mnaser): Disable until Volume quotas and clean ups are available + # in Nodepool. + max-servers: -1 labels: - name: centos-7 min-ram: 8000