Monday, 2026-09-07

opendevreviewTakashi Kajinami proposed openstack/ovn-octavia-provider master: Remove duplicate hacking check  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/93632406:04
opendevreviewRodolfo Alonso proposed openstack/neutron master: ovn: Filter ``bind_port()`` segments by subnet ``segment_id``  https://review.opendev.org/c/openstack/neutron/+/100438507:38
opendevreviewRodolfo Alonso proposed openstack/neutron master: ovn: Use ``centralize_routing`` on LRP for tunnelled GW networks  https://review.opendev.org/c/openstack/neutron/+/100007908:17
opendevreviewEduardo Olivares proposed openstack/neutron master: bgp: Use nodeset alternatives to avoid NODE_FAILUREs  https://review.opendev.org/c/openstack/neutron/+/100440110:26
opendevreviewEduardo Olivares proposed openstack/neutron master: bgp: Use nodeset alternatives to avoid NODE_FAILUREs  https://review.opendev.org/c/openstack/neutron/+/100440110:45
opendevreviewSlawek Kaplonski proposed openstack/neutron-tempest-plugin master: [FWaaS] Clean up firewall group on scenario failure  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/100440310:48
opendevreviewSlawek Kaplonski proposed openstack/neutron-tempest-plugin master: [FWaaS] Use Neutron Tempest plugin test bases  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/100440410:48
opendevreviewRodolfo Alonso proposed openstack/neutron master: ovn: Filter ``bind_port()`` segments by subnet ``segment_id``  https://review.opendev.org/c/openstack/neutron/+/100438510:51
opendevreviewyatin proposed openstack/neutron stable/2025.1: [CI][FT][2025.1 Only] Drop extra passenv from tox.ini  https://review.opendev.org/c/openstack/neutron/+/100440510:55
opendevreviewEduardo Olivares proposed openstack/neutron master: DNM: Run only BGP/EVPN multinode jobs in check  https://review.opendev.org/c/openstack/neutron/+/100440611:03
opendevreviewEduardo Olivares proposed openstack/neutron master: DNM: nodeset alternatives stress-test (dummy 1/4)  https://review.opendev.org/c/openstack/neutron/+/100440711:03
opendevreviewEduardo Olivares proposed openstack/neutron master: DNM: nodeset alternatives stress-test (dummy 2/4)  https://review.opendev.org/c/openstack/neutron/+/100440811:03
opendevreviewEduardo Olivares proposed openstack/neutron master: DNM: nodeset alternatives stress-test (dummy 3/4)  https://review.opendev.org/c/openstack/neutron/+/100440911:03
opendevreviewEduardo Olivares proposed openstack/neutron master: DNM: nodeset alternatives stress-test (dummy 4/4)  https://review.opendev.org/c/openstack/neutron/+/100441011:03
ralonsohHi folks, if you have 1 min: https://review.opendev.org/c/openstack/neutron/+/100322511:24
ralonsohthanks!11:24
ykarel+211:31
opendevreviewMerged openstack/os-vif master: Fix typos  https://review.opendev.org/c/openstack/os-vif/+/100432611:33
opendevreviewSlawek Kaplonski proposed openstack/neutron-tempest-plugin master: [FWaaS] Use Neutron Tempest plugin test bases  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/100440412:11
opendevreviewRodolfo Alonso proposed openstack/neutron-vpnaas master: vpnaas: Add swanctl (VICI protocol) support for strongSwan  https://review.opendev.org/c/openstack/neutron-vpnaas/+/100380112:40
opendevreviewRodolfo Alonso proposed openstack/neutron-vpnaas master: zuul: add OVN VPNaaS tempest job with swanctl  https://review.opendev.org/c/openstack/neutron-vpnaas/+/100382012:40
opendevreviewArnaud Morin proposed openstack/neutron master: Add test for stale distributed port binding leak  https://review.opendev.org/c/openstack/neutron/+/100441512:43
opendevreviewArnaud Morin proposed openstack/neutron master: Reap stale distributed port binding on unbind  https://review.opendev.org/c/openstack/neutron/+/100441612:43
mohsen______slaweq: 12:57
mohsen______Hi. Would you please answer me here?12:57
mohsen______https://review.opendev.org/c/openstack/neutron-fwaas/+/98985712:57
mohsen______Do you have any idea why I'm getting this permission error?12:57
ralonsohFrom claude: because keepalived_state_change never drops the priviledges13:15
ralonsohthat means when this monitor changes the state, it does as root13:15
ralonsohbut the agent does it as stack13:15
ralonsoh    def run(self):13:15
ralonsoh        """Override this method and call super().run when subclassing Daemon.13:15
ralonsoh        start() will call this method after the process has daemonized.13:15
ralonsoh        """13:15
ralonsoh        self._set_process_title()13:15
ralonsoh        unwatch_log()13:15
ralonsoh        drop_privileges(self.user, self.group)13:15
ralonsohthis is what happen in a daemon.run13:15
ralonsohbut this is not happening in the keepalived_state_change daemon13:16
ralonsohthis is a bug13:16
ralonsohbut fixing this issue implies that any existing state file13:16
ralonsohe.g.:13:16
ralonsohAug 31 08:48:36.227872 npb652e25333104 neutron-l3-agent[61388]: ERROR neutron.agent.l3.ha_router [-] Error while writing HA state for b2c86e0e-b9c3-4ce8-aed2-0d8e009882e1: [Errno 13] Permission denied: '/opt/stack/data/neutron/ha_confs/b2c86e0e-b9c3-4ce8-aed2-0d8e009882e1/state': PermissionError: [Errno 13] Permission denied: '/opt/stack/data/neutron/ha_confs/b2c86e0e-b9c3-4ce8-aed2-0d8e009882e1/state'13:16
ralonsohmust be changed too, that needs to be considered while implementing the fix13:17
ralonsohI'll open a LP bug13:17
opendevreviewRodolfo Alonso proposed openstack/neutron master: l3: Fix HA state file permissions for keepalived monitor  https://review.opendev.org/c/openstack/neutron/+/100441913:26
mohsen______ralonsoh: 13:34
mohsen______Thank you.13:34
mohsen______So what should I do now for my patch?13:34
ralonsohmake a dependency on this neutron one13:35
opendevreviewMohsen Sepandar proposed openstack/neutron-fwaas master: Enable fwaas_v2 driver in DVR mode  https://review.opendev.org/c/openstack/neutron-fwaas/+/98985713:47
mohsen______ralonsoh: 13:53
mohsen______Done. Thanks13:53
ykarel#startmeeting neutron_ci14:01
opendevmeetMeeting started Mon Sep  7 14:01:18 2026 UTC and is due to finish in 60 minutes.  The chair is ykarel. Information about MeetBot at http://wiki.debian.org/MeetBot.14:01
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:01
opendevmeetThe meeting name has been set to 'neutron_ci'14:01
ykarelPing list: bcafarel, lajoskatona, slawek, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira14:01
slaweqo/14:01
ralonsohhello14:01
ykarelHi all, IRC meeting today14:01
ykarelseems lajos and brian not around, bernard out too, let's start14:03
ykarelNo action items from last week14:04
ykarel#topic Stable branches14:04
ykarelall good except functional fips job 2025.1, fix proposed14:04
ykarel#topic Stadium projects14:04
ykarelvpnaas still red https://zuul.openstack.org/build/378279a4592740809df9ae2afa6b017814:04
ykarel- Known one https://launchpad.net/bugs/2163189, lajoskatona looking into it14:04
ykarelbased on patch i see there is some progress, but still some work needed14:06
ykarelhttps://review.opendev.org/c/openstack/neutron-vpnaas/+/100041714:06
ykarellet's move, can follow next week14:07
ykarel#topic Rechecks14:07
ykarelhad a couple of patches merged with few rechecks, some functional tests and some infra failures14:08
ykarelbare recheck wise 6/29 14:08
ykarel4 of those were test patch from tkajinam for fwaas14:09
ykarelrest 2 from new contributors14:09
ykarellet's keep avoiding bare rechecks14:09
ykarel#topic Unit tests/pep814:10
ykarel- All failures patch specific in this non voting job tox py31414:10
ykarel#topic fullstack/functional14:10
ykareltest_create_event_advances_fsm14:10
ykarel    - https://5b9808c660ca9bd0e125-76c9445dc5d377f059713bef625876b4.ssl.cf5.rackcdn.com/openstack/46a31d7d2372421aa441332593d3ea4a/testr_results.html14:10
ykarel    - https://074901964fd52c807088-0be6f2faeb5dd053eec85051536d7f3c.ssl.cf2.rackcdn.com/openstack/5cc84e5ec7d147c5a28a553a6ab8375c/testr_results.html14:10
ykarelBeing tracked in https://bugs.launchpad.net/neutron/+bug/216608314:10
ykarelseen twice in last 2 weeks14:10
ralonsohI have another one14:10
ralonsohtest_multiple_routers_then_delete_one14:11
ralonsohhttps://80c9b8c03fffae2c70dd-4e6e3c7c56acb1be7502a51f02e38917.ssl.cf2.rackcdn.com/openstack/2e81929b848a47d39c6ef757bf4c3fe5/testr_results.html14:11
ralonsohI'll open a LP bug14:11
ykarelhmm these seen twice in last few days and one today14:13
ykarelthx ralonsoh 14:13
ykarel#action ralonsoh to open bug for new FT failure test_multiple_routers_then_delete_one14:14
ykarel#topic Periodic14:14
ykarelhttps://zuul.openstack.org/builds?job_name=neutron-ovn-bgp-tempest-multinode&job_name=neutron-ovn-evpn-tempest-multinode&project=openstack%2Fneutron&skip=014:14
ykarelNODE Failures since recent switch of node labels14:14
ykarelBeing optimized in https://review.opendev.org/c/openstack/neutron/+/100440114:14
ralonsoh+114:14
ykarelis in gate14:14
ykarelthx eolivare 14:15
ykarelhttps://zuul.openstack.org/builds?job_name=neutron-functional-fips&project=openstack%2Fneutron&branch=stable%2F2025.1&skip=014:15
ykarelproposed fix https://review.opendev.org/c/openstack/neutron/+/100440514:15
ykarelplease do review14:15
ykarel#topic Grafana14:16
ykarelhttps://grafana.opendev.org/d/f913631585/neutron-failure-rate14:16
ykarellet's have quick look here as well14:16
ykarelfunctional failures in gate we already discussed14:17
ykarelovs tempest one was infra related git clone failure14:17
ykarelsome spikes in check but those likely patch specific or the known failures already discussed14:18
ykarelanything you would like to add?14:18
ralonsohall good14:18
ykarellet's move to final topic14:19
ykarel#topic On Demand14:19
ykarelanything else you would like to raise?14:19
ralonsohnothing, thanks14:19
ykareli have a small one14:19
ykarelHoliday next Monday India, proposing to cancel CI meeting and discuss if anything comes on during Tuesday neutron meeting14:19
ralonsoh+114:19
ykarelok will do send cancellation email14:20
ykarelthx all for joining, let's close early and have everyone almost 39 minutes back14:21
ykarel#endmeeting14:21
opendevmeetMeeting ended Mon Sep  7 14:21:10 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:21
opendevmeetMinutes:        https://meetings.opendev.org/meetings/neutron_ci/2026/neutron_ci.2026-09-07-14.01.html14:21
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/neutron_ci/2026/neutron_ci.2026-09-07-14.01.txt14:21
opendevmeetLog:            https://meetings.opendev.org/meetings/neutron_ci/2026/neutron_ci.2026-09-07-14.01.log.html14:21
ralonsohbye14:21
opendevreviewRodolfo Alonso proposed openstack/neutron-vpnaas master: vpnaas: Add swanctl (VICI protocol) support for strongSwan  https://review.opendev.org/c/openstack/neutron-vpnaas/+/100380114:22
opendevreviewRodolfo Alonso proposed openstack/neutron-vpnaas master: zuul: add OVN VPNaaS tempest job with swanctl  https://review.opendev.org/c/openstack/neutron-vpnaas/+/100382014:24
gboutryHello, would it be possible to cut a new point release for neutron 2026.1?14:25
ralonsohgboutry, sure, any particular reason?14:26
ralonsohyou can propose a patch in https://review.opendev.org/q/project:openstack/releases+status:open14:27
ykarelslaweq, can you check this small CI fix https://review.opendev.org/c/openstack/neutron/+/100440514:33
opendevreviewRodolfo Alonso proposed openstack/neutron-vpnaas master: zuul: add OVN VPNaaS tempest job with swanctl  https://review.opendev.org/c/openstack/neutron-vpnaas/+/100382014:35
opendevreviewRodolfo Alonso proposed openstack/neutron-vpnaas master: DNM == Test ``Vpnaas4in4`` and ``Vpnaas4in6`` 30 times per job  https://review.opendev.org/c/openstack/neutron-vpnaas/+/100443214:35
opendevreviewHenry Barreto proposed openstack/ovsdbapp master: Add tier support to OVN ACL operations  https://review.opendev.org/c/openstack/ovsdbapp/+/100443414:43
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: vpnaas: Use unique CIDRs per scenario test class  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/100443714:46
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: vpnaas: Use unique CIDRs per scenario test class  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/100443714:50
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: vpnaas: Use unique CIDRs per scenario test class  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/100443714:58
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: DNM == Test ``neutron-tempest-plugin-vpnaas`` scenario classes  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/100443915:04
opendevreviewMerged openstack/neutron master: bgp: Use nodeset alternatives to avoid NODE_FAILUREs  https://review.opendev.org/c/openstack/neutron/+/100440115:28
opendevreviewTakashi Kajinami proposed openstack/networking-bagpipe master: Replace deprecated threading.Thread.setDaemon  https://review.opendev.org/c/openstack/networking-bagpipe/+/100444315:42
opendevreviewTakashi Kajinami proposed openstack/networking-bagpipe master: Remove Python 3.10 support  https://review.opendev.org/c/openstack/networking-bagpipe/+/100444415:44
opendevreviewTakashi Kajinami proposed openstack/networking-bgpvpn master: Remove Python 3.10 support  https://review.opendev.org/c/openstack/networking-bgpvpn/+/100444515:46
opendevreviewMerged openstack/neutron-tempest-plugin master: Unskip PVLAN negative API tests after BadRequest fix  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/99998415:53
opendevreviewMerged openstack/neutron master: bgp: Set only FIP addresses to arp_proxy  https://review.opendev.org/c/openstack/neutron/+/100338117:15
*** dbulira2 is now known as dbulira18:09
opendevreviewMerged openstack/neutron master: pvlan: retry ``_initialize_pvlan_pg_drop`` when OVN NB is unavailable  https://review.opendev.org/c/openstack/neutron/+/100322518:10
opendevreviewMerged openstack/neutron master: pvlan: initialize pvlan_pg_drop only in the first API worker  https://review.opendev.org/c/openstack/neutron/+/100322618:18
opendevreviewBharath M V proposed openstack/neutron-tempest-plugin master: [TaaS] Add Tap-as-a-Service new test cases.  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/99434519:09
opendevreviewBharath M V proposed openstack/neutron-tempest-plugin master: [TaaS] Add Tap-as-a-Service new test cases.  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/99434519:14

Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!