]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: add multimds coverage
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 17 Oct 2019 14:20:22 +0000 (16:20 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 17 Oct 2019 14:44:45 +0000 (16:44 +0200)
This commit makes the all_daemons scenario deploying 3 mds in order to
cover the multimds case.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/all_daemons/container/group_vars/all
tests/functional/all_daemons/container/hosts
tests/functional/all_daemons/container/vagrant_variables.yml
tests/functional/all_daemons/group_vars/all
tests/functional/all_daemons/hosts
tests/functional/all_daemons/vagrant_variables.yml

index 9366db4695b87eb216159ebb34ce7d41db9f0716..0445e05986114966e7f8ad6869861e77537591c8 100644 (file)
@@ -40,4 +40,5 @@ openstack_cinder_pool:
   expected_num_objects: ""
 openstack_pools:
   - "{{ openstack_glance_pool }}"
-  - "{{ openstack_cinder_pool }}"
\ No newline at end of file
+  - "{{ openstack_cinder_pool }}"
+mds_max_mds: 3
index cbd841702c518314f8869e75b409024a45789cd9..de864b119bb395a9422cbf7f7ab74f1d3a0c8cea 100644 (file)
@@ -12,6 +12,8 @@ osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
 
 [mdss]
 mds0
+mds1
+mds2
 
 [rgws]
 rgw0
index e797fec6dee44368412500703c0914043e15429b..b32985a61f880be7497782ae87c03746b732485d 100644 (file)
@@ -6,7 +6,7 @@ docker: True
 # DEFINE THE NUMBER OF VMS TO RUN
 mon_vms: 3
 osd_vms: 2
-mds_vms: 1
+mds_vms: 3
 rgw_vms: 1
 nfs_vms: 1
 rbd_mirror_vms: 1
index e33f448afb6d8ce4e7e915c563b44ac9ebaf8c4e..e65791a50e60fcf13ef18bc02dc41b6bae65dede 100644 (file)
@@ -39,4 +39,5 @@ openstack_cinder_pool:
   expected_num_objects: ""
 openstack_pools:
   - "{{ openstack_glance_pool }}"
-  - "{{ openstack_cinder_pool }}"
\ No newline at end of file
+  - "{{ openstack_cinder_pool }}"
+mds_max_mds: 3
\ No newline at end of file
index 2ee70035eb715db62b6dd04c864f17f5db3f69e8..8f7c723d47741b2787572136d28030c0ac6ecb30 100644 (file)
@@ -12,6 +12,8 @@ osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
 
 [mdss]
 mds0
+mds1
+mds2
 
 [rgws]
 rgw0
index 50140b605dbea23f53a635fc25d43f2d7af37e4a..5a1b243c5b3ae8b0885c8db2fc0f3d1c6268adb6 100644 (file)
@@ -6,7 +6,7 @@ docker: false
 # DEFINE THE NUMBER OF VMS TO RUN
 mon_vms: 3
 osd_vms: 2
-mds_vms: 1
+mds_vms: 3
 rgw_vms: 1
 nfs_vms: 1
 rbd_mirror_vms: 1