From 17718860d05a5b1a94f1e7d819b08cfbd24ed5c6 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Mon, 22 Aug 2016 13:02:02 +0300 Subject: Shift opendaylight role out of controller In order to unload controller resources place opendaylight role to a separate node. Change-Id: I63db4074a9b50d80e8b8b29abd385b37bdb5f9d7 Signed-off-by: Michael Polenchuk --- deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml | 4 ++-- deploy/scenario/no-ha_odl-l2_heat_ceilometer_scenario.yaml | 4 ++-- deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml | 4 ++-- deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml b/deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml index 333ff5af5..08b46feca 100644 --- a/deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml +++ b/deploy/scenario/no-ha_odl-bgpvpn_scenario.yaml @@ -59,11 +59,11 @@ dea-override-config: nodes: - id: 1 interfaces: interfaces_1 - role: mongo,controller,opendaylight + role: mongo,controller transformations: transformations_1 - id: 2 interfaces: interfaces_1 - role: ceph-osd,compute + role: ceph-osd,opendaylight transformations: transformations_1 - id: 3 interfaces: interfaces_1 diff --git a/deploy/scenario/no-ha_odl-l2_heat_ceilometer_scenario.yaml b/deploy/scenario/no-ha_odl-l2_heat_ceilometer_scenario.yaml index 55af51f9e..e90f7e720 100644 --- a/deploy/scenario/no-ha_odl-l2_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/no-ha_odl-l2_heat_ceilometer_scenario.yaml @@ -60,11 +60,11 @@ dea-override-config: nodes: - id: 1 interfaces: interfaces_1 - role: mongo,controller,opendaylight + role: mongo,controller transformations: transformations_1 - id: 2 interfaces: interfaces_1 - role: ceph-osd,compute + role: ceph-osd,opendaylight transformations: transformations_1 - id: 3 interfaces: interfaces_1 diff --git a/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml b/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml index 58fdd07b8..218378de3 100644 --- a/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml @@ -76,11 +76,11 @@ dea-override-config: nodes: - id: 1 interfaces: interfaces_1 - role: mongo,controller,opendaylight + role: mongo,controller transformations: transformations_1 - id: 2 interfaces: interfaces_1 - role: ceph-osd,compute + role: ceph-osd,opendaylight transformations: transformations_1 - id: 3 interfaces: interfaces_1 diff --git a/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml b/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml index bb0e28db2..7fa7829f2 100644 --- a/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml +++ b/deploy/scenario/no-ha_odl-l3_heat_ceilometer_scenario.yaml @@ -65,11 +65,11 @@ dea-override-config: nodes: - id: 1 interfaces: interfaces_1 - role: mongo,controller,opendaylight + role: mongo,controller transformations: transformations_1 - id: 2 interfaces: interfaces_1 - role: ceph-osd,compute + role: ceph-osd,opendaylight transformations: transformations_1 - id: 3 interfaces: interfaces_1 -- cgit 1.2.3-korg