diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-13 13:28:13 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-13 19:51:28 +0000 |
commit | e12b7ef6593bf9757d9ac1010e27b49ea91f246f (patch) | |
tree | 7060957dde748d83a390257576fcb62b2ef0071e /deploy/scenario | |
parent | 79a91505f6b910ac54e0ed2dbc074cbc197e920c (diff) |
Fixed node assignment for KVM HA scenario
Change-Id: Iaffde56bb2ad691da2bdbacee38b8d60a289b8c9
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
(cherry picked from commit 6b996b043c6a42cf97165a22eb05e19acf2614b7)
Diffstat (limited to 'deploy/scenario')
-rw-r--r-- | deploy/scenario/ha_nfv-kvm_heat_ceilometer_scenario_0.0.4.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deploy/scenario/ha_nfv-kvm_heat_ceilometer_scenario_0.0.4.yaml b/deploy/scenario/ha_nfv-kvm_heat_ceilometer_scenario_0.0.4.yaml index 661fae676..85098a5f6 100644 --- a/deploy/scenario/ha_nfv-kvm_heat_ceilometer_scenario_0.0.4.yaml +++ b/deploy/scenario/ha_nfv-kvm_heat_ceilometer_scenario_0.0.4.yaml @@ -47,15 +47,15 @@ dea-override-config: nodes: - id: 1 interfaces: interfaces_1 - role: controller + role: mongo,controller transformations: transformations_1 - id: 2 interfaces: interfaces_1 - role: mongo,controller + role: controller transformations: transformations_1 - id: 3 interfaces: interfaces_1 - role: compute + role: controller transformations: transformations_1 - id: 4 interfaces: interfaces_1 |