ceph-ansible/tests/functional/centos/7/cluster/hosts

31 lines
499 B
Plaintext
Raw Normal View History

[mons]
ceph-mon0 monitor_address=192.168.1.10
ceph-mon1 monitor_interface=eth1
ceph-mon2 monitor_address=192.168.1.12
[mgrs]
ceph-mgr0
[osds]
ceph-osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'ceph-osd0' }"
ceph-osd1 osd_crush_location="{ 'root': 'default', 'host': 'ceph-osd1' }"
[mdss]
ceph-mds0
[rgws]
ceph-rgw0
[clients]
ceph-client0
ceph-client1
[nfss]
ceph-nfs0
[rbdmirrors]
ceph-rbd-mirror0
[iscsigws]
ceph-iscsi-gw0 ceph_repository="dev"