ceph-base: Disable ceph-ansible firewall tasks

TripleO already manages firewall rules so we don't need to have both
enabled in the same time.
It's currently not an issue because the firewall rules aren't apply by
ceph-ansible on containerized deployment but it will be enabled soon.

Change-Id: I2b8fc3fcf757e5a24696f2d3575fe696b9cdfdf0
Co-Authored-By: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 954abc8e9b)
This commit is contained in:
fpantano 2019-07-31 20:30:32 +02:00 committed by Giulio Fidente
parent 29dc880347
commit f4f2a900e7
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ resources:
fsid: { get_param: CephClusterFSID }
cluster: { get_param: CephClusterName }
docker: true
configure_firewall: false
ceph_docker_registry: {get_attr: [DockerImageUrlParts, value, host]}
ceph_docker_image: {get_attr: [DockerImageUrlParts, value, image]}
ceph_docker_image_tag: {get_attr: [DockerImageUrlParts, value, image_tag]}