Drop AVAILABILITY_ZONE 90/96890/1
authorMohammed Naser <mnaser@vexxhost.com>
Wed, 14 Jul 2021 17:03:55 +0000 (13:03 -0400)
committerMohammed Naser <mnaser@vexxhost.com>
Wed, 14 Jul 2021 17:11:15 +0000 (13:11 -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: I4de93141eab6666c7dcebb035dd53387806a4217

packer/templates/helm.json

index 48a2a1b34399bce32bc12efad9f6cb9ea9dead00..636ec46a424da2e5fa1750cd0a5d349650b426dc 100644 (file)
@@ -31,7 +31,6 @@
       "tenant_name": "{{user `cloud_tenant`}}",
       "domain_name": "Default",
       "region": "ca-ymq-1",
-      "availability_zone": "ca-ymq-2",
       "networks": ["{{user `cloud_network`}}"],
       "user_data_file": "{{user `cloud_user_data`}}",
       "ssh_username": "{{user `ssh_user`}}",