tests: deploy mgr on a dedicated node (all_daemons scenario)

let's deploy mgr on a dedicated node.
This makes update job failing on stable-4.0 branch since there's a
mismatch between the two inventories.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/4327/head
Guillaume Abrioux 2019-08-08 13:43:29 +02:00
parent a4f4dd7535
commit 5b29144bbd
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ mon1
mon2
[mgrs]
mon0
mgr0
[osds]
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"

View File

@ -4,7 +4,7 @@ mon1 monitor_interface=eth1
mon2 monitor_address=192.168.1.12
[mgrs]
mon0
mgr0
[osds]
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"