From 1b6b27522919b6de05764ffe7f82d8f2dbef8ce0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 4 Dec 2018 09:56:53 +0100 Subject: [PATCH] test: remove leftover [mgrs] MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since we now collocated mgrs and mons on the same machine we have to remove the mgrs section, they are not needed anymore. Signed-off-by: Sébastien Han --- tests/functional/centos/7/cluster/hosts-switch-to-containers | 3 --- tests/functional/centos/7/rgw-multisite-container/hosts | 3 --- tests/functional/centos/7/rgw-multisite/secondary/hosts | 3 --- tests/functional/ubuntu/16.04/cluster/hosts | 3 --- tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml | 2 +- 5 files changed, 1 insertion(+), 13 deletions(-) diff --git a/tests/functional/centos/7/cluster/hosts-switch-to-containers b/tests/functional/centos/7/cluster/hosts-switch-to-containers index 85f592c42..f1aee948c 100644 --- a/tests/functional/centos/7/cluster/hosts-switch-to-containers +++ b/tests/functional/centos/7/cluster/hosts-switch-to-containers @@ -17,6 +17,3 @@ ceph-rgw0 [clients] ceph-client0 - -[mgrs] -ceph-mgr0 diff --git a/tests/functional/centos/7/rgw-multisite-container/hosts b/tests/functional/centos/7/rgw-multisite-container/hosts index 24e7374a5..3901c5a3f 100644 --- a/tests/functional/centos/7/rgw-multisite-container/hosts +++ b/tests/functional/centos/7/rgw-multisite-container/hosts @@ -1,9 +1,6 @@ [mons] mon0 -[mgrs] -mon0 - [osds] osd0 diff --git a/tests/functional/centos/7/rgw-multisite/secondary/hosts b/tests/functional/centos/7/rgw-multisite/secondary/hosts index a614dbc21..2e1a40ad3 100644 --- a/tests/functional/centos/7/rgw-multisite/secondary/hosts +++ b/tests/functional/centos/7/rgw-multisite/secondary/hosts @@ -1,9 +1,6 @@ [mons] mon0 -[mgrs] -mon0 - [osds] osd0 diff --git a/tests/functional/ubuntu/16.04/cluster/hosts b/tests/functional/ubuntu/16.04/cluster/hosts index 98355f3b8..3c47c8401 100644 --- a/tests/functional/ubuntu/16.04/cluster/hosts +++ b/tests/functional/ubuntu/16.04/cluster/hosts @@ -3,9 +3,6 @@ mon0 monitor_address=192.168.5.10 mon1 monitor_address=192.168.5.11 mon2 monitor_address=192.168.5.12 -[mgrs] -mgr0 - [osds] osd0 diff --git a/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml b/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml index afd67431b..8c70e17eb 100644 --- a/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml +++ b/tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml @@ -12,7 +12,7 @@ nfs_vms: 1 rbd_mirror_vms: 0 client_vms: 1 iscsi_gw_vms: 0 -mgr_vms: 1 +mgr_vms: 0 # INSTALL SOURCE OF CEPH # valid values are 'stable' and 'dev' -- 2.39.5