since we set `configure_firewall: true` in
`ceph-defaults/defaults/main.yml` there is no need to explicitly set it
in `centos7_cluster` and `docker_cluster` testing scenarios.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
cluster: test
public_network: "192.168.1.0/24"
cluster_network: "192.168.2.0/24"
-configure_firewall: true
radosgw_interface: eth1
ceph_conf_overrides:
global:
cluster: test
monitor_interface: eth1
radosgw_interface: eth1
-configure_firewall: true
ceph_mon_docker_subnet: "{{ public_network }}"
ceph_docker_on_openstack: False
public_network: "192.168.17.0/24"