mirror of https://github.com/ceph/ceph-ansible.git
40 lines
607 B
Plaintext
40 lines
607 B
Plaintext
|
[mons]
|
||
|
mon0 monitor_address=192.168.1.10
|
||
|
mon1 monitor_interface=eth1
|
||
|
mon2 monitor_address=192.168.1.12
|
||
|
|
||
|
[mgrs]
|
||
|
mgr0
|
||
|
|
||
|
[osds]
|
||
|
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
|
||
|
osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
|
||
|
osd2 osd_crush_location="{ 'root': 'default', 'host': 'osd2' }"
|
||
|
|
||
|
[mdss]
|
||
|
mds0
|
||
|
mds1
|
||
|
mds2
|
||
|
|
||
|
[rgws]
|
||
|
rgw0
|
||
|
|
||
|
[clients]
|
||
|
client0
|
||
|
client1
|
||
|
|
||
|
[nfss]
|
||
|
nfs0
|
||
|
|
||
|
[rbdmirrors]
|
||
|
rbd-mirror0
|
||
|
|
||
|
[iscsigws]
|
||
|
iscsi-gw0
|
||
|
|
||
|
[all:vars]
|
||
|
nfs_ganesha_stable=True
|
||
|
nfs_ganesha_dev=False
|
||
|
nfs_ganesha_stable_branch="V2.7-stable"
|
||
|
nfs_ganesha_flavor="ceph_master"
|