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"
|
2019-02-22 17:13:53 +08:00
|
|
|
monitor_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
2017-07-26 02:46:22 +08:00
|
|
|
journal_size: 100
|
|
|
|
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
|
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
|
2019-07-25 20:29:11 +08:00
|
|
|
dashboard_enabled: False
|