From c47aa2e83b81b4678d58f427c800faa77e9dd719 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 19 Oct 2018 13:19:59 +0200 Subject: [PATCH] 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 --- tests/functional/centos/7/cluster/group_vars/all | 1 - tests/functional/centos/7/docker/group_vars/all | 1 - 2 files changed, 2 deletions(-) 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" -- 2.39.5