From ac4aded4aaef6ac63d5eb4503214d1ae4b4a5ab1 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 13 Feb 2019 10:53:15 +0100 Subject: [PATCH] tests: fix ubuntu-container-all_daemons the public_network subnet used for this scenario was wrong. Signed-off-by: Guillaume Abrioux --- tests/functional/all_daemons/container/hosts | 6 +++--- tests/functional/all_daemons/container/hosts-ubuntu | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/functional/all_daemons/container/hosts b/tests/functional/all_daemons/container/hosts index 042567913..b1053d13c 100644 --- a/tests/functional/all_daemons/container/hosts +++ b/tests/functional/all_daemons/container/hosts @@ -1,7 +1,7 @@ [mons] -mon0 -mon1 -mon2 +mon0 monitor_address=192.168.17.10 +mon1 monitor_interface=eth1 +mon2 monitor_address=192.168.17.12 [osds] osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }" diff --git a/tests/functional/all_daemons/container/hosts-ubuntu b/tests/functional/all_daemons/container/hosts-ubuntu index 43f149c99..1ba2e98c2 100644 --- a/tests/functional/all_daemons/container/hosts-ubuntu +++ b/tests/functional/all_daemons/container/hosts-ubuntu @@ -1,7 +1,7 @@ [mons] -mon0 monitor_address=192.168.1.10 +mon0 monitor_address=192.168.17.10 mon1 monitor_interface=eth1 -mon2 monitor_address=192.168.1.12 +mon2 monitor_address=192.168.17.12 [osds] osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"