diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-22 13:02:02 +0300 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-22 13:18:46 +0300 |
commit | 17718860d05a5b1a94f1e7d819b08cfbd24ed5c6 (patch) | |
tree | 1bb73ca4f5a820d53b08df97f6bbd7f631013b8c /deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml | |
parent | c71b57140fdbadfb4c1f39bf0e2df99403820ddb (diff) |
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 <mpolenchuk@mirantis.com>
Diffstat (limited to 'deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml')
-rw-r--r-- | deploy/scenario/no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |