14:00:25 #startmeeting networking 14:00:25 Meeting started Tue Oct 3 14:00:25 2023 UTC and is due to finish in 60 minutes. The chair is haleyb. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:25 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:25 The meeting name has been set to 'networking' 14:00:29 o/ 14:00:30 o/ 14:00:31 hello 14:00:34 o/ 14:00:36 i got the right time now 14:01:18 #topic announcements 14:02:17 o/ 14:02:29 we tagged what should be the final RC of neutron for Bobcat, https://review.opendev.org/c/openstack/releases/+/896971 14:02:37 o/ 14:02:56 i'm guessing that will merge soon as tomorrow is the expected release date 14:03:07 we missed https://review.opendev.org/c/openstack/neutron/+/896803, but we couldn't change the RC hash 14:03:17 so we'll need to propose it for the next bobcat release 14:03:21 o/ 14:04:20 ralonsoh: i thought you updated the review? 14:04:31 yes but I needed to revert it 14:04:44 we could only approve the RC version 14:05:09 it was not possible to add this hash without creating a new RC 14:05:14 and we were out of time 14:05:30 ralonsoh: ah, i somehow never got the update 14:06:08 we can just propose a new tag in a short while 14:06:14 yes 14:07:51 I would like to thank ralonsoh for all his work and guidance over the many cycles he was PTL! 14:08:25 ralonsoh++ thx for all Your work as PTL :) 14:08:32 thanks 14:08:38 +1 14:08:40 +1 14:09:21 +1 14:10:17 the etherpad for Caracal vPTG is up, please add your name if you are attending 14:10:20 https://etherpad.opendev.org/p/oct2023-ptg-neutron 14:10:48 https://openinfra-ptg.eventbrite.com/ is signup 14:11:27 I will send out a doodle to vote on times people are available 14:11:29 thanks, I missed the registration mail 14:12:57 there is also a cycle highlights presentation this thursday, ralonsoh will give an update for neutron 14:13:45 at 13:30UTC 14:13:50 https://www.google.com/url?q=https://streamyard.com/ydfc48bmf2&sa=D&source=calendar&ust=1696751231543261&usg=AOvVaw11KOUAfAr1u2DAMbp5Lqcv 14:13:51 openinfra.dev/live is the place if you want to watch i believe 14:13:58 ah, that's a better link 14:14:05 shorter link: https://streamyard.com/ydfc48bmf2 14:14:54 13:30 UTC? On the webpage it says 1400 14:15:11 I have the invitation starting at 1330 14:15:27 maybe this is just for the people presenting 14:15:34 ahh, but You are speaker and need to be earlier probably 14:15:44 yes, my bad 14:15:48 event will start 1400 UTC 14:15:57 no problem, I just wanted to make sure :) 14:17:18 any other announcements? 14:17:39 #topic bugs 14:17:45 last week's report is from lajoskatona 14:17:56 https://lists.openstack.org/pipermail/openstack-discuss/2023-October/035254.html 14:18:38 most bugs have owners and/or patches which is great, just a doc one is without 14:19:12 https://bugs.launchpad.net/neutron/+bug/2037263 (low hanging fruit if submittor does not propose change) 14:19:44 in comment the opener said they can push the fix to the doc 14:19:57 lajoskatona: ack 14:20:10 there were some high priority bugs 14:20:16 #link https://bugs.launchpad.net/neutron/+bug/2037596 14:20:24 Description Failed to invoke the API interface to obtain the address group list 14:20:50 #link https://review.opendev.org/c/openstack/neutron/+/896649 proposed 14:21:12 i will review after meeting see it has another +2 already 14:21:32 next one 14:21:42 #link https://bugs.launchpad.net/neutron/+bug/2037717 14:21:43 [OVN] ``PortBindingChassisEvent`` event is not executing the conditions check 14:21:58 #link https://review.opendev.org/c/openstack/neutron/+/896926 14:22:13 thanks for the test on that one ralonsoh 14:22:28 yw 14:23:29 there was also 3 ovsdbapp bugs filed, along with patches 14:23:49 #link https://bugs.launchpad.net/ovsdbapp/+bug/2037536 14:23:53 #link https://bugs.launchpad.net/ovsdbapp/+bug/2037573 14:24:09 #link https://bugs.launchpad.net/ovsdbapp/+bug/2037652 14:24:36 yes all ovsdb bugs are addressed 14:24:45 otherwiseguy seems to have already reviewed :) 14:25:07 * otherwiseguy jumps 14:25:41 sorry to scare you terry :) 14:26:00 haleyb: yeah, i still have a bit more review to do. I'll get to it today. 14:26:10 next bug is a gate failure from last week that is still unsolved 14:26:15 #link https://bugs.launchpad.net/neutron/+bug/2037239 14:26:21 neutron-tempest-plugin-openvswitch-* jobs randomly failing in gate 14:27:07 I saw many failures in those scenario jobs this week :/ 14:27:14 this is the most serious issue we have right now 14:27:18 yes, many rechecks 14:27:22 and is blocking the CI almost 100% of the times 14:27:25 probably as a workaround temporary we can disable "l3_ha" in those jobs 14:27:41 so routers will be always active on the L3 agent as it will be legacy routers 14:27:42 last week I tried to find something in the logs but nothing which could be suspiciuo 14:27:53 i will spend a little time today looking, i can't tell if the OVS never plugs the port, or if it's just a little late and causes the l3-agent to fail 14:27:57 but we will lost coverage for L3ha then so I don't think it's good permanent solution 14:28:34 i too digged there but couldn't trace what exactly causing it, but seems the thread processing those events are just stuck 14:29:27 in the l3 agent? 14:29:32 or the API? 14:29:43 yes l3-agent basically keepalived-state-change 14:29:51 pffff ok 14:30:21 slaweq: is it easy enough to disable l3_ha in the yaml? as opposed to marking failed tests as unstable? 14:30:43 ykarel: so keepalived-state-change just sat there? 14:30:48 locally it reproduces in many runs in the vm, but in CI it's reproduces quite frequently 14:31:14 https://github.com/openstack/neutron-tempest-plugin/blob/master/zuul.d/master_jobs.yaml#L258 14:31:28 just change this to false and routers will be created as non-ha 14:31:44 so L3 agent will go through different path configuring them 14:32:04 haleyb, so it stuck differently sometimes in handle_initial_state, sometimes in ip_monitor thread around the calls to privileged methods 14:32:09 maybe that will workaround the issue and if so, it will also be clear pointer where the issue may be :) 14:32:45 slaweq: ack, i can send a change out after meeting 14:33:14 ykarel: can you add any notes to the bug? 14:33:32 haleyb, ack will do 14:34:01 ykarel: thanks 14:34:05 any other bugs to talk about? 14:34:51 #topic specs 14:35:55 #link https://review.opendev.org/c/openstack/neutron-specs/+/891204 is the only spec in review at the moment, looks like it needs an update based on reviews 14:36:42 ralonsoh: was there anything new from the drivers meeting last week? i was unable to attend and didn't look at notes yet 14:36:56 yes, I have one question 14:36:58 one sec 14:37:10 about https://bugs.launchpad.net/neutron/+bug/2037294 14:37:25 I presented this RFE in behalf of lucasagomes 14:37:40 but I thought a change in the oVN L3 scheduler was needed 14:37:55 o/ 14:37:55 lucasagomes, confirmed that the change is much more smaller and the scope 14:38:08 so I would propose not to request a spec for this rfe 14:38:11 just a patch 14:38:14 yeah, haleyb ralonsoh no L3 changes needed. The RFE is only about external ports 14:38:44 GW ports will continue to be scheduled as they are today (using the enable-chassis-as-gw flag) 14:39:26 so if you agree, now the scope is smaller, we can just accept a patch (with the needed documentation and reno) 14:39:26 ++ 14:39:27 lucasagomes: ack, will remove the rfe-approved tag then and look for the change 14:39:46 ack 14:39:50 or guess can leave since it is a slight change 14:39:51 thanks folks! 14:40:22 ralonsoh: regarding specs, we can merge this now - https://review.opendev.org/c/openstack/neutron-specs/+/891204 14:40:50 I would need to read this spec again 14:40:57 it's just creating the folder 14:41:02 but there are some questions there by dalvarez 14:41:17 ah, bad copy/paste 14:41:27 #link https://review.opendev.org/c/openstack/neutron-specs/+/891342 14:41:33 ah yes, sure 14:41:42 done 14:41:52 yatin proposed openstack/neutron-tempest-plugin master: [DNM] Test l3_ha=False https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/897233 14:42:28 moving on 14:42:32 #topic community_goals 14:43:23 there are still just two open goals 14:43:30 #link https://bugs.launchpad.net/neutron/+bug/2026182 14:43:48 S-RBAC, https://review.opendev.org/c/openstack/neutron/+/886724 14:43:50 for that I still have patch https://review.opendev.org/c/openstack/neutron/+/886724 14:44:05 I will try to rebase it and address commnets there in next days 14:44:14 so we hopefully be able to merge it finally 14:44:20 slaweq: ack thanks 14:44:23 Rodolfo Alonso proposed openstack/neutron master: WIP - Create a keepalived-state-change script in bash https://review.opendev.org/c/openstack/neutron/+/836140 14:45:05 second is https://bugs.launchpad.net/neutron/+bug/1999774 14:45:13 neutronclient deprecation 14:45:29 lajoskatona: is there anything that needs review there? 14:45:33 the usual etherpad: https://etherpad.opendev.org/p/python-neutronclient_deprecation 14:45:45 but no fresh reviews, I still have no time for this topic 14:46:45 lajoskatona: ack, i'll update the list in the meeting notes as some have merged 14:47:11 #topic on_demand 14:47:13 haleyb: thanks 14:47:25 is there anything else people want to discuss? 14:48:06 no thanks 14:48:29 oh, and i forgot during 'bugs' that slaweq is the deputy this week, i am next week 14:48:42 yeap, I'm on it :) 14:48:45 but thx for reminder 14:49:14 and CI meeting in :11 minutes for those interested 14:49:14 Also CI meeting will be in next 11 minutes, IRC this time 14:49:29 +1 14:49:44 ok, thanks everyone for attending, have a good week! 14:49:48 #endmeeting