]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
test: remove leftover [mgrs]
authorSébastien Han <seb@redhat.com>
Tue, 4 Dec 2018 08:56:53 +0000 (09:56 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 4 Dec 2018 11:34:54 +0000 (12:34 +0100)
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 <seb@redhat.com>
tests/functional/centos/7/cluster/hosts-switch-to-containers
tests/functional/centos/7/rgw-multisite-container/hosts
tests/functional/centos/7/rgw-multisite/secondary/hosts
tests/functional/ubuntu/16.04/cluster/hosts
tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml

index 85f592c423fde32a73bebae62fb865b2bb379d02..f1aee948c02a0cd43185eda5420bda7f34f9370b 100644 (file)
@@ -17,6 +17,3 @@ ceph-rgw0
 
 [clients]
 ceph-client0
-
-[mgrs]
-ceph-mgr0
index 24e7374a5cf29b46f6e412091189b83e01bf2c90..3901c5a3f37eecb1034d5317b8f01953259e20ea 100644 (file)
@@ -1,9 +1,6 @@
 [mons]
 mon0
 
-[mgrs]
-mon0
-
 [osds]
 osd0
 
index a614dbc2171702b2322029fdf505a189adf6a189..2e1a40ad387ad692151d12ef07c7d76590b10e54 100644 (file)
@@ -1,9 +1,6 @@
 [mons]
 mon0
 
-[mgrs]
-mon0
-
 [osds]
 osd0
 
index 98355f3b8585b5b3bcadb197583c88dba1c290b0..3c47c84014d53fbbf2122d0fb6b47c54cf279faf 100644 (file)
@@ -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
 
index afd67431b8c6846ca8301b52d9797a7f72f04a01..8c70e17eb75730ae535df43b6f3fdeed7baf65e2 100644 (file)
@@ -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'