From: Dimitri Savineau Date: Thu, 2 Apr 2020 18:31:38 +0000 (-0400) Subject: tests: add mgr nodes to shrink_mon inventory X-Git-Tag: v3.2.41~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=edfeb98593b96c5199e1003567ccd9c1880bd5bc;p=ceph-ansible.git tests: add mgr nodes to shrink_mon inventory Since 306ce82 we explicitly fail when there's no mgr node preent in the inventory. fatal: [mon0]: FAILED! => { "changed": false } MSG: Please add a mgr host to your inventory. Signed-off-by: Dimitri Savineau --- diff --git a/tests/functional/shrink_mon/container/hosts b/tests/functional/shrink_mon/container/hosts index 5d91b7dbd..ff282819f 100644 --- a/tests/functional/shrink_mon/container/hosts +++ b/tests/functional/shrink_mon/container/hosts @@ -3,5 +3,8 @@ mon0 mon1 mon2 +[mgrs] +mon0 + [osds] osd0 \ No newline at end of file diff --git a/tests/functional/shrink_mon/hosts b/tests/functional/shrink_mon/hosts index b2631e083..828f83bf9 100644 --- a/tests/functional/shrink_mon/hosts +++ b/tests/functional/shrink_mon/hosts @@ -3,5 +3,8 @@ mon0 monitor_address=192.168.1.10 mon1 monitor_interface=eth1 mon2 monitor_address=192.168.1.12 +[mgrs] +mon0 + [osds] osd0 \ No newline at end of file