Tuesday, 2024-10-29

*** ykarel_ is now known as ykarel09:49
yosefHi every one, I want to start contributing on neutron, and understand its code base, is there any documentation on the code? or high level description of classes and inheritance in neutron?11:56
yosefAlso is there any easy-to-pick bugs on launchpad for me to start its patch?11:57
slaweqyosef welcome, I think Youshould start with https://docs.openstack.org/neutron/latest/contributor/index.html11:57
slaweqand https://docs.openstack.org/neutron/latest/contributor/index.html#neutron-internals11:57
slaweqother than that we have also api-ref documentation: https://docs.openstack.org/api-ref/network/v2/index.html11:58
slaweqI don't think we have anything else there really11:58
mgariepyanyone seen ovn not giving dns in dhcp leases on specific nodes.11:58
mgariepyovn-trace tells me it should.11:59
lajoskatonayosef: Welcome, perhaps can help also the etherpad from last week's meetings: https://etherpad.opendev.org/p/oct2024-ptg-neutron , you can have a view on what are the topics that are important in the current cycle12:12
opendevreviewMerged openstack/neutron stable/2023.2: Modify the default SG rule count logic when creating SG  https://review.opendev.org/c/openstack/neutron/+/93356912:39
opendevreviewMerged openstack/neutron stable/2024.2: [2024.2 only] Switch to 2024.2 neutron-tempest-plugin jobs  https://review.opendev.org/c/openstack/neutron/+/93359912:47
*** dc is now known as Guest786613:27
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM == [OVN] Check the port revision number during the port status UP update  https://review.opendev.org/c/openstack/neutron/+/93364613:30
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM - Test "neutron-ovn-tempest-ipv6-only-ovs*" with WSGI  https://review.opendev.org/c/openstack/neutron/+/93184213:35
*** ykarel_ is now known as ykarel13:59
slaweqhi, do we have meeting today?14:01
slaweqI know haleyb is off this week14:02
mlavalleralonsoh offered to facilitate it14:02
mlavalleiirc14:02
slaweqah, ok14:02
ralonsohoh sorry!14:03
ralonsohI forgot it14:03
ralonsohone sec14:03
ralonsoh#startmeeting networking14:03
opendevmeetMeeting started Tue Oct 29 14:03:36 2024 UTC and is due to finish in 60 minutes.  The chair is ralonsoh. Information about MeetBot at http://wiki.debian.org/MeetBot.14:03
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:03
opendevmeetThe meeting name has been set to 'networking'14:03
ralonsohPing list: bcafarel, elvira, frickler, mlavalle, mtomaska, obondarev, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, amotoki, haleyb, ralonsoh 14:03
ralonsohhello all14:03
jlibosvao/14:03
mtomaskao/14:03
slaweqo/14:03
frickler\o14:03
obondarevo/14:03
elvirao/14:03
rubasovo/14:03
ykarelo/14:03
ralonsohhmmm many people today!14:04
ralonsohok, let's start14:04
ralonsoh#link https://releases.openstack.org/epoxy/schedule.html14:04
ralonsohWe are in the week after the PTG14:04
ralonsohThat was the etherpad used: https://etherpad.opendev.org/p/oct2024-ptg-neutron14:04
ralonsohyou can check the logs of the meetings14:05
lajoskatonao/14:05
ralonsohin any case, we'll wait for the PTL summary (if not, I'll send mine, the same I sent privately in my company)14:05
mlavallehe said he will be sending one14:06
ralonsohperfect14:06
mlavallehe is just travelling14:06
ralonsohso far, there is nothing in the agenda14:06
ralonsohI was checking the releases patches because we'll have soon the transition to um for 2023.114:06
ralonsohso if you need to propose backports before this transition, hurry up14:06
ralonsoh(the CI is now broken, ykarel is working on it)14:07
ralonsohsomething else I'm missing in this section?14:07
ralonsohcool, let's move on14:08
ralonsoh#topic bugs14:08
ralonsohLast week report is from mtomaska 14:08
ralonsoh#link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/YLLWPASMGGGD2MPCCKOONR63PZ4CIMHN/14:08
mtomaskaIndeed! We had lot of bugs, mostly test related. Some related to wsgi change14:08
ralonsohthere are some of them not assigned yet14:08
ralonsohyeah, we are working on them right now14:09
ralonsohfirst one14:09
ralonsoh#link https://bugs.launchpad.net/neutron/+bug/208497714:09
ralonsohotherwiseguy proposed to increase the DB timeouts14:09
ralonsohbut this problem is still hitting their env14:10
mtomaskaTerry suggested increasing inactivity probe and that helped14:10
otherwiseguylooks like it helped, but still need some investigation.14:10
otherwiseguyHaven't looked into it yet, I'll try to do that very soon.14:10
ralonsohis it possible to reproduce it? in a CI job?14:10
ralonsohor in a dev environment?14:10
otherwiseguyIt seems like it should be reproducible from the logs anyway.14:11
ralonsohok, after this meeting I'll try to at least check the logs and try to reproduce it locally14:11
otherwiseguyI'll spin up an environment and start looking for disconnects.14:11
ralonsohbut could be caused due to the OVN transaction process thread?14:12
ralonsohsame as the issue with the trunks14:12
ralonsohI'll try to investigate in this way14:12
otherwiseguyyeah, it seems like there may be a bigger issue of "things that didn't block under eventlet are blocking"14:12
ralonsohbut we are still using eventlet14:13
ralonsohnot in the API worker but we are still patching the kernel modules14:13
ralonsohI mean, the API router call is done by wsgi, not the eventlet server14:13
ralonsohbut we still monkey patch the libraries14:14
ralonsohanyway, we can investigate that from different points of view14:14
ralonsohthe next one14:15
ralonsoh#link https://bugs.launchpad.net/neutron/+bug/208542214:15
ralonsohalso probably caused by the wsgi migration14:15
ralonsohdoes anyone have time to check it?14:15
mtomaskaill take a look14:15
ralonsohperfect!14:15
mtomaskasprint #2 ;)14:16
ralonsohnext one14:16
ralonsohyeah...14:16
ralonsoh#link https://bugs.launchpad.net/neutron/+bug/208549114:16
ralonsohA question about how to use fwaasV2 with OVN14:16
ralonsohI never tried it14:16
mtomaskayes that one sounds more like doc bug tome14:16
ralonsohbut liushy implemented the fwaas code14:17
lajoskatonaI revived the patch for testing it in CI like we do for vpnaas14:17
ralonsohlajoskatona, sorry what patch?14:17
lajoskatonaI can ping him to help with this14:17
lajoskatonahttps://review.opendev.org/c/openstack/neutron-tempest-plugin/+/90542114:17
ralonsohlajoskatona, cool, that depends on the fwaas one14:18
lajoskatonaI hadn't checked the cause of tha failure yet14:18
ralonsohlajoskatona, if you don't mind, ping Liushy to provide feedback on this bug14:18
lajoskatonaoriginally liushy added this patch, but it was forgotten14:18
lajoskatonaralonsoh: +1, I will do14:18
ralonsohthanks!@14:18
ralonsohthe last one14:19
ralonsoh#link https://bugs.launchpad.net/neutron/+bug/208542114:19
ralonsohI think this is one is not happening anymore14:19
ralonsohbut I need to check opensearch14:19
ralonsohI'll update it14:19
mtomaskaBut it might, come back in my opinion14:20
mtomaskalooking at the logs there was some db disconnection (for unknown reason) when that test run14:20
mtomaskaso it might "pop up" somewhere else.... but I dont think it is related to that test14:20
ralonsohyes but during the resource deletion, in the cleanup process14:21
ralonsohI'll check the logs today and update it14:21
ralonsohok, any other bug to be discussed today?14:22
ralonsohok, let's move on14:23
ralonsohsorry14:23
ralonsohthis week bcafarel is the CI deputy14:23
ralonsohnext week is elvira1 14:23
ralonsohok?14:23
ralonsohI'll ping both offline14:24
ralonsoh#topic community goals14:24
ralonsohthe first one is the client deprecation14:24
ralonsohlajoskatona, any update?14:24
lajoskatonanothing, I try to go back to that topic, but many other things jumped on my back recently14:25
ralonsohno problem, we are starting the release now!14:25
ralonsohthe next one is the eventlet deprecation14:25
ralonsohI committed myself to create the LP bugs for the tasks. I'm still doing it and I'll present them in the next meeting14:26
ralonsohso far there are no patches to be reviewed14:26
lajoskatonaThanks, looking forward to it :-)14:26
elvira1ack! 14:26
ralonsohand we still have a pending topic (the WSGI migration) that is not clear in the community14:27
*** elvira1 is now known as elvira14:27
ralonsohI'm not talking about the eventlet server to WSGI14:27
ralonsohbut the WSGI to, for example, ASGI server14:27
ralonsohbut this is something that, most probably, won't be done in this release14:27
ralonsohany feedback on this section?14:28
bcafareljust ack for this week's CI deputy :)14:28
ralonsoh#topic on demand14:28
ralonsohbcafarel, thanks14:29
ralonsoha heads-up14:29
ralonsohthe Neutron drivers meeting is on Fridays. This is the agenda: https://wiki.openstack.org/wiki/Meetings/NeutronDrivers14:29
ralonsohI think there are a lot of people that doesn't know where to attend for new RFEs14:29
ralonsohif you need to present something, this is the place14:30
ralonsohthat's all14:30
ralonsohany topic?14:30
lajoskatonaNothing from me, thanks14:30
ralonsohok folks, thank you for attending14:31
ralonsoh#endmeeting14:31
opendevmeetMeeting ended Tue Oct 29 14:31:07 2024 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:31
opendevmeetMinutes:        https://meetings.opendev.org/meetings/networking/2024/networking.2024-10-29-14.03.html14:31
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/networking/2024/networking.2024-10-29-14.03.txt14:31
opendevmeetLog:            https://meetings.opendev.org/meetings/networking/2024/networking.2024-10-29-14.03.log.html14:31
ralonsohsee you14:31
lajoskatonao/14:31
mtomaska o/14:31
otherwiseguyo/14:31
mlavalle\o14:31
obondarevo/14:31
slaweqo/14:33
opendevreviewJakub Libosvar proposed openstack/ovn-bgp-agent master: Expose FIP if external_mac was set  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/93078415:02
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: Update gate jobs as per the 2025.1 cycle testing runtime  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/93327716:01
opendevreviewMerged openstack/neutron stable/2024.2: [OVN] Update lsp host id when cr port is updated with chassis  https://review.opendev.org/c/openstack/neutron/+/93355217:20
opendevreviewMerged openstack/neutron stable/2024.1: [OVN] Update lsp host id when cr port is updated with chassis  https://review.opendev.org/c/openstack/neutron/+/93355317:20
opendevreviewMerged openstack/neutron stable/2023.2: [OVN] Update lsp host id when cr port is updated with chassis  https://review.opendev.org/c/openstack/neutron/+/93355417:20
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add Octavia OVN DBs sync cmd  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/92574717:31
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add octavia_client with openstacksdk  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/93069217:31
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add LB sync logic  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/92532417:31
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add Listener sync logic  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/93125017:31
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add Pool sync logic  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/93126617:31
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add Member sync logic  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/93126717:31
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add Health monitor sync logic  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/93128817:31
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Add sync floating IP support  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/92903917:31
opendevreviewMerged openstack/neutron stable/2024.1: Modify the default SG rule count logic when creating SG  https://review.opendev.org/c/openstack/neutron/+/93356817:41
opendevreviewStanislav Dmitriev proposed openstack/neutron master: HA VRRP health check parameters  https://review.opendev.org/c/openstack/neutron/+/93271623:51

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