Merge "Switch scenario001-multinode-containers to LVM-based bluestore"

This commit is contained in:
Zuul 2020-03-31 23:27:50 +00:00 committed by Gerrit Code Review
commit 6eebc3db0c
1 changed files with 9 additions and 4 deletions

View File

@ -124,10 +124,15 @@ parameter_defaults:
Debug: true Debug: true
DockerPuppetDebug: True DockerPuppetDebug: True
CephAnsibleDisksConfig: CephAnsibleDisksConfig:
devices: osd_objectstore: bluestore
- /dev/loop3 osd_scenario: lvm
journal_size: 512 lvm_volumes:
osd_scenario: collocated - 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 CephPoolDefaultPgNum: 32
CephAnsibleRepo: "tripleo-centos-ceph-nautilus" CephAnsibleRepo: "tripleo-centos-ceph-nautilus"
CephPoolDefaultSize: 1 CephPoolDefaultSize: 1