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>
(cherry picked from commit b6c470c7e2)
pull/6930/head
Guillaume Abrioux 2021-09-28 22:24:43 +02:00
parent a4e979df09
commit c204166696
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