2014-03-04 02:08:51 +08:00
---
# Variables here are applicable to all host groups NOT roles
# Setup options
distro_release: "{{ facter_lsbdistcodename }}"
2014-03-19 18:56:31 +08:00
apt_key: http://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
2014-03-04 02:08:51 +08:00
ceph_release: emperor
2014-03-10 00:08:47 +08:00
redhat_distro: el6 # supported distros are el6, rhel6, f18, f19, opensuse12.2, sles11
2014-03-04 02:08:51 +08:00
# Ceph options
cephx: true
2014-03-11 07:47:24 +08:00
fsid: # /!\ GENERATE ONE WITH 'uuidgen -r' /!\
2014-03-04 02:08:51 +08:00
2014-03-11 00:23:41 +08:00
# Monitors options
monitor_interface: eth1
2014-03-06 20:54:37 +08:00
# MDS options
mds: true # disable mds configuration in ceph.conf
# Rados Gateway options
radosgw: true
redhat_distro_ceph_extra: centos6.4 # supported distros are centos6.3, centos6.4, centos6, fedora18, fedora19, opensuse12.2, rhel6.3, rhel6.4, rhel6.5, rhel6, sles11sp2
2014-03-17 15:17:27 +08:00
radosgw_interface: eth1 # the public interface which the radosgw talks to the world with, this variable is used in the haproxy role, this does not need to be set if haproxy is not used.
2014-03-06 20:54:37 +08:00
2014-03-04 02:08:51 +08:00
# OSD options
journal_size: 100
pool_default_pg_num: 128
pool_default_pgp_num: 128
pool_default_size: 2
cluster_network: 192.168.0.0/24
public_network: 192.168.0.0/24
osd_mkfs_type: xfs