summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/group_vars/all.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cicdansible/group_vars/all.yml')
-rw-r--r--tools/cicdansible/group_vars/all.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/cicdansible/group_vars/all.yml b/tools/cicdansible/group_vars/all.yml
index 581e7c4a..f886b628 100644
--- a/tools/cicdansible/group_vars/all.yml
+++ b/tools/cicdansible/group_vars/all.yml
@@ -26,6 +26,9 @@ infra_flavor_name: ""
installer_flavor_name: ""
#Name of the image for instances.
image_name: ""
+#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
#Cidr of private subnet where instances are connected.
subnet_cidr: "10.1.0.0/24"
#Start of dhcp allocation range for subnet.