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
This commit is contained in:
Mohammed Naser 2018-04-25 10:46:57 -04:00
parent 407de22ca9
commit 3293beedf8
1 changed files with 3 additions and 1 deletions

View File

@ -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