2017-09-28 00:22:15 +08:00
|
|
|
---
|
2018-12-14 19:01:16 +08:00
|
|
|
containerized_deployment: False
|
2019-02-27 18:35:34 +08:00
|
|
|
ceph_origin: repository
|
|
|
|
ceph_repository: community
|
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' }}"
|
2017-09-28 00:22:15 +08:00
|
|
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
|
|
|
ceph_docker_on_openstack: False
|
|
|
|
public_network: "192.168.15.0/24"
|
|
|
|
cluster_network: "192.168.16.0/24"
|
|
|
|
rgw_override_bucket_index_max_shards: 16
|
|
|
|
rgw_bucket_default_quota_max_objects: 1638400
|
|
|
|
ceph_conf_overrides:
|
|
|
|
global:
|
|
|
|
osd_pool_default_pg_num: 8
|
2019-11-27 03:09:48 +08:00
|
|
|
mon_warn_on_pool_no_redundancy: false
|
2019-10-08 22:43:07 +08:00
|
|
|
osd_pool_default_size: 1
|
|
|
|
handler_health_mon_check_delay: 10
|
|
|
|
handler_health_osd_check_delay: 10
|