mirror of https://github.com/ceph/ceph-ansible.git
33 lines
824 B
Plaintext
33 lines
824 B
Plaintext
---
|
|
|
|
ceph_origin: repository
|
|
ceph_repository: community
|
|
cluster: test
|
|
public_network: "192.168.5.0/24"
|
|
cluster_network: "192.168.6.0/24"
|
|
monitor_interface: eth1
|
|
radosgw_interface: eth1
|
|
journal_size: 100
|
|
devices:
|
|
- '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'
|
|
- '/dev/sdb'
|
|
dedicated_devices:
|
|
- '/dev/sdc'
|
|
- '/dev/sdc'
|
|
osd_scenario: non-collocated
|
|
os_tuning_params:
|
|
- { name: kernel.pid_max, value: 4194303 }
|
|
- { name: fs.file-max, value: 26234859 }
|
|
ceph_conf_overrides:
|
|
global:
|
|
osd_pool_default_size: 1
|
|
debian_ceph_packages:
|
|
- ceph
|
|
- ceph-common
|
|
- ceph-fuse
|
|
nfs_ganesha_stable: true
|
|
nfs_ganesha_stable_branch: V2.5-stable
|
|
nfs_ganesha_stable_deb_repo: "{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
|
nfs_ganesha_dev: false
|
|
nfs_ganesha_flavor: "ceph_master"
|