2019-06-26 14:09:45 +08:00
|
|
|
---
|
|
|
|
# this is only here to let the CI tests know
|
|
|
|
# that this scenario is using docker
|
|
|
|
docker: True
|
|
|
|
|
|
|
|
containerized_deployment: True
|
|
|
|
public_network: "192.168.91.0/24"
|
|
|
|
cluster_network: "192.168.92.0/24"
|
2021-03-03 22:43:50 +08:00
|
|
|
monitor_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
|
|
|
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
|
2019-06-26 14:09:45 +08:00
|
|
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
|
|
|
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
|
2019-06-26 14:09:45 +08:00
|
|
|
osd_pool_default_size: 1
|
|
|
|
openstack_config: False
|
2019-08-01 02:17:48 +08:00
|
|
|
dashboard_enabled: False
|
2020-09-04 22:50:26 +08:00
|
|
|
copy_admin_key: True
|
2022-12-06 20:14:07 +08:00
|
|
|
ceph_docker_registry: quay.io
|
|
|
|
ceph_docker_image: ceph/daemon
|
2022-05-25 02:40:00 +08:00
|
|
|
ceph_docker_image_tag: latest-main
|