Change interface roles for heat based envs
Change-Id: Ic482270a0a01e38f0e18059cc5b49d2ac8340bfe
diff --git a/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml b/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml
index 45efa02..2d901b3 100644
--- a/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml
+++ b/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml
@@ -225,7 +225,7 @@
openstack_ovs_encapsulation_type: vxlan
#openstack_proxy_address: 172.17.16.80 # external network endpoint
openstack_proxy_address: 10.167.4.80 # external network endpoint
- openstack_proxy_vip_interface: ens5
+ openstack_proxy_vip_interface: ens6
openstack_proxy_hostname: prx
openstack_proxy_node01_address: 10.167.4.81
openstack_proxy_node01_hostname: prx01
@@ -302,9 +302,9 @@
openstack_create_public_network: 'True'
openstack_public_neutron_subnet_gateway: 10.9.0.1
- openstack_public_neutron_subnet_cidr: 10.9.0.0/24
- openstack_public_neutron_subnet_allocation_start: 10.9.0.201
- openstack_public_neutron_subnet_allocation_end: 10.9.0.245
+ openstack_public_neutron_subnet_cidr: 10.9.0.0/16
+ openstack_public_neutron_subnet_allocation_start: 10.9.128.5
+ openstack_public_neutron_subnet_allocation_end: 10.9.128.253
#openstack_public_neutron_subnet_gateway: 172.17.16.1
#openstack_public_neutron_subnet_cidr: 172.17.16.0/24
@@ -379,4 +379,4 @@
password_regex_description: "Your password could contains capital letters, lowercase letters, digits, symbols '~ ! @ # % ^ & * _ = +' and have a minimum length of 32 characters"
change_password_upon_first_use: False
- stacklight_ssl_enabled: 'True'
\ No newline at end of file
+ stacklight_ssl_enabled: 'True'