commit | abd6e1d898823bc5a7763de7055457e42d03f7c5 | [log] [tgz] |
---|---|---|
author | Tatyanka Leontovich <tleontovich@mirantis.com> | Fri Nov 09 17:10:46 2018 +0000 |
committer | Gerrit Code Review <support@gerrithub.io> | Fri Nov 09 17:10:46 2018 +0000 |
tree | 74e41a23a7fc2c11c7b971dc9518e27c7d6bcedc | |
parent | 31acd3c11de5a1696ca24f7050036225a5ea9ea5 [diff] | |
parent | 4ab16799291e7c64cff9fb3f7ec4f9db3c88f4bd [diff] |
Merge "Add octavia ip data"
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 1561577..94b6549 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
@@ -261,3 +261,8 @@ upstream_proxy_enabled: 'False' use_default_network_scheme: 'False' openstack_octavia_enabled: 'True' + octavia_hm_bind_ip: 192.168.1.12 + 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 +
diff --git a/tcp_tests/templates/cookied-mcp-pike-dvr/_context-cookiecutter-mcp-pike-dvr.yaml b/tcp_tests/templates/cookied-mcp-pike-dvr/_context-cookiecutter-mcp-pike-dvr.yaml index 622b371..64031ea 100644 --- a/tcp_tests/templates/cookied-mcp-pike-dvr/_context-cookiecutter-mcp-pike-dvr.yaml +++ b/tcp_tests/templates/cookied-mcp-pike-dvr/_context-cookiecutter-mcp-pike-dvr.yaml
@@ -227,4 +227,9 @@ openstack_share_hostname: share openstack_share_node01_hostname: share01 openstack_octavia_enabled: 'True' + octavia_hm_bind_ip: 192.168.1.12 + 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 +