From: Guillaume Abrioux Date: Fri, 19 Oct 2018 11:19:59 +0000 (+0200) Subject: tests: remove unnecessary variables definition X-Git-Tag: v3.2.0beta7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c47aa2e83b81b4678d58f427c800faa77e9dd719;p=ceph-ansible.git tests: remove unnecessary variables definition 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 --- diff --git a/tests/functional/centos/7/cluster/group_vars/all b/tests/functional/centos/7/cluster/group_vars/all index 5a72a120a..46934a5b0 100644 --- a/tests/functional/centos/7/cluster/group_vars/all +++ b/tests/functional/centos/7/cluster/group_vars/all @@ -4,7 +4,6 @@ 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 c53a831ab..c3b5a92d0 100644 --- a/tests/functional/centos/7/docker/group_vars/all +++ b/tests/functional/centos/7/docker/group_vars/all @@ -7,7 +7,6 @@ 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"