2016-12-01 02:20:07 +08:00
|
|
|
---
|
2016-12-08 09:15:29 +08:00
|
|
|
# this is only here to let the CI tests know
|
|
|
|
# that this scenario is using docker
|
|
|
|
docker: True
|
2016-12-01 02:20:07 +08:00
|
|
|
|
|
|
|
ceph_stable: True
|
|
|
|
mon_containerized_deployment: True
|
|
|
|
osd_containerized_deployment: True
|
|
|
|
mds_containerized_deployment: True
|
|
|
|
rgw_containerized_deployment: True
|
2016-12-06 18:20:23 +08:00
|
|
|
cluster: test
|
2016-12-01 05:21:12 +08:00
|
|
|
ceph_mon_docker_interface: eth1
|
2016-12-01 02:20:07 +08:00
|
|
|
ceph_mon_docker_subnet: "192.168.15.0/24"
|
2016-12-02 00:27:48 +08:00
|
|
|
journal_size: 100
|
|
|
|
ceph_osd_docker_extra_env: "CEPH_DAEMON=OSD_CEPH_DISK_ACTIVATE,OSD_JOURNAL_SIZE={{ journal_size }}"
|
2016-12-01 02:20:07 +08:00
|
|
|
ceph_docker_on_openstack: False
|
|
|
|
public_network: "192.168.15.0/24"
|
|
|
|
cluster_network: "192.168.16.0/24"
|
2016-12-01 05:21:12 +08:00
|
|
|
journal_collocation: true
|
2016-12-01 02:20:07 +08:00
|
|
|
ceph_rgw_civetweb_port: 8080
|
|
|
|
ceph_osd_docker_devices:
|
|
|
|
- '/dev/sda'
|
|
|
|
- '/dev/sdb'
|
2016-12-01 05:21:12 +08:00
|
|
|
devices:
|
|
|
|
- '/dev/sda'
|
|
|
|
- '/dev/sdb'
|