2018-12-14 19:01:16 +08:00
|
|
|
[mons]
|
2018-12-20 20:52:22 +08:00
|
|
|
mon0 monitor_address=192.168.1.10
|
2019-02-22 17:13:53 +08:00
|
|
|
mon1 monitor_interface="{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
2018-12-20 20:52:22 +08:00
|
|
|
mon2 monitor_address=192.168.1.12
|
2018-12-14 19:01:16 +08:00
|
|
|
|
|
|
|
[osds]
|
2018-12-20 20:52:22 +08:00
|
|
|
osd0
|
|
|
|
osd1
|
2018-12-14 19:01:16 +08:00
|
|
|
|
|
|
|
[mdss]
|
2018-12-20 20:52:22 +08:00
|
|
|
mds0
|
2018-12-14 19:01:16 +08:00
|
|
|
|
|
|
|
[rgws]
|
2018-12-20 20:52:22 +08:00
|
|
|
rgw0
|
2018-12-14 19:01:16 +08:00
|
|
|
|
|
|
|
[clients]
|
2018-12-20 20:52:22 +08:00
|
|
|
client0
|
|
|
|
client1
|
2018-12-14 19:01:16 +08:00
|
|
|
|
|
|
|
#[nfss]
|
2018-12-20 20:52:22 +08:00
|
|
|
#nfs0
|
2018-12-14 19:01:16 +08:00
|
|
|
|
|
|
|
[rbdmirrors]
|
2018-12-20 20:52:22 +08:00
|
|
|
rbd-mirror0
|
2018-12-14 19:01:16 +08:00
|
|
|
|
|
|
|
[iscsigws]
|
2018-12-20 20:52:22 +08:00
|
|
|
iscsi-gw0 ceph_repository="dev"
|
2018-12-14 19:01:16 +08:00
|
|
|
|
|
|
|
[all:vars]
|
|
|
|
debian_ceph_packages=['ceph', 'ceph-common', 'ceph-fuse']
|
|
|
|
nfs_ganesha_stable=True
|
2019-01-25 18:15:21 +08:00
|
|
|
nfs_ganesha_stable_branch="V2.7-stable"
|
2018-12-14 19:01:16 +08:00
|
|
|
nfs_ganesha_stable_deb_repo="{{ ceph_mirror }}/nfs-ganesha/deb-{{ nfs_ganesha_stable_branch }}/{{ ceph_stable_release }}"
|
|
|
|
nfs_ganesha_dev=False
|
2019-01-25 18:15:21 +08:00
|
|
|
nfs_ganesha_flavor="ceph_master"
|