tests: update dedidated mgr node all_daemons

5b29144 change the mgr node to a dedicated node instead of the first
monitor node.
But the change didn't update the switch-to-containers inventory which
cause this playbook to fail.
Also update the ubuntu inventory to have the same configuration.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/4427/head
Dimitri Savineau 2019-08-30 14:36:12 -04:00 committed by Dimitri Savineau
parent 1f06875531
commit ff8e3a5a2e
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ mon1
mon2
[mgrs]
mon0
mgr0
[osds]
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"

View File

@ -7,7 +7,7 @@ mon1 monitor_interface=eth1
mon2 monitor_address=192.168.1.12
[mgrs]
mon0
mgr0
[osds]
osd0

View File

@ -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' }"