mirror of https://github.com/ceph/ceph-ansible.git
tests: docker_cluster should use 3 mons
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1138/head
parent
af568b7e62
commit
330d64c541
|
@ -1,5 +1,7 @@
|
|||
[mons]
|
||||
mon0
|
||||
mon1
|
||||
mon2
|
||||
|
||||
[osds]
|
||||
osd0
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
docker: True
|
||||
|
||||
# DEFINE THE NUMBER OF VMS TO RUN
|
||||
mon_vms: 1
|
||||
mon_vms: 3
|
||||
osd_vms: 1
|
||||
mds_vms: 1
|
||||
rgw_vms: 1
|
||||
|
|
Loading…
Reference in New Issue