From: Guillaume Abrioux Date: Tue, 28 Sep 2021 20:24:43 +0000 (+0200) Subject: tests: add osd node in collocation X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b6c470c7e238793deb1ec638cbdb61e0ad58b142;p=ceph-ansible.git tests: add osd node in collocation we update the pool size from 1 to 2 in idempotency test but only 1 node is available. Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/collocation/container/hosts b/tests/functional/collocation/container/hosts index 91f99b022..a699db833 100644 --- a/tests/functional/collocation/container/hosts +++ b/tests/functional/collocation/container/hosts @@ -5,6 +5,7 @@ mon2 [osds] osd0 +osd1 [mdss] mds0 diff --git a/tests/functional/collocation/container/vagrant_variables.yml b/tests/functional/collocation/container/vagrant_variables.yml index da495ef89..60be6803a 100644 --- a/tests/functional/collocation/container/vagrant_variables.yml +++ b/tests/functional/collocation/container/vagrant_variables.yml @@ -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 diff --git a/tests/functional/collocation/hosts b/tests/functional/collocation/hosts index ab7ed04b7..95b228ef8 100644 --- a/tests/functional/collocation/hosts +++ b/tests/functional/collocation/hosts @@ -5,6 +5,7 @@ mon2 [osds] osd0 +osd1 [mdss] mds0 diff --git a/tests/functional/collocation/vagrant_variables.yml b/tests/functional/collocation/vagrant_variables.yml index 5b0044494..1973f4ffb 100644 --- a/tests/functional/collocation/vagrant_variables.yml +++ b/tests/functional/collocation/vagrant_variables.yml @@ -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