]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-infra: Apply firewall rules with container
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 31 Jul 2019 18:02:41 +0000 (14:02 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 7 Aug 2019 08:41:47 +0000 (10:41 +0200)
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 <dsavinea@redhat.com>
(cherry picked from commit 771f25b1f823ce46995b62dec84f9f3515bfac2c)

roles/ceph-infra/tasks/configure_firewall.yml

index 63885cc7d9f89e2df0c614d0aa10c7c3842f3c7b..64aedbcf23c6ded68b4aee3ee94b5269177ac42e 100644 (file)
@@ -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)