Chore: Drop AVAILABILITY_ZONE 93/68293/2
authorMohammed Naser <mnaser@vexxhost.com>
Wed, 14 Jul 2021 17:04:00 +0000 (13:04 -0400)
committerMohammed Naser <mnaser@vexxhost.com>
Wed, 14 Jul 2021 17:41:19 +0000 (13:41 -0400)
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.

Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Change-Id: If962fb6c16905a57fb1548e6524badca41c1826c
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
docs/infra/bootstrap.rst

index 7bb1488..e4561b2 100644 (file)
@@ -289,7 +289,6 @@ Bootstrap common-packer and initial builder
          SANDBOX_CAP=4
          FLOATING_IP_POOL=
          SECURITY_GROUPS=default
-         AVAILABILITY_ZONE=ca-ymq-2
          STARTUP_TIMEOUT=600000
          KEY_PAIR_NAME=jenkins-ssh
          NUM_EXECUTORS=1