tests: set configure_firewall: true in centos7|docker_cluster

This way the CI will cover this part of the code.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3240/head
Guillaume Abrioux 2018-10-18 13:45:14 +02:00 committed by mergify[bot]
parent e77c36ad17
commit cb35cac926
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ ceph_repository: community
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:

View File

@ -7,6 +7,7 @@ containerized_deployment: True
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"