summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/group_vars/all.yml
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2022-03-10 14:09:49 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2022-03-11 11:42:35 +0000
commit6317f18930938dc8302fc45199e73113c8f8f8ce (patch)
tree788625dfacf80650cc3aa430dab80870e0c82e5c /tools/cicdansible/group_vars/all.yml
parentdd6d4d5f50e741923ab2e95de1a5f34e870bdab3 (diff)
[CICDANSIBLE] Add availability_zone Heat stack parameter
This will allow parametrizing the availability zone in cicdansible Change-Id: Ia825b01e246acf7877b66665d436f0c4a1991b60 Issue-ID: OOM-2935 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'tools/cicdansible/group_vars/all.yml')
-rw-r--r--tools/cicdansible/group_vars/all.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cicdansible/group_vars/all.yml b/tools/cicdansible/group_vars/all.yml
index 4d044662..141bc5f1 100644
--- a/tools/cicdansible/group_vars/all.yml
+++ b/tools/cicdansible/group_vars/all.yml
@@ -26,6 +26,8 @@ infra_flavor_name: ""
installer_flavor_name: ""
#Name of the image for instances.
image_name: ""
+#Name of openstack availability zone to use for instances
+availability_zone: "nova"
#Whether to use a volume for /dockerdata-nfs or to use ephemeral disk.
#True by default, most openstack providers offer ssd volumes probably.
use_volume_for_nfs: true