commit | 8e93ccec9ebc7838d58e0bfb25d7af6032c7b458 | [log] [tgz] |
---|---|---|
author | Andrew Baraniuk <abaraniuk@mirantis.com> | Thu Jun 13 13:22:07 2019 +0300 |
committer | Andrew Baraniuk <abaraniuk@mirantis.com> | Thu Jun 13 13:22:54 2019 +0300 |
tree | e6adee9b121cc21a685592916799fe189086dbeb | |
parent | 8ed9b7b0db21a28084c1ff28fcc44e5f7c4b7d7d [diff] [blame] |
Add public network to ccc Change-Id: I5399692c3633b27ce6c0a9b47c289d5bf9c008d0
diff --git a/tcp_tests/templates/heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml b/tcp_tests/templates/heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml index 48a601c..0e3707e 100644 --- a/tcp_tests/templates/heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml +++ b/tcp_tests/templates/heat-cicd-pike-contrail41-sl/salt-context-cookiecutter-contrail.yaml
@@ -295,6 +295,11 @@ manila_enabled: 'False' barbican_enabled: 'False' barbican_integration_enabled: 'False' + openstack_create_public_network: 'True' + openstack_public_neutron_subnet_gateway: 192.168.200.1 + openstack_public_neutron_subnet_cidr: 192.168.200.0/24 + openstack_public_neutron_subnet_allocation_start: 192.168.200.10 + openstack_public_neutron_subnet_allocation_end: 192.168.200.250 # SSL settings nova_vnc_tls_enabled: 'True' stacklight_ssl_enabled: 'True'