From b6c470c7e238793deb1ec638cbdb61e0ad58b142 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 28 Sep 2021 22:24:43 +0200 Subject: [PATCH] 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 --- tests/functional/collocation/container/hosts | 1 + tests/functional/collocation/container/vagrant_variables.yml | 2 +- tests/functional/collocation/hosts | 1 + tests/functional/collocation/vagrant_variables.yml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/functional/collocation/container/hosts b/tests/functional/collocation/container/hosts index 91f99b0227..a699db8335 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 da495ef89a..60be6803ae 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 ab7ed04b7f..95b228ef87 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 5b00444941..1973f4ffb4 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