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
|
2019-02-22 17:13:53 +08:00
|
|
|
monitor_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
2018-07-23 22:40:49 +08:00
|
|
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
|
|
|
ceph_docker_on_openstack: False
|
2018-07-24 22:35:42 +08:00
|
|
|
public_network: "192.168.73.0/24"
|
|
|
|
cluster_network: "192.168.74.0/24"
|
2018-07-23 22:40:49 +08:00
|
|
|
ceph_conf_overrides:
|
|
|
|
global:
|
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
|
2019-09-25 01:13:31 +08:00
|
|
|
dashboard_enabled: False
|
|
|
|
copy_admin_key: True
|