[CICDANSIBLE] Change default node count to 4
[oom/offline-installer.git] / tools / cicdansible / group_vars / all.yml
index 581e7c4..72ac5e0 100644 (file)
@@ -26,21 +26,28 @@ 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"
+subnet_cidr: "10.1.0.0/16"
 #Start of dhcp allocation range for subnet.
 subnet_range_start: "10.1.0.4"
 #Subnet allocation range end.
 subnet_range_end: "10.1.0.254"
 #Ip address of router used as a gateway to external network.
 router_addr: "10.1.0.1"
+#A list of dns resolvers for all instances
+dns_nameservers: []
 #Cidr of external subnet to allow access to, 0.0.0.0/0 means allow internet access.
 # For offline deployment it is recommended to set this to a cidr of intranet.
 external_subnet_cidr: ""
 #Address of cicd docker registry.
 cicd_docker_registry: ""
+#Address of custom docker registry mirror
+docker_registry_mirror: ""
 #Number of nodes to deploy.
-num_nodes: "3"
+num_nodes: "4"
 #Stack name to deploy on heat.
 stack_name: "installer-test"
 #Address of resource server with packages.
@@ -61,3 +68,5 @@ install_app: true
 # You can use it to override any variable in offline installer except those
 # supported directly by cicdansible.
 application_config: ''
+# Id of the network for demo usecases
+demo_network_id: ""