--- # this is only here to let the CI tests know # that this scenario is using docker docker: True containerized_deployment: True radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}" ceph_mon_docker_subnet: "{{ public_network }}" public_network: "192.168.30.0/24" cluster_network: "192.168.31.0/24" rgw_override_bucket_index_max_shards: 16 rgw_bucket_default_quota_max_objects: 1638400 ceph_conf_overrides: global: mon_allow_pool_size_one: true mon_warn_on_pool_no_redundancy: false osd_pool_default_size: 1 handler_health_mon_check_delay: 10 handler_health_osd_check_delay: 10 dashboard_admin_password: $sX!cD$rYU6qR^B! grafana_admin_password: +xFRe+RES@7vg24n ceph_docker_registry: quay.io ceph_docker_image: ceph/daemon-base ceph_docker_image_tag: latest-main node_exporter_container_image: "quay.io/prometheus/node-exporter:v0.17.0" prometheus_container_image: "quay.io/prometheus/prometheus:v2.7.2" alertmanager_container_image: "quay.io/prometheus/alertmanager:v0.16.2" grafana_container_image: "quay.io/ceph/ceph-grafana:6.7.4"