2015-06-24 21:51:54 +08:00
|
|
|
---
|
|
|
|
dummy:
|
|
|
|
|
2015-08-27 18:42:01 +08:00
|
|
|
###########
|
|
|
|
# GENERAL #
|
|
|
|
###########
|
|
|
|
|
2015-06-24 21:51:54 +08:00
|
|
|
## Ceph options
|
|
|
|
#
|
|
|
|
#cephx: true
|
|
|
|
|
2015-07-07 19:48:37 +08:00
|
|
|
# Used for the sudo exception while starting the radosgw process
|
|
|
|
# a new entry /etc/sudoers.d/ceph will be created
|
|
|
|
# allowing root to not require tty
|
|
|
|
#radosgw_user: root
|
|
|
|
|
2015-08-27 18:42:01 +08:00
|
|
|
#fetch_directory: fetch/
|
|
|
|
|
2015-06-24 21:51:54 +08:00
|
|
|
##########
|
|
|
|
# DOCKER #
|
|
|
|
##########
|
|
|
|
|
|
|
|
#ceph_containerized_deployment: false
|
|
|
|
#ceph_rgw_docker_username: ceph
|
|
|
|
#ceph_rgw_docker_imagename: daemon
|
|
|
|
#ceph_rgw_civetweb_port: 80
|
2015-07-28 23:35:47 +08:00
|
|
|
#ceph_rgw_docker_extra_env: "RGW_CIVETWEB_PORT={{ ceph_rgw_civetweb_port }}" # comma separated variables
|