]> 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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 6 Mar 2020 15:10:03 +0000 (16:10 +0100)
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>
(cherry picked from commit 9f0c6df94fabdfcd177603dfa72aadbbb5c6539a)

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 06596f0818880795a178d6a360bcedbf2534c4d9..1fde8ef1b5d85270308f75370e77c0b3c76dadaa 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 c49adaf9044245b2a38c3a9f668647cfaee45dd1..08ca709679f0a55fd96d9b60167ead44d4d6e82c 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: 1
index 20d04c5b8013b4555e6af676256fa9084646170e..841566eef297456d52e1b315886d7b40e626e04b 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 0062ac71e59b91cb426d63729bf8efd60e610e4b..737e6c1c23c5544713b9e70c0f0afb780345f79f 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: 1