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"
|
|
|
|
monitor_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
|
|
|
radosgw_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
|
|
|
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
|
|
|
ceph_docker_on_openstack: False
|
|
|
|
ceph_conf_overrides:
|
|
|
|
global:
|
|
|
|
osd_pool_default_size: 1
|
|
|
|
openstack_config: False
|
2019-08-01 02:17:48 +08:00
|
|
|
dashboard_enabled: False
|
2019-09-25 01:13:31 +08:00
|
|
|
copy_admin_key: True
|