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