| opendevreview | Doug Goldstein proposed openstack/neutron master: ml2: add EVPN L2VNI mechanism helper for EVPN types https://review.opendev.org/c/openstack/neutron/+/965053 | 03:38 |
|---|---|---|
| opendevreview | Doug Goldstein proposed openstack/neutron master: ml2: add EVPN L2VNI mechanism helper for EVPN types https://review.opendev.org/c/openstack/neutron/+/965053 | 04:07 |
| opendevreview | Jimin Shin proposed openstack/neutron-specs master: Add spec to add information to network ip availabilities https://review.opendev.org/c/openstack/neutron-specs/+/947826 | 04:24 |
| opendevreview | Jimin Shin proposed openstack/neutron master: Add information to network ip availabilities https://review.opendev.org/c/openstack/neutron/+/965083 | 10:39 |
| opendevreview | Jimin Shin proposed openstack/neutron master: Add information to network ip availabilities https://review.opendev.org/c/openstack/neutron/+/965083 | 10:42 |
| opendevreview | Jimin Shin proposed openstack/neutron-lib master: Add information to network ip availabilities https://review.opendev.org/c/openstack/neutron-lib/+/965087 | 11:06 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: Remove the ``eventlet.Timeout`` testcase capture https://review.opendev.org/c/openstack/neutron/+/961202 | 11:58 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: Restore the N535 eventlet import check https://review.opendev.org/c/openstack/neutron/+/961210 | 11:58 |
| opendevreview | Maor Blaustein proposed x/whitebox-neutron-tempest-plugin master: [DNM] Fail api server test on purpose for debugging https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/942536 | 12:09 |
| opendevreview | Takashi Kajinami proposed openstack/tap-as-a-service master: tox: Fix outdated default envlist https://review.opendev.org/c/openstack/tap-as-a-service/+/965103 | 12:54 |
| *** masghar is now known as Mahnoor | 13:08 | |
| opendevreview | yatin proposed openstack/neutron master: check stable job failure https://review.opendev.org/c/openstack/neutron/+/964857 | 13:43 |
| stephenfin | I'm trying to bump cluster-api-provider-openstack to flamingo, but I'm seeing random failures in neutron to create networks, routers etc. When I look, I see a load of "RuntimeError: cannot notify on un-acquired lock" errors in neutron-api. I assume that's not expected? 😅 | 14:13 |
| ralonsoh | stephenfin, do you have a link? | 14:21 |
| ralonsoh | to see the full log | 14:22 |
| stephenfin | Yes https://github.com/kubernetes-sigs/cluster-api-provider-openstack/pull/2809 | 14:22 |
| stephenfin | Sorry, that is a link to the failing job upstream. The error messages I'm seeing are in my downstream reproducer | 14:23 |
| ykarel | stephenfin, if you still have the reproducer locally, can you try removing "logger" from [ml2]/mechanism_drivers config? | 14:30 |
| ykarel | from devstack perspective Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn,logger" -> Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn" | 14:31 |
| ralonsoh | but that is 2025.2, that should be fixed | 14:31 |
| ralonsoh | (I'm actually pushing a patch to restore it in the CI) | 14:31 |
| ralonsoh | in any case, test that ^^^ | 14:31 |
| ralonsoh | if that is the problem, then I need to review the code again... | 14:31 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: WIP -- Restore the "logger" mechanism in the ML2/OVN jobs https://review.opendev.org/c/openstack/neutron/+/965118 | 14:33 |
| ykarel | ralonsoh, you mean in master or stable/2025.2 it's good? | 14:33 |
| ralonsoh | should be, yes | 14:33 |
| ykarel | but yes let's confirm in CI | 14:33 |
| stephenfin | I will try that now | 14:33 |
| ralonsoh | because at this point all the eventlet code for the services (not the tests) was removed | 14:33 |
| ralonsoh | I was in the middle of this ^^^ patch today | 14:34 |
| ralonsoh | on top of the N535 check restore | 14:34 |
| opendevreview | Merged openstack/neutron master: Fix test_add_external_port_avoid_flapping https://review.opendev.org/c/openstack/neutron/+/963477 | 14:44 |
| opendevreview | Chris Buggy proposed openstack/neutron master: Change default DNS domain to example.org https://review.opendev.org/c/openstack/neutron/+/965127 | 14:53 |
| opendevreview | Chris Buggy proposed openstack/neutron-tempest-plugin master: Change default dns_domain config to example.org https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/965136 | 15:21 |
| ralonsoh | stephenfin so ykarel is right: logger is still loading eventlet... | 15:23 |
| ralonsoh | if you remove it from the mech driver list (as Yatin wrote), you'll fix this error | 15:24 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: Restore the "logger" mechanism in the ML2/OVN jobs https://review.opendev.org/c/openstack/neutron/+/965118 | 15:33 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: The ``oslo_service`` default backend is now ``THREADING`` https://review.opendev.org/c/openstack/neutron/+/965137 | 15:33 |
| cardoe | haleyb: I had to drop but I wanted to ask if there's interest in adding some type hinting to stuff in neutron-lib. Specifically interested in the contexts (like port and network). | 15:40 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: [eventlet-removal] Remove some references from the documentation https://review.opendev.org/c/openstack/neutron/+/965148 | 16:02 |
| haleyb | cardoe: we did start doing a little type hinting but it fizzled out, but feel free to propose patches | 17:09 |
| haleyb | https://review.opendev.org/q/topic:%22type_tooling%22 | 17:10 |
| opendevreview | Jakub Libosvar proposed openstack/neutron master: WIP: bgp: Implement connecting BGP and Neutron world https://review.opendev.org/c/openstack/neutron/+/963223 | 19:33 |
| opendevreview | Brian Haley proposed openstack/neutron master: DNM test neutron gate https://review.opendev.org/c/openstack/neutron/+/965188 | 21:54 |
| opendevreview | Brian Haley proposed openstack/neutron master: DNM test neutron gate https://review.opendev.org/c/openstack/neutron/+/965188 | 21:55 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: The ``oslo_service`` default backend is now ``THREADING`` https://review.opendev.org/c/openstack/neutron/+/965137 | 22:19 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!