From edfeb98593b96c5199e1003567ccd9c1880bd5bc Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 2 Apr 2020 14:31:38 -0400 Subject: [PATCH] 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 --- tests/functional/shrink_mon/container/hosts | 3 +++ tests/functional/shrink_mon/hosts | 3 +++ 2 files changed, 6 insertions(+) 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