mirror of https://github.com/ceph/ceph-ansible.git
17 lines
484 B
YAML
17 lines
484 B
YAML
---
|
|
|
|
docker: true
|
|
containerized_deployment: true
|
|
cluster: test
|
|
monitor_interface: eth1
|
|
public_network: "192.168.35.0/24"
|
|
cluster_network: "192.168.36.0/24"
|
|
# OSD_FORCE_ZAP is only for Jewel, the function does not exist anymore on Luminous and above
|
|
ceph_osd_docker_prepare_env: -e OSD_JOURNAL_SIZE={{ journal_size }} -e OSD_FORCE_ZAP=1
|
|
ceph_conf_overrides:
|
|
global:
|
|
osd_pool_default_size: 1
|
|
osd:
|
|
bluestore block db size = 67108864
|
|
bluestore block wal size = 1048576000
|