summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2021-09-17 12:34:52 -0700
committerIury Gregory Melo Ferreira <iurygregory@gmail.com>2021-10-05 09:46:59 +0000
commit3d18075fb42911c0d4a8a1737708c6a5393b4b7a (patch)
tree7dab34a5cdcbc6f0408fc6ed53922bd07aefb244
parent01c3d7ca057de4cd2ba17f4b2118fc3cf0ef85eb (diff)
downloadironic-3d18075fb42911c0d4a8a1737708c6a5393b4b7a.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 (cherry picked from commit 8e173b88d138d0065e7f1bc668e3a0b65ce3be2e)
-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 f8e7f3aaa..008a95925 100644
--- a/zuul.d/ironic-jobs.yaml
+++ b/zuul.d/ironic-jobs.yaml
@@ -63,6 +63,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: