mirror of https://github.com/ceph/ceph-ansible.git
tests: set configure_firewall: true in centos7|docker_cluster
This way the CI will cover this part of the code. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3240/head
parent
e77c36ad17
commit
cb35cac926
|
@ -4,6 +4,7 @@ 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:
|
||||
|
|
|
@ -7,6 +7,7 @@ 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"
|
||||
|
|
Loading…
Reference in New Issue