From ff8e3a5a2e0690b5f81728c70619e1fc696b23c8 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Fri, 30 Aug 2019 14:36:12 -0400 Subject: [PATCH] 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 --- tests/functional/all_daemons/container/hosts-ubuntu | 2 +- tests/functional/all_daemons/hosts-switch-to-containers | 2 +- tests/functional/all_daemons/hosts-ubuntu | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/functional/all_daemons/container/hosts-ubuntu b/tests/functional/all_daemons/container/hosts-ubuntu index 4bf967cdb..d7192ab9e 100644 --- a/tests/functional/all_daemons/container/hosts-ubuntu +++ b/tests/functional/all_daemons/container/hosts-ubuntu @@ -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-switch-to-containers b/tests/functional/all_daemons/hosts-switch-to-containers index 37b2d2156..f64dbc692 100644 --- a/tests/functional/all_daemons/hosts-switch-to-containers +++ b/tests/functional/all_daemons/hosts-switch-to-containers @@ -7,7 +7,7 @@ mon1 monitor_interface=eth1 mon2 monitor_address=192.168.1.12 [mgrs] -mon0 +mgr0 [osds] osd0 diff --git a/tests/functional/all_daemons/hosts-ubuntu b/tests/functional/all_daemons/hosts-ubuntu index 2a7f6f4f0..329d1f051 100644 --- a/tests/functional/all_daemons/hosts-ubuntu +++ b/tests/functional/all_daemons/hosts-ubuntu @@ -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' }" -- 2.39.5