2019-01-11 03:20:32 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# this is only here to let the CI tests know
|
|
|
|
# that this scenario is using docker
|
|
|
|
docker: True
|
|
|
|
|
|
|
|
containerized_deployment: True
|
|
|
|
ceph_origin: repository
|
|
|
|
ceph_repository: dev
|
|
|
|
cluster: ceph
|
|
|
|
public_network: "192.168.39.0/24"
|
|
|
|
cluster_network: "192.168.40.0/24"
|
2019-02-22 17:04:28 +08:00
|
|
|
monitor_interface: eth1
|
|
|
|
radosgw_interface: eth1
|
2019-01-11 03:20:32 +08:00
|
|
|
journal_size: 100
|
|
|
|
osd_objectstore: "bluestore"
|
|
|
|
crush_device_class: test
|
|
|
|
osd_scenario: lvm
|
|
|
|
copy_admin_key: true
|
|
|
|
osd_auto_discovery: true
|
|
|
|
os_tuning_params:
|
|
|
|
- { name: fs.file-max, value: 26234859 }
|
|
|
|
ceph_conf_overrides:
|
|
|
|
global:
|
|
|
|
osd_pool_default_size: 1
|
|
|
|
ceph_osd_docker_run_script_path: /var/tmp
|