Change interface roles for heat based envs
Change-Id: Ic482270a0a01e38f0e18059cc5b49d2ac8340bfe
diff --git a/tcp_tests/templates/heat-cicd-pike-dvr-sl/salt-context-cookiecutter.yaml b/tcp_tests/templates/heat-cicd-pike-dvr-sl/salt-context-cookiecutter.yaml
index 136e4c1..0c5bbac 100644
--- a/tcp_tests/templates/heat-cicd-pike-dvr-sl/salt-context-cookiecutter.yaml
+++ b/tcp_tests/templates/heat-cicd-pike-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
@@ -301,9 +301,9 @@
openstack_internal_protocol: 'https'
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
@@ -376,4 +376,4 @@
minimum_password_age: 0
password_regex: "'^[a-zA-Z0-9~!@#%^&\\*_=+]{32,}$$'"
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
\ No newline at end of file
+ change_password_upon_first_use: False