13:00:15 #startmeeting networking 13:00:15 Meeting started Tue Aug 26 13:00:15 2025 UTC and is due to finish in 60 minutes. The chair is ralonsoh. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:00:15 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 13:00:15 The meeting name has been set to 'networking' 13:00:30 Ping list: bcafarel, elvira, frickler, mlavalle, mtomaska, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, haleyb, ralonsoh, sahid 13:00:34 \o 13:00:37 o/ 13:00:43 o/ 13:01:37 o/ 13:01:41 o/ 13:01:59 o/ 13:02:12 Hello all! Let's start 13:02:21 Flamingo/2025.2 cycle schedule 13:02:27 #link https://releases.openstack.org/flamingo/schedule.html 13:02:44 we are in R-5, that is Flamingo-3 milestone 13:03:05 that also means feature freeze (no feature patches should be merged) 13:03:16 and final release for client libraries 13:03:24 #link https://review.opendev.org/q/topic:%22flamingo-final-non-client-libs%22 13:03:36 #link https://review.opendev.org/q/topic:%22flamingo-milestone-3%22 13:04:01 I think in the next days we'll see the networking projects proposal there 13:04:19 Next topic 13:04:20 Gazpacho/2026.1 cycle schedule 13:04:27 #link https://openinfra.org/ptg/ 13:04:45 the PTG will be virtual, during october 27-31 13:04:57 please register now to join us during this week 13:05:30 I don't think I'm missing anything here, am I? 13:06:11 looks complete, thanks 13:06:15 ok, let's move on 13:06:23 #topic bugs 13:07:04 one sec, my internet connection is not working 13:07:44 ok, yes, there is no bug mail this week... 13:07:52 aaaaa I forgot to send my email 13:07:52 so let's review the existing ones, the list is short 13:07:59 but it was short 13:08:15 no problem, let's review the list now 13:08:25 #link bugs.launchpad.net/neutron/+bug/2121346 13:08:30 DNS record is created for port even dns-publish-fixed-ip is not enable on subnet 13:08:46 that is the only one ^ :) 13:09:04 I talked to frickler yesterday 13:09:16 this is related to a patch submitted some years ago 13:09:19 (let me find it) 13:10:16 #link https://review.opendev.org/c/openstack/neutron/+/662409 13:10:37 so the point is that we have an attribute that belongs to the subnet 13:11:10 but we don't find what IP address is assigned to the port and the subnet that belongs to 13:11:56 so here https://review.opendev.org/c/openstack/neutron/+/662409/43/neutron/plugins/ml2/extensions/dns_integration.py#376 we maybe should make this filter 13:12:07 mlavalle1, ^ maybe you know better this code 13:12:27 I can take a look 13:12:37 much appreciated 13:13:04 apart from this bug, there was an unassigned one without any patch proposed 13:13:09 #link https://bugs.launchpad.net/neutron/+bug/2120723 13:13:17 [OVN] Metadata agent errors when returning gzip-encoded data 13:13:31 I'll assign that bug to me 13:13:38 mlavalle1, yes, thanks! 13:14:03 I meant the DNS one 13:14:06 yes 13:14:31 so LP#2120723 looks legit but I don't know how to replicate it locally 13:14:45 because I don't know how to build a metadata server that compress the data 13:15:09 in any case, I've requested some information and I can propose a patch to be tested in the reporter's env 13:15:19 and that's all I have 13:15:23 any other bug? 13:15:39 there was also this bug. but I closed it https://bugs.launchpad.net/neutron/+bug/2120777 13:15:59 and that is all 13:16:34 yeah, doesn't look like a bug 13:17:01 so this week bcafarel is the deputy 13:17:09 next week is elvira 13:17:10 no he was week before me 13:17:19 I'm the deputy this week I think 13:17:26 ahh ok, so you swapped 13:17:37 yep 13:17:38 so elvira is the deputy this weej 13:17:43 and slaweq is the next one 13:17:52 sure 13:17:53 sure! o> 13:17:58 perfect, thanks folks 13:18:18 next topic 13:18:22 #topic specs 13:18:27 #link https://review.opendev.org/q/project:openstack%252Fneutron-specs+status:open 13:18:44 I'll be honest, I didn't spend too much time reviewing them 13:19:03 but we'll need to postpone the pending ones to the next cycle at this point 13:19:21 in any case, all of them are still valid, so please spend some time reviewing them 13:19:27 any comment on this? 13:20:30 ok, let's move on 13:20:42 #topic community_goals 13:20:52 first one, Neutron client deprecation 13:21:10 for that I hope the last horizon patch: https://review.opendev.org/c/openstack/horizon/+/953302 13:21:26 some work is necessary as seems some tests are failing in CI 13:21:54 And for I also worked a little on removing n-client: https://review.opendev.org/c/openstack/nova/+/928022 13:22:20 the first one looks almost ready, just two failing UI tests 13:22:27 it is wip, and I have to cut it to smaller chunks somehow, as it ibecome uglier and uglier with time.... 13:22:43 yes I hope I can find where I broke them :-) 13:23:02 that's it for this topic from me 13:23:16 ufff yes, maybe you need to break the nova one in small pieces, if possible 13:23:51 yes that will be the way for that 13:24:16 the next topic is the eventlet removal 13:24:28 lajoskatona, has pushed the fwwas patches 13:24:32 #link https://review.opendev.org/q/project:openstack/neutron-fwaas+status:open 13:24:54 just one consideration: the FTs are completely broken when using ML2/OVS and non-eventlet 13:25:01 I just started to cut it to smaller pieaces also, but I have to go back to functional 13:25:07 no no 13:25:22 functional are broken without eventlet and ML2/OVS 13:25:50 ok, so we have to skip that for now and find out how to fix it ? 13:25:51 is impossible, right now, to execute a OVS agent related test with a os-ken instance 13:26:05 I need to document it, along with the patch I'm working on 13:26:17 #link https://review.opendev.org/c/openstack/neutron/+/952258 13:26:30 ^^ in this patch I've skipped all OVS agent related patches 13:26:44 NOTE: OVS agent, not ovsdb related ones 13:27:44 as commented, I'll document what is happening, but as a quick summary: there are many threads that now cannot be killed and are not stopped, the os-ken app register some signals (now is not possible if running outside the main thread) 13:28:00 and the os-ken socket communication is buggy in the FTs 13:28:08 so, a drama... 13:28:34 anyway, this patch won't be merged in Flamingos 13:28:34 yeah, really bad news.... 13:28:46 the problem will be, for functional tests, in Gazpacho 13:29:01 anything else you want to add? 13:29:22 ok, next topic 13:29:27 #topic on_demand 13:29:32 anything you want to add? 13:29:49 not from me 13:30:08 no more from my side 13:30:16 thank you folks for attending, have a nice week! 13:30:19 #endmeeting