mirror of https://github.com/ceph/ceph-ansible.git
27 lines
714 B
Plaintext
27 lines
714 B
Plaintext
---
|
|
# this is only here to let the CI tests know
|
|
# that this scenario is using docker
|
|
docker: True
|
|
|
|
ceph_stable: True
|
|
mon_containerized_deployment: True
|
|
osd_containerized_deployment: True
|
|
mds_containerized_deployment: True
|
|
rgw_containerized_deployment: True
|
|
cluster: test
|
|
ceph_mon_docker_interface: eth1
|
|
ceph_mon_docker_subnet: "192.168.15.0/24"
|
|
journal_size: 100
|
|
ceph_osd_docker_extra_env: "CEPH_DAEMON=OSD_CEPH_DISK_ACTIVATE,OSD_JOURNAL_SIZE={{ journal_size }}"
|
|
ceph_docker_on_openstack: False
|
|
public_network: "192.168.15.0/24"
|
|
cluster_network: "192.168.16.0/24"
|
|
journal_collocation: true
|
|
ceph_rgw_civetweb_port: 8080
|
|
ceph_osd_docker_devices:
|
|
- '/dev/sda'
|
|
- '/dev/sdb'
|
|
devices:
|
|
- '/dev/sda'
|
|
- '/dev/sdb'
|