Switch scenario001-multinode-containers to LVM-based bluestore

scenario001-multinode was still using a loopback device directly
which is no longer supported as per the move to ceph-volume which
was documented in RH BZ 1666822. scenario00{1,4}-standalone were
updated to deal with this by passing precreated lvm_volumes to
CephAnsibleDisksConfig but scenario001-multinode was not. This
change brings it back up to date for deploying bluestore with
ceph-volume.

Change-Id: I1f0420b8d48d9a2e8327c78daf48449537e3b842
This commit is contained in:
John Fulton 2020-03-27 10:46:24 -04:00
parent c265bdb929
commit bef793e503
1 changed files with 9 additions and 4 deletions

View File

@ -124,10 +124,15 @@ parameter_defaults:
Debug: true
DockerPuppetDebug: True
CephAnsibleDisksConfig:
devices:
- /dev/loop3
journal_size: 512
osd_scenario: collocated
osd_objectstore: bluestore
osd_scenario: lvm
lvm_volumes:
- data: ceph_lv_data
data_vg: ceph_vg
db: ceph_lv_db
db_vg: ceph_vg
wal: ceph_lv_wal
wal_vg: ceph_vg
CephPoolDefaultPgNum: 32
CephAnsibleRepo: "tripleo-centos-ceph-nautilus"
CephPoolDefaultSize: 1