2018-07-23 22:40:49 +08:00
|
|
|
---
|
|
|
|
# this is only here to let the CI tests know
|
|
|
|
# that this scenario is using docker
|
|
|
|
docker: True
|
|
|
|
|
|
|
|
containerized_deployment: True
|
2021-03-03 22:43:50 +08:00
|
|
|
monitor_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
2018-07-23 22:40:49 +08:00
|
|
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
2018-12-14 19:01:16 +08:00
|
|
|
public_network: "192.168.17.0/24"
|
|
|
|
cluster_network: "192.168.18.0/24"
|
2018-07-23 22:40:49 +08:00
|
|
|
ceph_conf_overrides:
|
|
|
|
global:
|
2020-03-11 08:50:55 +08:00
|
|
|
mon_allow_pool_size_one: true
|
2019-11-27 03:09:48 +08:00
|
|
|
mon_warn_on_pool_no_redundancy: false
|
2018-07-23 22:40:49 +08:00
|
|
|
osd_pool_default_size: 1
|
|
|
|
openstack_config: False
|
2020-09-04 22:50:26 +08:00
|
|
|
dashboard_enabled: False
|
|
|
|
ceph_docker_registry: quay.ceph.io
|
|
|
|
ceph_docker_image: ceph-ci/daemon
|
2022-05-25 02:40:00 +08:00
|
|
|
ceph_docker_image_tag: latest-main
|