Add params for public net

Change-Id: Idb65af6d8002c1ea17245826a3ffb13e71126fa4
diff --git a/tcp_tests/templates/cookied-cicd-pike-dpdk/cookiecutter-context-pike-ovs-dpdk.yaml b/tcp_tests/templates/cookied-cicd-pike-dpdk/cookiecutter-context-pike-ovs-dpdk.yaml
index 53c9687..150e001 100644
--- a/tcp_tests/templates/cookied-cicd-pike-dpdk/cookiecutter-context-pike-ovs-dpdk.yaml
+++ b/tcp_tests/templates/cookied-cicd-pike-dpdk/cookiecutter-context-pike-ovs-dpdk.yaml
@@ -204,3 +204,8 @@
   tenant_vlan: '20'
   upstream_proxy_enabled: 'False'
   use_default_network_scheme: 'False'
+  openstack_create_public_network: 'False'
+  openstack_public_neutron_subnet_gateway: 172.17.16.1
+  openstack_public_neutron_subnet_cidr: 172.17.16.0/24
+  openstack_public_neutron_subnet_allocation_start: 172.17.16.201
+  openstack_public_neutron_subnet_allocation_end: 172.17.16.245
diff --git a/tcp_tests/templates/cookied-cicd-pike-dvr-ceph/cookiecutter-context-dvr-ceph.yaml b/tcp_tests/templates/cookied-cicd-pike-dvr-ceph/cookiecutter-context-dvr-ceph.yaml
index b26a0dd..dcf4654 100644
--- a/tcp_tests/templates/cookied-cicd-pike-dvr-ceph/cookiecutter-context-dvr-ceph.yaml
+++ b/tcp_tests/templates/cookied-cicd-pike-dvr-ceph/cookiecutter-context-dvr-ceph.yaml
@@ -294,4 +294,9 @@
   openstack_mysql_x509_enabled: 'True'
   rabbitmq_ssl_enabled: 'True'
   openstack_rabbitmq_x509_enabled: 'True'
-  openstack_internal_protocol: 'https'
\ No newline at end of file
+  openstack_internal_protocol: 'https'
+  openstack_create_public_network: 'False'
+  openstack_public_neutron_subnet_gateway: 172.17.16.1
+  openstack_public_neutron_subnet_cidr: 172.17.16.0/24
+  openstack_public_neutron_subnet_allocation_start: 172.17.16.201
+  openstack_public_neutron_subnet_allocation_end: 172.17.16.245
diff --git a/tcp_tests/templates/cookied-cicd-pike-dvr-sl/cookiecutter-context-pike-dvr-sl.yaml b/tcp_tests/templates/cookied-cicd-pike-dvr-sl/cookiecutter-context-pike-dvr-sl.yaml
index b0c69e8..3f5da39 100644
--- a/tcp_tests/templates/cookied-cicd-pike-dvr-sl/cookiecutter-context-pike-dvr-sl.yaml
+++ b/tcp_tests/templates/cookied-cicd-pike-dvr-sl/cookiecutter-context-pike-dvr-sl.yaml
@@ -232,3 +232,8 @@
   tenant_vlan: '20'
   upstream_proxy_enabled: 'False'
   use_default_network_scheme: 'False'
+  openstack_create_public_network: 'False'
+  openstack_public_neutron_subnet_gateway: 172.17.16.1
+  openstack_public_neutron_subnet_cidr: 172.17.16.0/24
+  openstack_public_neutron_subnet_allocation_start: 172.17.16.201
+  openstack_public_neutron_subnet_allocation_end: 172.17.16.245
\ No newline at end of file
diff --git a/tcp_tests/templates/cookied-cicd-pike-ovs-sl/cookiecutter-context-pike-ovs-sl.yaml b/tcp_tests/templates/cookied-cicd-pike-ovs-sl/cookiecutter-context-pike-ovs-sl.yaml
index a5a862b..1ced1bd 100644
--- a/tcp_tests/templates/cookied-cicd-pike-ovs-sl/cookiecutter-context-pike-ovs-sl.yaml
+++ b/tcp_tests/templates/cookied-cicd-pike-ovs-sl/cookiecutter-context-pike-ovs-sl.yaml
@@ -266,4 +266,8 @@
   octavia_lb_mgmt_cidr: 192.168.1.0/24
   octavia_lb_mgmt_allocation_pool_start: 192.168.1.2
   octavia_lb_mgmt_allocation_pool_end: 192.168.1.200
-
+  openstack_create_public_network: 'False'
+  openstack_public_neutron_subnet_gateway: 172.17.16.1
+  openstack_public_neutron_subnet_cidr: 172.17.16.0/24
+  openstack_public_neutron_subnet_allocation_start: 172.17.16.201
+  openstack_public_neutron_subnet_allocation_end: 172.17.16.245
diff --git a/tcp_tests/templates/cookied-cicd-queens-dvr-sl/cookiecutter-context-queens-dvr-sl.yaml b/tcp_tests/templates/cookied-cicd-queens-dvr-sl/cookiecutter-context-queens-dvr-sl.yaml
index 0fa8367..8c02c8e 100644
--- a/tcp_tests/templates/cookied-cicd-queens-dvr-sl/cookiecutter-context-queens-dvr-sl.yaml
+++ b/tcp_tests/templates/cookied-cicd-queens-dvr-sl/cookiecutter-context-queens-dvr-sl.yaml
@@ -266,5 +266,9 @@
   octavia_lb_mgmt_cidr: 192.168.1.0/24
   octavia_lb_mgmt_allocation_pool_start: 192.168.1.2
   octavia_lb_mgmt_allocation_pool_end: 192.168.1.200
-
+  openstack_create_public_network: 'False'
+  openstack_public_neutron_subnet_gateway: 172.17.16.1
+  openstack_public_neutron_subnet_cidr: 172.17.16.0/24
+  openstack_public_neutron_subnet_allocation_start: 172.17.16.201
+  openstack_public_neutron_subnet_allocation_end: 172.17.16.245