Friday, 2026-04-24

cardoeWhen is the driver meeting?00:42
opendevreviewArnau Verdaguer proposed x/whitebox-neutron-tempest-plugin master: Modify location of nb/sb db unix socket  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/98568407:41
opendevreviewArnau Verdaguer proposed x/whitebox-neutron-tempest-plugin master: Modify location of nb/sb db unix socket  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/98568408:56
opendevreviewArnau Verdaguer proposed x/whitebox-neutron-tempest-plugin master: Modify location of nb/sb db unix socket  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/98568410:11
opendevreviewStephen Finucane proposed openstack/os-vif master: typing: Add initial type annotations  https://review.opendev.org/c/openstack/os-vif/+/74516211:06
opendevreviewStephen Finucane proposed openstack/os-vif master: typing: Add typing to vif_plug_noop module  https://review.opendev.org/c/openstack/os-vif/+/97636211:06
opendevreviewStephen Finucane proposed openstack/os-vif master: WIP: typing: Add typing to vif_plug_ovs module  https://review.opendev.org/c/openstack/os-vif/+/97636311:06
opendevreviewEduardo Olivares proposed openstack/neutron master: Add compute1 node to BGP multinode tempest job  https://review.opendev.org/c/openstack/neutron/+/98607511:52
opendevreviewEduardo Olivares proposed openstack/neutron master: Add compute1 node to BGP multinode tempest job  https://review.opendev.org/c/openstack/neutron/+/98607511:57
haleybcardoe: driver meeting canceled as we had ptg13:14
cardoehaleyb: okay. When is it regularly? I'll set a reminder on my calendar. I just saw a note on the EVPN type-5 spec about discussing vxlan-evpn and more vni pools in the Friday meeting so I assumed it was the driver meeting.13:15
haleybhttps://meetings.opendev.org/#Neutron_drivers_Meeting - but be aware it moves when dst moves13:16
cardoeSo it'd go on now or in 45 minutes usually?13:18
haleybtoday it would have been 20 minutes ago13:20
cardoeThanks13:40
haleybso i have a general question about our CI - i'm looking at a neutron change in stable/2026.1 that's running neutron-tempest-plugin-openvswitch-2026-1, but failing one test. I would have assumed we'd have used n-t-p tag 3.1.0 for this, but it shows 3.1.1dev4. Same on other stable branches. What am I missing?14:31
haleybso it's basically using a breaking change14:32
ykarel_haleyb, we use master ntp even for stable branches, similar to tempest14:33
haleybykarel_: sigh, so what are the tags for?14:33
ykarel_we do use them like when we transition to unmaintained release atleast14:34
haleybykarel_: ack, that makes sense... seems i broke our stable branches then14:35
ykarel_basically we try to keep ntp supporting both master and atleast some stable branches14:35
ykarel_haleyb, with which patch?14:35
*** ykarel_ is now known as ykarel14:35
haleybykarel_: https://review.opendev.org/c/openstack/neutron/+/985850 but it affects anything running an *openvswitch* test14:36
fricklerhaleyb: do you know which n-t-p patch caused this?14:38
haleybykarel: so i have another question since you're around - in this change i tried to address the issue https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/984291 but now i realize it did not run an openvswitch tests except the master one, but it ran all the ovn ones. i might need help tracking down why as it seemed it should have14:38
haleybfrickler: it was a combo of a neutron-lib patch and ^^ - https://review.opendev.org/c/openstack/neutron-lib/+/982598 - i should maybe just revert things it's a little messy14:39
haleyband https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/97860314:40
haleybi really made a mess of things14:40
ykarelhaleyb, but in https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/984291 i see ovs jobs ran14:41
ykarelneutron-tempest-plugin-openvswitch-2026-1 https://zuul.opendev.org/t/openstack/build/3b7262ff59b848a18e2629db7831b177 : SUCCESS in 1h 36m 21s14:42
ykarelneutron-tempest-plugin-openvswitch-iptables_hybrid-2026-1 https://zuul.opendev.org/t/openstack/build/bdc95f5bb55c46b192ee0147a3412717 : SUCCESS in 1h 48m 53s14:42
haleyb💩14:42
fricklerthose jobs ran in check, but not in gate. so probably a question of pipeline setup?14:42
haleybit's friday, right? i was looking at gate since it was the last reported14:43
haleybdoesn't explain the stable/2026.1 etc failures, maybe i just need to debug how to workaround that14:44
fricklerbut also these passed on all changes afaict, so if you really broke stuff, the question becomes: why did these jobs not fail14:44
haleybthey passed in n-t-p but not in the neutron stable branches, i maybe just need to do some debugging with a dependency14:46
haleybthanks for helping me to keep my sanity, maybe things aren't as bad as they seem14:48
haleybwell, except for stable branches being broken14:48
opendevreviewBrian Haley proposed openstack/neutron stable/2026.1: DNM: Testing 2026.1 CIo  https://review.opendev.org/c/openstack/neutron/+/98610714:50
ykarelfrom what i see issue started after https://review.opendev.org/c/openstack/neutron-lib/+/982598 got released and updated in upper-constraints14:50
haleybykarel: yup, that was where i changed a constant14:51
haleybi guess it's getting pulled into the stable testing?14:51
ykarelyes in 2026.1 jobs we using master constraints for tempest and ntp setup14:52
ykarelso that's being pulled14:52
ykarelhttps://github.com/openstack/devstack/blob/stable/2026.1/stackrc#L30814:53
haleybright, so i would have thought my n-t-p workaround would help with any mis-match but it's not working14:54
ykarelyes seems so you need to handle both case in that test14:58
haleybykarel: i'll keep hacking, i thought i had even if i marked it temporary15:00
ykarelalso not just 2026.1 but all stable branches impacted15:01
haleybykarel: yeah, i broke them all :(15:01
ykarelhaleyb, instead of failing can't we just handle tenant in except IndexError?15:02
haleybhttps://review.opendev.org/c/openstack/neutron-tempest-plugin/+/984291/8/neutron_tempest_plugin/api/admin/test_routers_ha.py - thought i did that there, it worked on master branch at least15:03
haleybor my check just might be wrong15:04
opendevreviewBrian Haley proposed openstack/neutron stable/2026.1: DNM: Testing 2026.1 CI  https://review.opendev.org/c/openstack/neutron/+/98610715:08
ykarelyes it worked because in tempest venv released neutron lib was used not the patch one15:09
opendevreviewArnau Verdaguer proposed x/whitebox-neutron-tempest-plugin master: Modify location of nb/sb db unix socket  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/98568415:09
ykarelhaleyb, commented https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/984291/8#message-72c5b8140ec5fd98f04a39684eb19c8a779d5e94 15:15
ykarelthat way should work, wdyt?15:16
opendevreviewArnau Verdaguer proposed x/whitebox-neutron-tempest-plugin master: Modify location of nb/sb db unix socket  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/98568415:18
haleybykarel: yeah, let me try that15:18
opendevreviewEduardo Olivares proposed openstack/neutron master: Add compute1 node to BGP multinode tempest job  https://review.opendev.org/c/openstack/neutron/+/98607515:22
opendevreviewBrian Haley proposed openstack/neutron-tempest-plugin master: Fix router HA test  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/98611615:26
opendevreviewBrian Haley proposed openstack/neutron stable/2026.1: DNM: Testing 2026.1 CI  https://review.opendev.org/c/openstack/neutron/+/98610715:26
haleybykarel: i should have put a suggested-by: yatin there, thanks for looking i was going crazy15:36
opendevreviewHelen Chen proposed openstack/neutron-specs master: Propose spec for BGP EVPN Type-5 Route Support  https://review.opendev.org/c/openstack/neutron-specs/+/98225615:44
ichenI updated the EVPN spec, hopefully for the last time.  The new update proposes to put the EVPN changes in a new EVPN Service Plugin and a new OVN Agent EVPN Extension, instead of extension the existing BGP Service Plugin and OVN Agent BGP Extension.  This change doesn’t really affect the design, since these two features largely co-exist in parallel as already documented in the spec.  15:47
ichenhttps://review.opendev.org/c/openstack/neutron-specs/+/98225615:47
opendevreviewBrian Haley proposed openstack/neutron master: Remove NEUTRON_DEPLOY_MOD_WSGI from zuul jobs  https://review.opendev.org/c/openstack/neutron/+/98621420:09
opendevreviewBrian Haley proposed openstack/neutron master: Start raising exception with invalid port binding attrs  https://review.opendev.org/c/openstack/neutron/+/98621720:15
opendevreviewMerged openstack/neutron stable/2025.2: Fix unbounded thread pool in OVN MaintenanceThread  https://review.opendev.org/c/openstack/neutron/+/98581620:15
opendevreviewBrian Haley proposed openstack/neutron-tempest-plugin master: Use project_id key in api and scenario tests  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/98273622:10
opendevreviewBrian Haley proposed openstack/neutron-tempest-plugin master: Fix router HA test  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/98611622:19
opendevreviewBrian Haley proposed openstack/neutron-tempest-plugin master: Use project_id key in api and scenario tests  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/98273622:19
opendevreviewMerged openstack/neutron stable/2025.1: Fix unbounded thread pool in OVN MaintenanceThread  https://review.opendev.org/c/openstack/neutron/+/98581722:37

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