mirror of https://github.com/ceph/ceph-ansible.git
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
parent
a4f4dd7535
commit
5b29144bbd
|
@ -4,7 +4,7 @@ mon1
|
|||
mon2
|
||||
|
||||
[mgrs]
|
||||
mon0
|
||||
mgr0
|
||||
|
||||
[osds]
|
||||
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
|
||||
|
|
|
@ -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' }"
|
||||
|
|
Loading…
Reference in New Issue