From: Guillaume Abrioux Date: Thu, 18 Oct 2018 11:45:14 +0000 (+0200) Subject: tests: set configure_firewall: true in centos7|docker_cluster X-Git-Tag: v3.2.0beta7~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cb35cac92662de35d2dafe8c103996d750d76778;p=ceph-ansible.git 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 --- diff --git a/tests/functional/centos/7/cluster/group_vars/all b/tests/functional/centos/7/cluster/group_vars/all index 46934a5b0..5a72a120a 100644 --- a/tests/functional/centos/7/cluster/group_vars/all +++ b/tests/functional/centos/7/cluster/group_vars/all @@ -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: diff --git a/tests/functional/centos/7/docker/group_vars/all b/tests/functional/centos/7/docker/group_vars/all index c3b5a92d0..c53a831ab 100644 --- a/tests/functional/centos/7/docker/group_vars/all +++ b/tests/functional/centos/7/docker/group_vars/all @@ -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"