2014-07-08 20:49:46 +08:00
|
|
|
---
|
2014-09-05 03:14:11 +08:00
|
|
|
# You can override vars by using host or group vars
|
|
|
|
|
|
|
|
## Ceph options
|
|
|
|
#
|
|
|
|
cephx: true
|
|
|
|
|
2014-11-14 22:05:56 +08:00
|
|
|
# Toggle 100-continue support for Apache and FastCGI
|
|
|
|
# WARNING: Changing this value will cause an outage of Apache while it is reinstalled on RGW nodes
|
|
|
|
http_100_continue: false
|
|
|
|
|
2014-09-05 03:14:11 +08:00
|
|
|
# Rados Gateway options
|
|
|
|
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
|
|
|
|
email_address: foo@bar.com
|
2015-03-02 17:22:52 +08:00
|
|
|
radosgw_frontend: civetweb # we currently only support a single backend
|
2015-01-21 01:43:47 +08:00
|
|
|
|
|
|
|
|
|
|
|
##########
|
|
|
|
# DOCKER #
|
|
|
|
##########
|
|
|
|
|
|
|
|
ceph_containerized_deployment: false
|
|
|
|
ceph_rgw_civetweb_port: 80
|
|
|
|
ceph_rgw_docker_username: ceph
|
|
|
|
ceph_rgw_docker_imagename: "rgw:latest"
|