summaryrefslogtreecommitdiff
path: root/zuul.d
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2021-09-17 12:34:52 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2021-09-20 14:09:20 +0000
commit8e173b88d138d0065e7f1bc668e3a0b65ce3be2e (patch)
treeb70361eb408578a99a2ea098ed97ba9085a4e107 /zuul.d
parentde50ff2df5257af504d12469bc7cbb2848044f80 (diff)
downloadironic-8e173b88d138d0065e7f1bc668e3a0b65ce3be2e.tar.gz
Disable Neutron firewall
Neutron's firewall initialization with OVS seems to be the source of our pain with ports not being found by ironic jobs. This is because firewall startup errors crashes out the agent with a RuntimeError while it is deep in it's initial __init__ sequence. This ultimately seems to be rooted with communication with OVS itself, but perhaps the easiest solution is to just disable the firewall.... Related: https://bugs.launchpad.net/neutron/+bug/1944201 Change-Id: I303989a825a7e35f1cb7b401134fd63553f6791c
Diffstat (limited to 'zuul.d')
-rw-r--r--zuul.d/ironic-jobs.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml
index 308a2b191..e00e7397c 100644
--- a/zuul.d/ironic-jobs.yaml
+++ b/zuul.d/ironic-jobs.yaml
@@ -59,6 +59,11 @@
# something more like 5GB for baremetal jobs due to image sizes
# with firmware.
GLANCE_LIMIT_IMAGE_SIZE_TOTAL: 5000
+ # NOTE(TheJulia): Disable neutron firewall as bug
+ # https://bugs.launchpad.net/neutron/+bug/1944201
+ # causes us an abnormally high job failure rate due to the ports
+ # not being found (as neutron crashed on initailization).
+ Q_USE_SECGROUP: False
devstack_plugins:
ironic: https://opendev.org/openstack/ironic
tempest_plugins: