diff options
author | Mohammed Naser <mnaser@vexxhost.com> | 2021-07-14 12:31:58 -0400 |
---|---|---|
committer | Mohammed Naser <mnaser@vexxhost.com> | 2021-07-14 12:39:23 -0400 |
commit | 73f1d115617b1c7de3242901d51328755cd242d5 (patch) | |
tree | aaf935bca548ad362ab7b204b669aa21028eeaf6 /jenkins-config/clouds | |
parent | 4b2867cc21c6455e3d72776079b38411a3760695 (diff) |
Drop AVAILABILITY_ZONE
By default, OpenStack will schedule you into the right availablity
zone that has capacity, hard coding this can potentially result in
not being able to provision new virtual machines.
This patch drops the hard-wired value and lets Nova on the
scheduling size pick the correct availability zone.
Issue-ID: CIMAN-407
Change-Id: I4524c3c48595f79c903f159a81e3bb138dd9e9d0
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Diffstat (limited to 'jenkins-config/clouds')
-rw-r--r-- | jenkins-config/clouds/openstack/cattle/cloud.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jenkins-config/clouds/openstack/cattle/cloud.cfg b/jenkins-config/clouds/openstack/cattle/cloud.cfg index 5695a77d1..b82693f53 100644 --- a/jenkins-config/clouds/openstack/cattle/cloud.cfg +++ b/jenkins-config/clouds/openstack/cattle/cloud.cfg @@ -14,7 +14,6 @@ INSTANCE_CAP=75 SANDBOX_CAP=4 FLOATING_IP_POOL= SECURITY_GROUPS=default -AVAILABILITY_ZONE=ca-ymq-2 STARTUP_TIMEOUT=600000 KEY_PAIR_NAME=jenkins NUM_EXECUTORS=1 |