commit | 9033f21438c1e8bdaf5e49e4db99c4b7228b5274 | [log] [tgz] |
---|---|---|
author | Taras Khlivnyak <tkhlivnyak@mirantis.com> | Mon Sep 20 11:10:04 2021 +0300 |
committer | Taras Khlivnyak <tkhlivnyak@mirantis.com> | Mon Sep 20 12:34:16 2021 +0300 |
tree | 0fd7fc3d6622714504072bfbf6dd688c1767a044 | |
parent | 8924180399c558e07326ef82d9b7cc5e2274df78 [diff] |
Add VM for OpenDaylight Partial-fix: MOSSUST-111 Change-Id: I62dd67dcf112d124ef42e3131b0c96f7cad044c7
diff --git a/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/salt-context-cookiecutter-openstack_odl.yaml b/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/salt-context-cookiecutter-openstack_odl.yaml index c09d859..abf1834 100644 --- a/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/salt-context-cookiecutter-openstack_odl.yaml +++ b/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/salt-context-cookiecutter-openstack_odl.yaml
@@ -360,6 +360,8 @@ stacklight_telemetry_node02_hostname: mtr02 stacklight_telemetry_node03_address: 10.167.11.99 stacklight_telemetry_node03_hostname: mtr03 + opendaylight_control_node01_address: 10.167.11.220 + opendaylight_control_node01_hostname: odl01 static_ips_on_deploy_network_enabled: 'False' tenant_network_gateway: 10.167.13.1 tenant_network_netmask: 255.255.255.0
diff --git a/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/salt-context-vcp-environment.yaml b/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/salt-context-vcp-environment.yaml index 5717e2e..b2e6985 100644 --- a/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/salt-context-vcp-environment.yaml +++ b/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/salt-context-vcp-environment.yaml
@@ -339,3 +339,14 @@ role: single_dhcp ens3: role: single_ctl + + odl01.bm-e7-cicd-pike-odl-maas.local: + reclass_storage_name: opendaylight_control_node01 + roles: + - opendaylight_control + - linux_system_codename_xenial + interfaces: + ens2: + role: single_dhcp + ens3: + role: single_ctl