From 954abc8e9b0920ef5cb7b0c997af3af0409d72b8 Mon Sep 17 00:00:00 2001 From: fpantano Date: Wed, 31 Jul 2019 20:30:32 +0200 Subject: [PATCH] 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 --- deployment/ceph-ansible/ceph-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/ceph-ansible/ceph-base.yaml b/deployment/ceph-ansible/ceph-base.yaml index 28c70a7f78..a156c2693c 100644 --- a/deployment/ceph-ansible/ceph-base.yaml +++ b/deployment/ceph-ansible/ceph-base.yaml @@ -236,6 +236,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]}