2016-02-29 23:35:07 +08:00
|
|
|
---
|
|
|
|
# You can override vars by using host or group vars
|
|
|
|
|
|
|
|
###########
|
|
|
|
# GENERAL #
|
|
|
|
###########
|
|
|
|
|
|
|
|
fetch_directory: fetch/
|
|
|
|
|
|
|
|
# Even though MDS nodes should not have the admin key
|
|
|
|
# at their disposal, some people might want to have it
|
|
|
|
# distributed on MDS nodes. Setting 'copy_admin_key' to 'true'
|
|
|
|
# will copy the admin key to the /etc/ceph/ directory
|
|
|
|
copy_admin_key: false
|
|
|
|
|
|
|
|
cephx: true
|
|
|
|
|
|
|
|
|
|
|
|
##########
|
|
|
|
# DOCKER #
|
|
|
|
##########
|
|
|
|
|
|
|
|
mds_containerized_deployment: false
|
2016-06-03 06:54:56 +08:00
|
|
|
mds_containerized_deployment_with_kv: false
|
|
|
|
kv_type: etcd
|
|
|
|
kv_endpoint: 127.0.0.1
|
2017-02-09 22:16:39 +08:00
|
|
|
ceph_docker_image: "ceph/daemon"
|
|
|
|
ceph_docker_image_tag: latest
|
2016-12-16 21:53:14 +08:00
|
|
|
ceph_mds_docker_extra_env: -e CLUSTER={{ cluster }} -e MDS_NAME={{ ansible_hostname }}
|
2016-03-22 23:58:20 +08:00
|
|
|
ceph_docker_on_openstack: false
|
2016-11-03 17:16:33 +08:00
|
|
|
ceph_config_keys: [] # DON'T TOUCH ME
|