2018-07-13 02:30:59 +08:00
|
|
|
---
|
|
|
|
|
2018-10-04 01:52:42 +08:00
|
|
|
# this is only here to let the CI tests know
|
|
|
|
# that this scenario is using docker
|
|
|
|
docker: True
|
|
|
|
|
2018-07-13 02:30:59 +08:00
|
|
|
containerized_deployment: True
|
|
|
|
ceph_origin: repository
|
|
|
|
ceph_repository: community
|
|
|
|
cluster: ceph
|
|
|
|
public_network: "192.168.39.0/24"
|
|
|
|
cluster_network: "192.168.40.0/24"
|
2019-02-22 17:13:53 +08:00
|
|
|
monitor_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
|
|
|
radosgw_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
2018-07-13 02:30:59 +08:00
|
|
|
journal_size: 100
|
|
|
|
osd_objectstore: "bluestore"
|
|
|
|
crush_device_class: test
|
|
|
|
copy_admin_key: true
|
|
|
|
devices:
|
2018-10-04 01:52:42 +08:00
|
|
|
- /dev/sdb
|
2019-04-10 23:16:21 +08:00
|
|
|
- /dev/disk/by-id/ata-QEMU_HARDDISK_QM00003
|
2018-07-13 02:30:59 +08:00
|
|
|
os_tuning_params:
|
|
|
|
- { name: fs.file-max, value: 26234859 }
|
|
|
|
ceph_conf_overrides:
|
|
|
|
global:
|
|
|
|
osd_pool_default_size: 1
|
2019-07-25 20:29:11 +08:00
|
|
|
ceph_osd_docker_run_script_path: /var/tmp
|
|
|
|
dashboard_enabled: False
|