ceph-ansible/tests/functional/centos/7/crypt-jrn-col/group_vars/all

22 lines
495 B
Plaintext
Raw Normal View History

---
ceph_origin: repository
ceph_repository: community
public_network: "192.168.25.0/24"
cluster_network: "192.168.26.0/24"
journal_size: 100
monitor_interface: eth1
radosgw_interface: eth1
osd_scenario: collocated
osd_objectstore: filestore
dmcrypt: true
devices:
- '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'
- '/dev/sdb'
os_tuning_params:
- { name: kernel.pid_max, value: 4194303 }
- { name: fs.file-max, value: 26234859 }
ceph_conf_overrides:
global:
osd_pool_default_size: 1