mirror of https://github.com/ceph/ceph-ansible.git
25 lines
796 B
Plaintext
25 lines
796 B
Plaintext
---
|
|
# this is only here to let the CI tests know
|
|
# that this scenario is using docker
|
|
docker: True
|
|
|
|
ceph_stable: True
|
|
containerized_deployment: True
|
|
cluster: ceph
|
|
monitor_interface: eth1
|
|
radosgw_interface: eth1
|
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
|
journal_size: 100
|
|
ceph_docker_on_openstack: False
|
|
public_network: "192.168.15.0/24"
|
|
cluster_network: "192.168.16.0/24"
|
|
osd_scenario: collocated
|
|
dmcrypt: true
|
|
ceph_rgw_civetweb_port: 8080
|
|
ceph_osd_docker_devices: "{{ devices }}"
|
|
devices:
|
|
- /dev/sda
|
|
- /dev/sdb
|
|
ceph_osd_docker_prepare_env: -e CLUSTER={{ cluster }} -e OSD_JOURNAL_SIZE={{ journal_size }} -e OSD_FORCE_ZAP=1 -e OSD_DMCRYPT=1
|
|
ceph_osd_docker_extra_env: -e CLUSTER={{ cluster }} -e CEPH_DAEMON=OSD_CEPH_DISK_ACTIVATE -e OSD_JOURNAL_SIZE={{ journal_size }} -e OSD_DMCRYPT=1
|