From: Guillaume Abrioux Date: Thu, 8 Aug 2019 11:43:29 +0000 (+0200) Subject: tests: deploy mgr on a dedicated node (all_daemons scenario) X-Git-Tag: v3.2.23~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b29144bbd51ebd0bf3388296456abaf5651d1ab;p=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 --- diff --git a/tests/functional/all_daemons/container/hosts b/tests/functional/all_daemons/container/hosts index f21d67858..3421926b5 100644 --- a/tests/functional/all_daemons/container/hosts +++ b/tests/functional/all_daemons/container/hosts @@ -4,7 +4,7 @@ mon1 mon2 [mgrs] -mon0 +mgr0 [osds] osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }" diff --git a/tests/functional/all_daemons/hosts b/tests/functional/all_daemons/hosts index 3490c8fd8..f225a9596 100644 --- a/tests/functional/all_daemons/hosts +++ b/tests/functional/all_daemons/hosts @@ -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' }"