mirror of https://github.com/ceph/ceph-ansible.git
22 lines
518 B
Plaintext
22 lines
518 B
Plaintext
|
---
|
||
|
|
||
|
ceph_stable: True
|
||
|
cluster: ceph
|
||
|
public_network: "192.168.3.0/24"
|
||
|
cluster_network: "192.168.4.0/24"
|
||
|
monitor_interface: eth1
|
||
|
journal_size: 100
|
||
|
osd_objectstore: "filestore"
|
||
|
lvm_osds: true
|
||
|
copy_admin_key: true
|
||
|
# test-volume is created by tests/functional/lvm_setup.yml from /dev/sda
|
||
|
lvm_volumes:
|
||
|
test_volume: /dev/sdb
|
||
|
os_tuning_params:
|
||
|
- { name: kernel.pid_max, value: 4194303 }
|
||
|
- { name: fs.file-max, value: 26234859 }
|
||
|
ceph_conf_overrides:
|
||
|
global:
|
||
|
osd_pool_default_pg_num: 8
|
||
|
osd_pool_default_size: 1
|