ceph-ansible/tests/functional/centos/7/docker-ded-jrn/group_vars/all

26 lines
689 B
Plaintext

---
# this is only here to let the CI tests know
# that this scenario is using docker
docker: True
containerized_deployment: True
cluster: test
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"
ceph_rgw_civetweb_port: 8080
osd_objectstore: filestore
osd_scenario: non-collocated
devices:
- '/dev/disk/by-path/pci-0000:00:01.1-ata-1.0'
- /dev/sdb
dedicated_devices:
- /dev/sdc
- /dev/sdc
ceph_osd_docker_prepare_env: -e OSD_JOURNAL_SIZE={{ journal_size }} -e OSD_FORCE_ZAP=1
ceph_osd_docker_run_script_path: /var/tmp