2017-01-16 23:28:40 +08:00
|
|
|
---
|
2017-04-13 01:57:33 +08:00
|
|
|
fsid: "{{ cluster_uuid.stdout }}"
|
|
|
|
generate_fsid: true
|
2017-01-16 23:28:40 +08:00
|
|
|
ceph_docker_registry: docker.io
|
2017-03-16 17:57:13 +08:00
|
|
|
ceph_docker_enable_centos_extra_repo: false
|
2017-03-03 21:58:56 +08:00
|
|
|
|
2017-06-06 22:46:44 +08:00
|
|
|
ceph_docker_on_openstack: false
|
|
|
|
|
2017-03-28 20:15:27 +08:00
|
|
|
mon_use_fqdn: false # if set to true, the MON name used will be the fqdn
|
|
|
|
|
2017-03-03 21:58:56 +08:00
|
|
|
# Set uid/gid to default '64045' for bootstrap directories.
|
|
|
|
# '64045' is used for debian based distros. It must be set to 167 in case of rhel based distros.
|
|
|
|
# These values have to be set according to the base OS used by the container image, NOT the host.
|
|
|
|
bootstrap_dirs_owner: "64045"
|
|
|
|
bootstrap_dirs_group: "64045"
|
2017-04-13 01:57:33 +08:00
|
|
|
#
|
|
|
|
############
|
|
|
|
# KV store #
|
|
|
|
############
|
|
|
|
kv_type: etcd
|
|
|
|
kv_endpoint: 127.0.0.1
|
|
|
|
kv_port: 4001
|
|
|
|
containerized_deployment_with_kv: false
|