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 <gabrioux@redhat.com>
pull/3252/head v3.2.0beta7
Guillaume Abrioux 2018-10-19 13:19:59 +02:00 committed by Sébastien Han
parent 48cfc60722
commit c47aa2e83b
2 changed files with 0 additions and 2 deletions

View File

@ -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:

View File

@ -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"