2015-06-29 20:15:07 +08:00
|
|
|
---
|
2015-08-27 18:42:01 +08:00
|
|
|
|
|
|
|
###########
|
|
|
|
# GENERAL #
|
|
|
|
###########
|
|
|
|
|
|
|
|
fetch_directory: fetch/
|
|
|
|
|
2015-06-29 20:15:07 +08:00
|
|
|
##########
|
|
|
|
# DOCKER #
|
|
|
|
##########
|
|
|
|
|
2015-10-22 05:18:22 +08:00
|
|
|
restapi_containerized_deployment: false
|
2015-06-29 20:15:07 +08:00
|
|
|
ceph_restapi_docker_interface: eth0
|
|
|
|
ceph_restapi_port: 5000
|
|
|
|
ceph_restapi_docker_username: ceph
|
|
|
|
ceph_restapi_docker_imagename: daemon
|
2015-07-28 23:57:58 +08:00
|
|
|
ceph_restapi_docker_extra_env: "RESTAPI_IP=0.0.0.0" # comma separated variables
|
2016-03-22 23:58:20 +08:00
|
|
|
ceph_docker_on_openstack: false
|