From 01afed716cf2f77c73c2fe285bcc3c5b6efd87a4 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 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 -- 2.39.5