]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: add more nodes in ooo testing scenario
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 13 Jun 2018 14:46:40 +0000 (16:46 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 18 Jun 2018 14:44:23 +0000 (16:44 +0200)
adding more node in this scenario could help to have a better coverage
so we can catch more potential bugs.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/centos/7/ooo-collocation/hosts
tests/functional/centos/7/ooo-collocation/vagrant_variables.yml

index 209280b23dafad6205c6d14fb01e0fcd66aba0ad..c75f1599e0002b5a2e65a4f84ad1f7e6fc115313 100644 (file)
@@ -60,6 +60,8 @@ all:
 clients:
   hosts:
     client0: {}
+    client1: {}
+    client2: {}
 mdss:
   hosts:
     mon0: {}
@@ -69,11 +71,15 @@ mgrs:
 mons:
   hosts:
     mon0: {}
+    mon1: {}
+    mon2: {}
 nfss:
   hosts: {}
 osds:
   hosts:
     osd0: {}
+    osd1: {}
+    osd2: {}
 rbdmirrors:
   hosts: {}
 rgws:
index ec461f2292a7c7538d4330e10f6aec644d45b02a..d7e2d21a511c606192f37acde59846ad7296191c 100644 (file)
@@ -4,13 +4,13 @@
 docker: True
 
 # DEFINE THE NUMBER OF VMS TO RUN
-mon_vms: 1
-osd_vms: 1
+mon_vms: 3
+osd_vms: 3
 mds_vms: 0
 rgw_vms: 0
 nfs_vms: 0
 rbd_mirror_vms: 0
-client_vms: 1
+client_vms: 3
 iscsi_gw_vms: 0
 mgr_vms: 0