]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: set configure_firewall: true in centos7|docker_cluster
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 18 Oct 2018 11:45:14 +0000 (13:45 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 19 Oct 2018 00:12:43 +0000 (00:12 +0000)
This way the CI will cover this part of the code.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/centos/7/cluster/group_vars/all
tests/functional/centos/7/docker/group_vars/all

index 46934a5b037f076ff44ea5ce5dc0ef4c013cfaaf..5a72a120a7456d667c05d3ca2ac0bab77e92afb5 100644 (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:
index c3b5a92d067696208faa9fcfd350ac4e17b65dd0..c53a831ab375b4efca34b4505e5db77a089e01e0 100644 (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"