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 <dsavinea@redhat.com>
pull/5267/head
Dimitri Savineau 2020-04-02 14:31:38 -04:00 committed by Guillaume Abrioux
parent d4ffe21225
commit edfeb98593
2 changed files with 6 additions and 0 deletions

View File

@ -3,5 +3,8 @@ mon0
mon1
mon2
[mgrs]
mon0
[osds]
osd0

View File

@ -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