mirror of https://github.com/ceph/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 <gabrioux@redhat.com>pull/3252/head v3.2.0beta7
parent
48cfc60722
commit
c47aa2e83b
|
@ -4,7 +4,6 @@ ceph_repository: community
|
||||||
cluster: test
|
cluster: test
|
||||||
public_network: "192.168.1.0/24"
|
public_network: "192.168.1.0/24"
|
||||||
cluster_network: "192.168.2.0/24"
|
cluster_network: "192.168.2.0/24"
|
||||||
configure_firewall: true
|
|
||||||
radosgw_interface: eth1
|
radosgw_interface: eth1
|
||||||
ceph_conf_overrides:
|
ceph_conf_overrides:
|
||||||
global:
|
global:
|
||||||
|
|
|
@ -7,7 +7,6 @@ containerized_deployment: True
|
||||||
cluster: test
|
cluster: test
|
||||||
monitor_interface: eth1
|
monitor_interface: eth1
|
||||||
radosgw_interface: eth1
|
radosgw_interface: eth1
|
||||||
configure_firewall: true
|
|
||||||
ceph_mon_docker_subnet: "{{ public_network }}"
|
ceph_mon_docker_subnet: "{{ public_network }}"
|
||||||
ceph_docker_on_openstack: False
|
ceph_docker_on_openstack: False
|
||||||
public_network: "192.168.17.0/24"
|
public_network: "192.168.17.0/24"
|
||||||
|
|
Loading…
Reference in New Issue