mirror of https://github.com/ceph/ceph-ansible.git
tests: add lvm bluestore dmcrypt support
Add coverage for container / non container lvm bluestore dmcrypt OSDs Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3653/head
parent
21fad7ced3
commit
207fae38d4
|
@ -3,3 +3,4 @@ mon0
|
|||
|
||||
[osds]
|
||||
osd0
|
||||
osd1 lvm_volumes="[{'data': 'data-lv1', 'data_vg': 'test_group'},{'data': 'data-lv2', 'data_vg': 'test_group'}]" dmcrypt=True
|
|
@ -5,7 +5,7 @@ docker: true
|
|||
|
||||
# DEFINE THE NUMBER OF VMS TO RUN
|
||||
mon_vms: 1
|
||||
osd_vms: 1
|
||||
osd_vms: 2
|
||||
mds_vms: 0
|
||||
rgw_vms: 0
|
||||
nfs_vms: 0
|
||||
|
|
|
@ -3,3 +3,4 @@ mon0
|
|||
|
||||
[osds]
|
||||
osd0
|
||||
osd1 lvm_volumes="[{'data': 'data-lv1', 'data_vg': 'test_group'},{'data': 'data-lv2', 'data_vg': 'test_group'}]" dmcrypt=True
|
|
@ -5,7 +5,7 @@ docker: false
|
|||
|
||||
# DEFINE THE NUMBER OF VMS TO RUN
|
||||
mon_vms: 1
|
||||
osd_vms: 1
|
||||
osd_vms: 2
|
||||
mds_vms: 0
|
||||
rgw_vms: 0
|
||||
nfs_vms: 0
|
||||
|
|
Loading…
Reference in New Issue