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 <gabrioux@redhat.com>
pull/6907/head
Guillaume Abrioux 2021-09-28 22:24:43 +02:00
parent 0a3b916ee7
commit 01afed716c
4 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@ mon2
[osds]
osd0
osd1
[mdss]
mds0

View 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

View File

@ -5,6 +5,7 @@ mon2
[osds]
osd0
osd1
[mdss]
mds0

View 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