Skip to content

Commit

Permalink
tests: add osd node in collocation
Browse files Browse the repository at this point in the history
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 b6c470c)
  • Loading branch information
guits committed Sep 30, 2021
1 parent f6fc6dc commit 16e41d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/functional/collocation/container/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mon2

[osds]
osd0
osd1

[mdss]
mds0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/functional/collocation/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mon2

[osds]
osd0
osd1

[mdss]
mds0
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/collocation/vagrant_variables.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 16e41d3

Please sign in to comment.