]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: add more osd nodes in all_daemons scenario
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 3 Mar 2020 18:01:27 +0000 (19:01 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 4 Mar 2020 14:29:01 +0000 (09:29 -0500)
This commit adds more osd nodes in all_daemons scenario in order to test
erasure pool creation.

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

index b4882e58e12ded145bfe20bd51c45f138630ef36..95e020424e0b24beda6b2cb5cf054e165c043acd 100644 (file)
@@ -9,6 +9,9 @@ mgr0
 [osds]
 osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
 osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
+osd2 osd_crush_location="{ 'root': 'default', 'host': 'osd2' }"
+osd3 osd_crush_location="{ 'root': 'default', 'host': 'osd3' }"
+osd4 osd_crush_location="{ 'root': 'default', 'host': 'osd4' }"
 
 [mdss]
 mds0
@@ -32,4 +35,4 @@ rbd-mirror0
 iscsi-gw0
 
 [grafana-server]
-mon0
\ No newline at end of file
+mon0
index fbb28610998acdb8bb8155d426b312d117474b8c..78ed5e13cd1b15c1fc382c13eaa7a94902bb7101 100644 (file)
@@ -5,7 +5,7 @@ docker: True
 
 # DEFINE THE NUMBER OF VMS TO RUN
 mon_vms: 3
-osd_vms: 2
+osd_vms: 5
 mds_vms: 3
 rgw_vms: 1
 nfs_vms: 0
index f0793d95d241c266825da1fd94db0c14797c6ce2..b986c3ef2b2d966837061733675758e5bd1d9d9e 100644 (file)
@@ -9,6 +9,9 @@ mgr0
 [osds]
 osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
 osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
+osd2 osd_crush_location="{ 'root': 'default', 'host': 'osd2' }"
+osd3 osd_crush_location="{ 'root': 'default', 'host': 'osd3' }"
+osd4 osd_crush_location="{ 'root': 'default', 'host': 'osd4' }"
 
 [mdss]
 mds0
@@ -32,4 +35,4 @@ rbd-mirror0
 iscsi-gw0 ceph_repository="dev"
 
 [grafana-server]
-mon0
\ No newline at end of file
+mon0
index 24824a6644ae084a3b068e71583127781d995360..3c4354d9add33f5e4bcb05fa568a5de7f11b4e62 100644 (file)
@@ -5,7 +5,7 @@ docker: false
 
 # DEFINE THE NUMBER OF VMS TO RUN
 mon_vms: 3
-osd_vms: 2
+osd_vms: 5
 mds_vms: 3
 rgw_vms: 1
 nfs_vms: 0