diff options
Diffstat (limited to 'tools/cicdansible/group_vars/all.yml')
-rw-r--r-- | tools/cicdansible/group_vars/all.yml | 2 |
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 |