diff options
Diffstat (limited to 'deployment/noheat/infra-openstack/ansible/group_vars')
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample | 2 | ||||
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample index 470c2b120..f0e1b0037 100644 --- a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample +++ b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample @@ -11,6 +11,8 @@ securitygroup: remote_ip_prefix: - "172.24.4.0/24" - "192.168.1.0/24" + local_ip_prefix: + - "192.168.1.0/24" image: name: &image_name "Ubuntu_18.04" diff --git a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap index fb4f20861..fbfe432be 100644 --- a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap +++ b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap @@ -10,6 +10,8 @@ securitygroup: name: &securitygroup_name "onap_ci_lab" remote_ip_prefix: - "0.0.0.0/0" + local_ip_prefix: + - "192.168.1.0/24" image: name: &image_name "Ubuntu_18.04" |