mirror of https://github.com/ceph/ceph-ansible.git
16 lines
576 B
Plaintext
16 lines
576 B
Plaintext
---
|
|
containerized_deployment: False
|
|
ceph_origin: repository
|
|
ceph_repository: community
|
|
monitor_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
|
radosgw_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
|
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
|
|
osd_pool_default_size: 1 |