2016-01-22 03:54:41 +08:00
|
|
|
---
|
|
|
|
dummy:
|
2016-02-09 09:49:47 +08:00
|
|
|
|
2016-03-02 21:52:00 +08:00
|
|
|
#######
|
|
|
|
# MON #
|
|
|
|
#######
|
|
|
|
#mon_containerized_deployment: true
|
2016-03-16 00:32:17 +08:00
|
|
|
#mon_containerized_deployment_with_kv: false
|
2016-03-21 16:42:46 +08:00
|
|
|
#mon_containerized_default_ceph_conf_with_kv: true
|
2016-03-16 00:32:17 +08:00
|
|
|
#kv_type: etcd
|
|
|
|
#kv_endpoint: 127.0.0.1
|
|
|
|
#kv_port: 4001
|
2016-03-02 21:52:00 +08:00
|
|
|
#mon_docker_privileged: true
|
|
|
|
#ceph_mon_docker_username: ceph
|
|
|
|
#ceph_mon_docker_imagename: daemon
|
|
|
|
#ceph_mon_docker_interface: "{{ monitor_interface }}"
|
|
|
|
#ceph_mon_docker_subnet: "{{ public_network }}" # subnet of the ceph_mon_docker_interface
|
|
|
|
#ceph_mon_extra_envs: "MON_NAME={{ ansible_hostname }}" # comma separated variables
|
2016-02-09 09:49:47 +08:00
|
|
|
|
2016-03-02 21:52:00 +08:00
|
|
|
#######
|
|
|
|
# OSD #
|
|
|
|
#######
|
|
|
|
#osd_containerized_deployment: true
|
2016-03-29 16:23:31 +08:00
|
|
|
#osd_containerized_deployment_with_kv: false
|
|
|
|
#kv_type: etcd
|
|
|
|
#kv_endpoint: 127.0.0.1
|
2016-03-02 21:52:00 +08:00
|
|
|
#ceph_osd_docker_username: ceph
|
|
|
|
#ceph_osd_docker_imagename: daemon
|
|
|
|
#ceph_osd_docker_extra_env: "CEPH_DAEMON=OSD_CEPH_DISK_ACTIVATE" # comma separated variables
|
|
|
|
#ceph_osd_docker_prepare_env: "CEPH_DAEMON=OSD_CEPH_DISK_PREPARE,OSD_FORCE_ZAP=1" # comma separated variables
|
|
|
|
#ceph_osd_docker_devices:
|
|
|
|
# - /dev/sdb
|
|
|
|
# - /dev/sdc
|
2016-02-09 09:49:47 +08:00
|
|
|
|
2016-03-02 21:52:00 +08:00
|
|
|
#######
|
|
|
|
# MDS #
|
|
|
|
#######
|
|
|
|
#mds_containerized_deployment: false
|
|
|
|
#ceph_mds_docker_username: ceph
|
|
|
|
#ceph_mds_docker_imagename: daemon
|
|
|
|
#ceph_mds_docker_extra_env: "MDS_NAME={{ ansible_hostname }}" # comma separated variables
|
|
|
|
|
|
|
|
#######
|
|
|
|
# RGW #
|
|
|
|
#######
|
|
|
|
#rgw_containerized_deployment: true
|
|
|
|
#ceph_rgw_docker_username: ceph
|
|
|
|
#ceph_rgw_docker_imagename: daemon
|
|
|
|
#ceph_rgw_civetweb_port: 80
|
|
|
|
#ceph_rgw_docker_extra_env: "RGW_CIVETWEB_PORT={{ ceph_rgw_civetweb_port }}" # comma separated variables
|
|
|
|
|
|
|
|
###########
|
|
|
|
# RESTAPI #
|
|
|
|
###########
|
|
|
|
#restapi_containerized_deployment: false
|
|
|
|
#ceph_restapi_docker_interface: eth0
|
|
|
|
#ceph_restapi_port: 5000
|
|
|
|
#ceph_restapi_docker_username: ceph
|
|
|
|
#ceph_restapi_docker_imagename: daemon
|
|
|
|
#ceph_restapi_docker_extra_env: "RESTAPI_IP=0.0.0.0" # comma separated variables
|