14:01:02 #startmeeting networking 14:01:02 Meeting started Tue Dec 20 14:01:02 2022 UTC and is due to finish in 60 minutes. The chair is ralonsoh. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:01:02 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:01:02 The meeting name has been set to 'networking' 14:01:03 o/ 14:01:06 o/ 14:01:09 hi 14:01:26 o/ 14:02:19 o/ 14:02:45 ok, let's start 14:02:51 #topic announcements 14:02:58 Antelope / 2023.1 schedule: https://releases.openstack.org/antelope/schedule.html 14:03:10 We are in R-14 14:03:17 #link https://releases.openstack.org/antelope/schedule.html#a-cycle-trail 14:03:31 and 3 weeks before A-2 milestone 14:04:07 the other announcement I have is that next week we don't have this meeting (nor CI and drivers) 14:04:38 \o/ 14:04:50 +1 :-) 14:05:02 let's move to the next topic 14:05:06 #topic bugs 14:05:10 the report 14:05:14 #link https://lists.openstack.org/pipermail/openstack-discuss/2022-December/031554.html 14:05:35 there are some bugs not assigned yet 14:05:37 #link https://bugs.launchpad.net/neutron/+bug/2000150 14:05:52 I don't know if slaweq is working on this one 14:06:09 we'll probably talk about it during the ci meeting 14:06:18 yeah, this is what I supposed 14:06:34 the next two are low hanging fruit bugs 14:06:37 #link https://bugs.launchpad.net/neutron/+bug/1999390 14:06:42 #link https://bugs.launchpad.net/neutron/+bug/1999391 14:06:49 I mentioned both last week 14:07:07 if there are no assignees at the end of this week, I'll take them 14:07:31 I'll tale 1999390 14:07:35 take 14:07:35 cool 14:07:47 the assignee for this week is mlavalle 14:07:52 next week is obondarev 14:07:56 ack 14:08:01 ok 14:08:08 thank you 14:08:15 I can check 1999391 14:08:23 lajoskatona, mlavalle thanks 14:08:36 :-) 14:08:38 ok, this is going fast 14:08:44 next topic 14:08:47 #topic specs 14:08:52 we have two new specs 14:09:11 #link https://review.opendev.org/c/openstack/neutron-specs/+/867979 14:09:27 related to the IPv6 DVR in OVN 14:09:36 we talked about it last friday 14:09:42 yeap 14:09:53 and I guess the other one is yours 14:09:58 I'm reading it now, not issues so far 14:10:04 but reviews are welcome 14:10:11 the next one is 14:10:12 #link https://review.opendev.org/c/openstack/neutron-specs/+/868076 14:10:16 yes, the OVN monitor 14:10:23 same as before, reviews are welcome 14:10:45 I'll give them a pass before we brak for holidays this week 14:10:57 once reviewed, if you want to have a public discussion aboyt them 14:11:03 we can use this meeting 14:11:09 just ping me to add this topic in the agenda 14:11:12 (if needed) 14:11:49 ok, let's move to the next topic 14:11:59 #topic community_goals 14:12:09 1) Migration to Ubuntu 22.04 14:12:18 we had a problem with the n-t-p patch 14:12:28 #link https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/857031 14:12:39 ykarel reverted it because we had problems in some nodes 14:12:47 #link https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/867922 14:12:58 from the commit message 14:13:00 "Until vexxhost node provider supports jammy hosts or we are 14:13:00 able to run our tests in non nested-virt providers[2] reverting 14:13:00 this switch, may need some job splits or ideally fixing [1] in nova 14:13:00 or by some global libvirt/qemu config[3]." 14:13:19 so this is specific to some nodes 14:13:27 on the lp bug for it somebody from vexhost promised that they gradually upgrade their hosts 14:13:39 yeah, good to have this feedback 14:13:42 that's fantastic 14:14:06 and of course, thanks to ykarel for the time spent during the last 2 weeks on this 14:14:36 we'll keep an eye on this to go back to the original n-t-p patch 14:14:50 i was trying to avoid the revert but due to multiple things happening together couldn't make it 14:15:07 that's better, this CI is more stable now 14:15:38 ++ 14:15:58 next topic is 14:16:00 2) Clean-up neutron-legacy code in devstack 14:16:03 thanks slaweq 14:16:10 the devstack code is now merged 14:16:17 and now we have this 14:16:19 #link https://review.opendev.org/q/topic:drop-lib-neutron 14:16:26 please slaweq ^^ 14:16:36 main patch is merged now :) 14:16:44 I sent some cleanup patches today https://review.opendev.org/q/topic:drop-lib-neutron 14:16:59 You can review them if You have some time 14:17:16 after those will be merged, I will do last one thing in devstack to remove completly lib/neutron-legacy file from there 14:17:27 but we are basically done with the hardest part :) 14:17:31 \o/ 14:17:34 nice 14:17:46 very nice, for sure 14:17:52 and thanks again, good work 14:18:02 thx 14:18:21 and the last topic is 14:18:25 3) Neutron client deprecation 14:18:31 lajoskatona is actively working on this 14:18:37 #link https://bugs.launchpad.net/neutron/+bug/1999774 14:18:44 please lajoskatona ^^ 14:19:13 actually I had few patches for heat, I try to do it in bathces for resources 14:19:28 and I started to check stadiums which use neutronclient 14:19:45 for that we have 2 options (as I see now) 14:20:06 1. we have CLI code in the stadium repo, and we can fix it there 14:20:31 2.) the CLI code is in neutronclient even for OSC, like neutron-dyamic-routing 14:21:12 2) is faster but we should try 1), trying to have everything in OSC 14:21:23 and not depending on external libraries (IMO) 14:21:25 for the later one I dont know what should be the best, to move CLI to the repo from neutronclient and make it to work only woth SDK and OSC 14:22:33 yeah, it can be checked with OSC team, and make the CLI of stadiums be in OSC 14:23:18 with my OSC hat on, I think I'd rather keep bgp commands as plugin 14:23:42 but maybe other OSC people think differently, so certainly makes sense to have a discussion 14:23:47 frickler: you mean to have them in neutron-dynamic-roting? 14:24:20 well the question is then whether to have a dedicated n-d-r client plugin or keep neutronclient plugin 14:24:46 but the "move into OSC proper" question would have to be answered first 14:24:53 why is not possible/recommendable to have it in OSC? 14:25:22 for me: because it feels not to be "core" enough 14:25:28 right 14:26:08 also 100% admin-only commands, so no need to clutter the interface for normal users 14:26:50 lajoskatona, ok, I think we can keep neutronclient as the repo for OSC plugins 14:27:12 ok, so let's keep it for OSC CLI plugins 14:27:44 we can still move the client part into the sdk likely 14:27:51 lajoskatona, in any case, do you think there is code in n-client that should be moved to OSC? 14:28:19 I don't know 14:28:31 that should be checked 14:28:39 ok, we'll see that during the deprecation, I think 14:28:50 we don't have a hard timeline for this 14:29:22 let's look for the skeletons :-) 14:29:30 the "network *" commands I think would be good for moving 14:29:37 ^^ agree 14:30:46 ack, I will check it 14:31:06 lajoskatona, thanks a lot and don't hesitate to ping us to give us tasks 14:31:32 :-) 14:32:01 and that's all I have from this topic 14:32:27 there is nothing new on ryu, n-lib or other related projects 14:32:34 so we can move to the last topic 14:32:39 #topic on-demand-agenda 14:32:55 do you have something you want to discuss? 14:33:03 just one comment on bug deputy thing 14:33:21 is this table still accurate https://wiki.openstack.org/wiki/Network/Meetings#Bug_deputy ? 14:33:23 I just want to wish happy holidays for everyone :) and see You all in 2023! 14:33:37 so should the week of Dec 26 be mine? Sorry, I might missed the rescheduling 14:33:50 obondarev, I think so yes 14:33:54 slaweq: ++ 14:34:10 obondarev, yes, next week is yours 14:34:17 Have happy holidays for everybody, take a rest :-) 14:34:43 ralonsoh: ok, just means that the table is not accurate :) 14:35:04 ralonsoh: I think obondarev has a point 14:35:24 oh sorry sorry 14:35:31 that was my mistake 14:35:32 seems that next week is rubasov's turn 14:35:33 arrggg 14:35:41 yes yes, rubasov, my bad! 14:35:42 Merged openstack/networking-odl master: Remove lib/neutron-legacy leftovers https://review.opendev.org/c/openstack/networking-odl/+/868167 14:35:47 that's ok 14:35:55 rubasov, obondarev sorry for the confusion 14:35:56 ack, was just confused maybe I missed something 14:36:02 so next week, rubasov 14:36:04 no problem 14:36:05 no problem 14:36:10 (I'm in PTO already) 14:36:15 LOL 14:36:28 :) 14:36:30 starting to look like Christmas 14:36:37 :D 14:37:00 so happy holidays and enjoy this time. Remember we have the CI meeting in 25 mins, attend to it (don't make slaweq cry) 14:37:06 see you later 14:37:11 happy holidays everyone! 14:37:13 o/ 14:37:15 o/ 14:37:16 slaweq: video this week? 14:37:18 yeah, thx ralonsoh :) 14:37:19 happy holidays o/ 14:37:22 o/ 14:37:26 this week we have CI meeting on irc only 14:37:30 ack 14:37:30 #endmeeting