--- # this is only here to let the CI tests know # that this scenario is using docker docker: True containerized_deployment: True ceph_origin: repository ceph_repository: community cluster: ceph public_network: "192.168.39.0/24" cluster_network: "192.168.40.0/24" monitor_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}" radosgw_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}" journal_size: 2048 osd_objectstore: "bluestore" crush_device_class: test copy_admin_key: true devices: - /dev/sdb - /dev/disk/by-id/ata-QEMU_HARDDISK_QM00003 os_tuning_params: - { name: fs.file-max, value: 26234859 } ceph_conf_overrides: global: mon_allow_pool_size_one: true mon_warn_on_pool_no_redundancy: false osd_pool_default_size: 1 dashboard_enabled: False handler_health_mon_check_delay: 10 handler_health_osd_check_delay: 10 ceph_docker_registry: quay.ceph.io ceph_docker_image: ceph-ci/daemon ceph_docker_image_tag: latest-master