mirror of https://github.com/ceph/ceph-ansible.git
24 lines
603 B
Plaintext
24 lines
603 B
Plaintext
---
|
|
# this is only here to let the CI tests know
|
|
# that this scenario is using docker
|
|
docker: True
|
|
|
|
containerized_deployment: True
|
|
cluster: test
|
|
monitor_interface: eth1
|
|
radosgw_interface: eth1
|
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
|
journal_size: 100
|
|
ceph_docker_on_openstack: False
|
|
osd_objectstore: filestore
|
|
public_network: "192.168.17.0/24"
|
|
cluster_network: "192.168.18.0/24"
|
|
rgw_override_bucket_index_max_shards: 16
|
|
rgw_bucket_default_quota_max_objects: 1638400
|
|
ceph_conf_overrides:
|
|
global:
|
|
osd_pool_default_size: 1
|
|
devices:
|
|
- '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'
|
|
- /dev/sdb
|