2017-07-26 02:46:22 +08:00
|
|
|
---
|
|
|
|
|
2017-08-31 04:55:16 +08:00
|
|
|
ceph_origin: repository
|
|
|
|
ceph_repository: community
|
2017-09-28 20:14:38 +08:00
|
|
|
public_network: "192.168.39.0/24"
|
|
|
|
cluster_network: "192.168.40.0/24"
|
2017-07-26 02:46:22 +08:00
|
|
|
monitor_interface: eth1
|
2017-08-07 17:23:32 +08:00
|
|
|
radosgw_interface: eth1
|
2017-07-26 02:46:22 +08:00
|
|
|
journal_size: 100
|
|
|
|
osd_objectstore: "filestore"
|
|
|
|
copy_admin_key: true
|
2017-08-05 04:57:56 +08:00
|
|
|
# test-volume is created by tests/functional/lvm_setup.yml from /dev/sdb
|
2018-10-11 03:29:56 +08:00
|
|
|
osd_scenario: lvm
|
2017-07-26 02:46:22 +08:00
|
|
|
lvm_volumes:
|
2017-08-31 04:55:16 +08:00
|
|
|
- data: data-lv1
|
|
|
|
journal: /dev/sdc1
|
2017-08-23 21:59:57 +08:00
|
|
|
data_vg: test_group
|
2017-08-31 04:55:16 +08:00
|
|
|
- data: data-lv2
|
|
|
|
journal: journal1
|
|
|
|
data_vg: test_group
|
|
|
|
journal_vg: journals
|
2017-07-26 02:46:22 +08:00
|
|
|
os_tuning_params:
|
|
|
|
- { name: fs.file-max, value: 26234859 }
|
|
|
|
ceph_conf_overrides:
|
|
|
|
global:
|
|
|
|
osd_pool_default_size: 1
|