From 771f25b1f823ce46995b62dec84f9f3515bfac2c Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 31 Jul 2019 14:02:41 -0400 Subject: [PATCH] ceph-infra: Apply firewall rules with container We don't have a reason to not apply firewall rules on the host when using a containerized deployment. The TripleO environments already manage the ceph firewall rules outside ceph-ansible and set the configure_firewall variable to false. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1733251 Signed-off-by: Dimitri Savineau --- roles/ceph-infra/tasks/configure_firewall.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ceph-infra/tasks/configure_firewall.yml b/roles/ceph-infra/tasks/configure_firewall.yml index 63885cc7d..64aedbcf2 100644 --- a/roles/ceph-infra/tasks/configure_firewall.yml +++ b/roles/ceph-infra/tasks/configure_firewall.yml @@ -8,7 +8,6 @@ check_mode: no changed_when: false tags: firewall - when: not containerized_deployment | bool - when: (firewalld_pkg_query.get('rc', 1) == 0 or is_atomic | bool)