]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: add osd node in collocation
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 28 Sep 2021 20:24:43 +0000 (22:24 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 29 Sep 2021 08:29:42 +0000 (10:29 +0200)
we update the pool size from 1 to 2 in idempotency test
but only 1 node is available.

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

index 91f99b022773fd219d704fc478a263482f1bddab..a699db8335e00bb7cd03ff0318ed1a0525e4f5ce 100644 (file)
@@ -5,6 +5,7 @@ mon2
 
 [osds]
 osd0
+osd1
 
 [mdss]
 mds0
index da495ef89a15fa3307f3f8f858e94e5df49f8dc6..60be6803aed18d39775143788a7db9ce09225d88 100644 (file)
@@ -5,7 +5,7 @@ docker: True
 
 # DEFINE THE NUMBER OF VMS TO RUN
 mon_vms: 3
-osd_vms: 1
+osd_vms: 2
 mds_vms: 1
 rgw_vms: 1
 nfs_vms: 0
index ab7ed04b7fb4b8c6c853aa81c6b98c8d27b65089..95b228ef879bf4027d53c4332c6e566fd4e43033 100644 (file)
@@ -5,6 +5,7 @@ mon2
 
 [osds]
 osd0
+osd1
 
 [mdss]
 mds0
index 5b00444941ad58316e521275ce6e4be8ef205e83..1973f4ffb495387651d98b69346e3356b9eaf14e 100644 (file)
@@ -1,7 +1,7 @@
 ---
 # DEFINE THE NUMBER OF VMS TO RUN
 mon_vms: 3
-osd_vms: 1
+osd_vms: 2
 mds_vms: 1
 rgw_vms: 1
 nfs_vms: 0