| ralonsoh | slaweq, ykarel hello folks, if you have a couple of mins (3 small patches): https://review.opendev.org/c/openstack/neutron/+/973584 | 08:33 |
|---|---|---|
| ralonsoh | ^^ this is the first one, the other are on top of it | 08:33 |
| ralonsoh | I'll backport them to (including D/S) | 08:33 |
| frickler | ralonsoh: do you think os-ken is ready for a new release with the timeout fix? | 09:10 |
| ralonsoh | frickler, yes, I had this in my TODO for today | 09:11 |
| ralonsoh | give me 10 mins | 09:11 |
| frickler | ralonsoh: sure, no rush, I was just wondering if you'd want to do more testing or further patches first | 09:14 |
| ralonsoh | frickler, I'll push a testing patch with more tempest executions | 09:15 |
| ralonsoh | but it seems that this patch is fixing n-d-r | 09:15 |
| frickler | ralonsoh: yes, I saw this in the n-d-r change, good work, thx | 09:18 |
| opendevreview | Elvira García Ruiz proposed openstack/neutron-tempest-plugin master: Add both direction tap-as-a-service scenario test https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/973626 | 09:50 |
| opendevreview | Michel Nederlof proposed openstack/neutron master: Keep virtual ports unbound when calling bind_port https://review.opendev.org/c/openstack/neutron/+/973115 | 09:51 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron master: Remove stale methods from the OvnNbSynchronizer class https://review.opendev.org/c/openstack/neutron/+/973473 | 09:52 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron master: Don't delete from OVN DB ACLs not managed by Neutron https://review.opendev.org/c/openstack/neutron/+/973648 | 09:52 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron master: Don't delete from OVN DB ACLs not managed by Neutron https://review.opendev.org/c/openstack/neutron/+/973648 | 11:08 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron-dynamic-routing master: [eventlet-removal] Removal of eventlet usage in this repository https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/956747 | 11:23 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron-dynamic-routing master: DNM == Testing patch for job ``neutron-tempest-plugin-dynamic-routing`` https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/973801 | 11:28 |
| ralonsoh | slaweq, lajoskatona: https://review.opendev.org/c/openstack/releases/+/973770. To fix the n-d-r project | 11:30 |
| lajoskatona | ralonsoh: cool, thanks | 12:09 |
| lajoskatona | ralonsoh: elodilles just checked and PTL or release liason +1 is missing | 12:15 |
| opendevreview | Elvira García Ruiz proposed openstack/neutron-tempest-plugin master: Add both direction tap-as-a-service scenario test https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/973626 | 13:11 |
| zigo | Hi there! Someone filled Debian bug https://bugs.debian.org/1125889 | 13:20 |
| zigo | So I wonder: is Neutron fully compatible with the new nftables? Can I safely close this bug with no further action? | 13:20 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron-lib master: Rehome ovn-db-sync-util related constants to neutron-lib https://review.opendev.org/c/openstack/neutron-lib/+/973833 | 13:47 |
| ralonsoh | zigo, if that means nftables in Debian removes the iptables binary (that provides the old API), then this is a huge problem | 13:49 |
| ralonsoh | because we use nftables using the old API | 13:49 |
| zigo | ralonsoh: I don't think /usr/bin/iptables will go away, simply that the *kernel* will lack support for iptables-legacy. | 13:49 |
| opendevreview | yatin proposed openstack/neutron master: [OVN] Wait for Port_Binding additional chassis in live-migration https://review.opendev.org/c/openstack/neutron/+/956910 | 13:49 |
| ralonsoh | zigo, ok then, nice to read that. I was just confirming | 13:50 |
| ralonsoh | so yes, we have been testing with the nftables binary for several releases | 13:50 |
| zigo | ralonsoh: On all my servers so far, I've set /usr/bin/iptables to be an alias to /usr/bin/iptables-legacy (ie: set-alternatives), but this wont be possible in Debian 14. | 13:50 |
| ralonsoh | actually right now we only use the nftables binary | 13:50 |
| opendevreview | yatin proposed openstack/neutron master: [DNM] Check migration ovn with fixes https://review.opendev.org/c/openstack/neutron/+/972820 | 13:51 |
| ralonsoh | zigo, we removed that (let me find this patch) | 13:51 |
| ralonsoh | zigo, I implemented the nftables explicit jobs several releases ago | 13:52 |
| ralonsoh | now we have removed them: https://review.opendev.org/c/openstack/neutron/+/971049 | 13:52 |
| ralonsoh | because we only use nftables now | 13:52 |
| zigo | Well, there's still neutron/services/metering/drivers/iptables/iptables_driver.py. Can this one works with nftables? | 13:52 |
| zigo | Ah, nice ! :) | 13:52 |
| ralonsoh | zigo, yes, we use the old API | 13:52 |
| ralonsoh | I tried several releases ago to implement a full nftables API replacement | 13:53 |
| ralonsoh | and that was a nightmare, I didn't finish it | 13:53 |
| zigo | Ok, got you, I believe that's fine then ! :) | 13:53 |
| zigo | Thanks for confirming. | 13:53 |
| ykarel | with ^ i recall have to report issue for ipset removal for centos10 | 14:01 |
| ralonsoh | ykarel, yes, when I created the nftables jobs, ipset was not supported | 14:29 |
| ralonsoh | but it seems that is now and we are testing it: https://zuul.opendev.org/t/openstack/builds?job_name=neutron-tempest-plugin-openvswitch-iptables_hybrid&skip=0 | 14:29 |
| ralonsoh | all these have ipset enabled (default behaviour) | 14:29 |
| ralonsoh | so most probably it won't be necessary in other OS | 14:30 |
| ykarel | ralonsoh, ack, in centos10 last i checked was removed, will recheck and create lp tomorrow | 14:58 |
| ykarel | #startmeeting neutron_ci | 15:01 |
| opendevmeet | Meeting started Mon Jan 19 15:01:33 2026 UTC and is due to finish in 60 minutes. The chair is ykarel. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:01 |
| opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:01 |
| opendevmeet | The meeting name has been set to 'neutron_ci' | 15:01 |
| ykarel | Ping list: bcafarel, lajoskatona, slawek, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira | 15:01 |
| ykarel | This will be video meeting this time: https://meetpad.opendev.org/neutron-ci-meetings | 15:01 |
| ralonsoh | hello | 15:01 |
| lajoskatona | o/ | 15:01 |
| slaweq | o/ | 15:01 |
| ykarel | slaweq, video today https://meetpad.opendev.org/neutron-ci-meetings | 15:04 |
| bcafarel | another meeting going overtime I cannot join :( | 15:04 |
| bcafarel | there was one issue last week on stable branches but ralonsoh fixed it (IIRC) | 15:05 |
| ykarel | #topic Stable branches | 15:05 |
| ykarel | all good as per periodic, a few backport patches for stable-core to review | 15:05 |
| slaweq | sorry, joining | 15:05 |
| ralonsoh | #link https://review.opendev.org/c/openstack/neutron/+/972688 | 15:06 |
| ykarel | #topic Stadium projects | 15:06 |
| ykarel | dynamic-routing still broken https://zuul.openstack.org/buildset/76cb3e01e27b45ab9d152f2ead1cc8d0 | 15:06 |
| ykarel | Known one https://bugs.launchpad.net/neutron/+bug/2130631 | 15:06 |
| ykarel | A patch merged last week https://review.opendev.org/c/openstack/os-ken/+/973398, os-ken release is needed | 15:06 |
| ykarel | os-ken release patch https://review.opendev.org/c/openstack/releases/+/973770 | 15:07 |
| ykarel | #topic Rechecks | 15:08 |
| ykarel | all good, just 1/12 bare recheck | 15:08 |
| ykarel | #topic fullstack/functional | 15:08 |
| ykarel | test_locking_mechanism | 15:08 |
| ykarel | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_347/openstack/34700404299342aaa43c93363aa63bae/testr_results.html | 15:08 |
| ykarel | https://538d239f2353a6ac4bc2-4e7b2e69a2914bf326001f07747bad73.ssl.cf1.rackcdn.com/openstack/80166f70f425407e8d234abad467ef85/testr_results.html | 15:08 |
| ykarel | Known issue https://bugs.launchpad.net/neutron/+bug/2137467 | 15:08 |
| ykarel | #topic Periodic | 15:10 |
| ykarel | broken https://zuul.openstack.org/builds?job_name=propose-translation-update&project=openstack/neutron | 15:10 |
| ykarel | - related to zuul secret rotation, reached out to #opendev, i18n team will be checking this | 15:11 |
| ykarel | #topic Grafana | 15:11 |
| ykarel | https://grafana.opendev.org/d/f913631585/neutron-failure-rate | 15:11 |
| ykarel | #topic On Demand | 15:12 |
| ykarel | Public holiday next Monday in India | 15:12 |
| ykarel | so will not have this meeting next week, for any new CI issue will raise it in neutron weekly meeting | 15:13 |
| ykarel | #endmeeting | 15:13 |
| opendevmeet | Meeting ended Mon Jan 19 15:13:57 2026 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:13 |
| opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2026/neutron_ci.2026-01-19-15.01.html | 15:13 |
| opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2026/neutron_ci.2026-01-19-15.01.txt | 15:13 |
| opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2026/neutron_ci.2026-01-19-15.01.log.html | 15:13 |
| ykarel | thx all for joining | 15:14 |
| opendevreview | Elvira García Ruiz proposed openstack/neutron-tempest-plugin master: Add both direction tap-as-a-service scenario test https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/973626 | 15:20 |
| ralonsoh | haleyb|out, hi! I know you are out today. If you have some minutes tomorrow: https://review.opendev.org/c/openstack/neutron/+/973584 | 15:51 |
| ralonsoh | thanks in advance | 15:51 |
| opendevreview | Elvira García Ruiz proposed openstack/neutron-tempest-plugin master: Add both direction tap-as-a-service scenario test https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/973626 | 15:58 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron-fwaas master: WIP Add ovn-db-sync plugin for the FWaaS resources https://review.opendev.org/c/openstack/neutron-fwaas/+/973859 | 15:58 |
| opendevreview | Elvira García Ruiz proposed openstack/neutron-tempest-plugin master: Add both direction tap-as-a-service scenario test https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/973626 | 16:02 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM == [SR-IOV] Do not set again the same VF link state https://review.opendev.org/c/openstack/neutron/+/973866 | 16:15 |
| opendevreview | Terry Wilson proposed openstack/ovsdbapp master: Reapply "Rework venv to support arbitrary schemas" https://review.opendev.org/c/openstack/ovsdbapp/+/973564 | 22:51 |
| opendevreview | Terry Wilson proposed openstack/ovsdbapp master: Reapply "Rework venv to support arbitrary schemas" https://review.opendev.org/c/openstack/ovsdbapp/+/973564 | 22:51 |
| opendevreview | Terry Wilson proposed openstack/neutron master: Test ovsdbapp change 973564 https://review.opendev.org/c/openstack/neutron/+/973580 | 23:07 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!