Allow using multiple remote IP prefixes for security groups
[integration.git] / deployment / noheat / infra-openstack / ansible / group_vars / all.yml.sample
index c2d551d..7ca72de 100644 (file)
@@ -8,7 +8,9 @@ keypair:
 
 securitygroup:
   name: &securitygroup_name "onap_ci_lab"
-  remote_ip_prefix: "172.24.4.0/24"
+  remote_ip_prefix:
+    - "172.24.4.0/24"
+    - "192.168.1.0/24"
 
 image:
   name: &image_name "Ubuntu_18.04"