]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: remove unnecessary variables definition v3.2.0beta7
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 19 Oct 2018 11:19:59 +0000 (13:19 +0200)
committerSébastien Han <seb@redhat.com>
Fri, 19 Oct 2018 13:12:45 +0000 (15:12 +0200)
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>
tests/functional/centos/7/cluster/group_vars/all
tests/functional/centos/7/docker/group_vars/all

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