From 690258b221009ab3af235d15b2da5fa8138805f7 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Tue, 3 May 2022 14:55:46 -0500 Subject: [PATCH] Add clear-firewall role to bandit playbook This change adds the clear-firewall role to the osh-infra-bandit playbook to resolve an issue with coredns not coming up when this job is ran on an ubuntu focal node. Change-Id: I189ceff30271f3a478aff697b84709b19d0b09fc --- playbooks/osh-infra-bandit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/osh-infra-bandit.yaml b/playbooks/osh-infra-bandit.yaml index e39dcdd6b..31797208b 100644 --- a/playbooks/osh-infra-bandit.yaml +++ b/playbooks/osh-infra-bandit.yaml @@ -2,6 +2,9 @@ - hosts: all name: openstack-helm-infra-bandit tasks: + - name: Clear firewall + include_role: + name: clear-firewall - name: Install Required Packages and Setup Host shell: |