Tuesday, 2025-10-14

opendevreviewDai Dang Van proposed openstack/neutron master: Add dns forwarder l2 extension  https://review.opendev.org/c/openstack/neutron/+/95139000:02
opendevreviewLajos Katona proposed openstack/neutron master: dns_forwarder extension: add devstack plugin  https://review.opendev.org/c/openstack/neutron/+/95877403:56
opendevreviewRodolfo Alonso proposed openstack/neutron master: [UT] Allow any call order in ``test_send_ipv4_addr_adv_notif``  https://review.opendev.org/c/openstack/neutron/+/96392106:54
opendevreviewRodolfo Alonso proposed openstack/neutron master: [UT] Allow any call order in ``test_send_ipv4_addr_adv_notif``  https://review.opendev.org/c/openstack/neutron/+/96392106:54
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/2025.2: [S-RBAC] Fix policies for l3_conntrack_helpers  https://review.opendev.org/c/openstack/neutron/+/96392207:11
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/2025.1: [S-RBAC] Fix policies for l3_conntrack_helpers  https://review.opendev.org/c/openstack/neutron/+/96392307:12
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/2024.2: [S-RBAC] Fix policies for l3_conntrack_helpers  https://review.opendev.org/c/openstack/neutron/+/96392407:12
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/2024.1: [S-RBAC] Fix policies for l3_conntrack_helpers  https://review.opendev.org/c/openstack/neutron/+/96392507:13
opendevreviewRodolfo Alonso proposed openstack/neutron master: Remove the ``eventlet.Timeout`` testcase capture  https://review.opendev.org/c/openstack/neutron/+/96120207:34
opendevreviewRodolfo Alonso proposed openstack/neutron master: [DNM] WIP == Restore the N535 eventlet import check  https://review.opendev.org/c/openstack/neutron/+/96121007:35
mnasiadkaGood morning07:38
mnasiadkaI noticed that neutron-tempest-plugin doesn’t have internal DNS tests - although we have something like this in Kolla-Ansible https://github.com/openstack/kolla-ansible/blob/c087c246944ba35d1836272a89a649d95d968b7b/tests/test-core-openstack.sh#L40607:39
mnasiadkaWe’re in the process of switching from bash based tests to just running Tempest07:39
mnasiadkaJust curious - is that something that’s not worth testing?07:39
mnasiadka(the DNS integration tests in neutron-tempest-plugin require Designate)07:41
ralonsohmnasiadka, you have https://opendev.org/openstack/designate-tempest-plugin08:15
mnasiadkaralonsoh: for designate-required external DNS integration yes - what about internal DNS without Designate? We noticed it also adds dns_integration annotation to ports - have we been testing it wrong?08:16
ralonsohmnasiadka, right, so any new test checking the builtin capabilities (in this case DNS) are welcome08:17
ralonsohmnasiadka, so you have a specific backend for testing?08:18
ralonsohwhat kind of tests do you want to implement?08:18
ralonsohbtw, there is a dns_integration set of tests in n-t-p08:19
ralonsohhttps://github.com/openstack/neutron-tempest-plugin/blob/master/neutron_tempest_plugin/scenario/test_dns_integration.py08:20
mnasiadkaralonsoh: yes, but these are skipped due to lack of Designate - https://github.com/openstack/neutron-tempest-plugin/blob/27c0c5ba5abc21aa340e27a7d5e8981ab3249d33/neutron_tempest_plugin/scenario/test_dns_integration.py#L6308:23
mnasiadkaWe just had some tests that both ran on ML2/OVS and OVN - and if they make sense, maybe I’ll go the additional mile of adding them in neutron-tempest-plugin08:23
ralonsohyes, what I'm saying is that you can amend or add any new test here.08:23
mnasiadkaUnderstand ;-)08:23
daidvmnasiadka, what thing you really want for internal DNS test? The link ralonsoh sent doing "logical integration test" when port/server is created08:24
mnasiadkadaidv: nothing more, just in Kolla-Ansible previously (or currently) we’ve been doing that on scenarios WITHOUT Designate08:25
mnasiadkaAnd even using these tests - they are skipped on such scenarios - just wanted clarification if that’s something that should work and is just not covered in tests, or maybe such tests make totally no sense ;-)08:26
daidvOh, got it. without Designate, "integration test" not make sense08:27
ralonsohslaweq, hi! I have a small comment in https://review.opendev.org/c/openstack/neutron/+/96226210:05
slaweqralonsoh yes, I saw it and wanted to get to it today10:06
slaweqthx for review10:06
ralonsohcool10:08
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Allow multiple values in DHCPv4/v6 options  https://review.opendev.org/c/openstack/neutron/+/96394411:14
avanzaghi1ralonsoh hello back, to answer you about the performance issue raised yesterday, the one that did the investigation saw a correlation between RPC call get_floating_ips and DB noad CPU load (running mariadb)11:58
avanzaghi1the index added was done like this : CREATE INDEX idx_host ON ml2_port_bindings(host);11:58
ralonsohavanzaghi1, I don't see any RPC call called get_floating_ips12:25
ralonsohwhat version are you using?12:26
avanzaghi1we are based on stein12:31
ralonsohavanzaghi1, this version is very old, we no longer provide support. In any case, I don't see this RPC call12:34
ralonsohplease, check what RPC call is actually creating this DB load12:34
ralonsohand if possible, identify the operation12:34
avanzaghi1alright thx12:34
ralonsohcan you enable in your DB the slow query log?12:34
ralonsohthat will print in a log file those queries exceeding a certain amount of seconds12:35
ralonsohthat will help us to identify what command could be12:35
ralonsohdid you create a LP bug?12:35
opendevreviewRodolfo Alonso proposed openstack/neutron master: Remove the ``eventlet.Timeout`` testcase capture  https://review.opendev.org/c/openstack/neutron/+/96120212:37
ralonsohfolks, if you have some minutes, please check these patches12:39
ralonsoh* https://review.opendev.org/c/openstack/neutron/+/96178212:39
ralonsoh* https://review.opendev.org/c/openstack/neutron/+/96146412:39
ralonsohthanks!12:39
slaweqralonsoh qq about your comment in https://review.opendev.org/c/openstack/neutron/+/962262/7/neutron/policy.py#271 - wouldn't it be better to keep this warning always to be showing so that we would be more aggressively ask them to update their custom policies? This warning will not be displayed with default rules, only if someone have custom rules defined. What do you think?12:47
slaweqIf we will display warning only once, it may easily be missed12:47
slaweqand then once we will remove tenant_id from owner check completely, it will be "oops" :)12:48
ralonsohslaweq, you are right, let's make this deprecation visible enough12:48
ralonsohthat implies changing one file with the policies12:48
slaweqyeap12:50
slaweqthx12:50
slaweqI will push new PS in a minute or two12:50
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [S-RBAC] Change tenant_id to project_id in the API policies  https://review.opendev.org/c/openstack/neutron/+/96226212:52
*** haleyb|out is now known as haleyb12:59
haleyb#startmeeting networking13:00
opendevmeetMeeting started Tue Oct 14 13:00:31 2025 UTC and is due to finish in 60 minutes.  The chair is haleyb. Information about MeetBot at http://wiki.debian.org/MeetBot.13:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:00
opendevmeetThe meeting name has been set to 'networking'13:00
haleybPing list: bcafarel, elvira, frickler, mlavalle, mtomaska, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, haleyb, ralonsoh, sahid13:00
mlavalle\o13:00
jlibosvao/13:00
slaweqo/13:00
ralonsohhello13:00
cbuggyo/13:00
rubasovo/13:01
haleybalright we can get started13:01
haleyb#announcements13:01
bcafarelo/13:01
haleybWe are in week R-24 of Gazpacho13:02
elvirao/13:02
haleybFinal release on April 1st, 2026 (not a joke)13:02
mlavalleLOL13:02
haleyb#link https://releases.openstack.org/gazpacho/schedule.html13:03
haleybat this poing we're really in planning phase13:03
haleybThe next OpenInfra PTG will take place October 27-31, 2025 and registration for the event is open13:03
haleyb#link https://ptg.openinfra.dev/13:03
haleybplease sign-up if you haven't13:04
haleybalso please start thinking of any topics you want to discuss13:04
haleyb#link https://etherpad.opendev.org/p/oct2025-ptg-neutron13:04
haleybi will make the schedule the week before, but right now only scheduled meetings on tues/wed/thur for neutron, which will include cross-project13:05
ralonsohmost probably we'll have last minute additions to this plan13:06
haleybright13:06
haleyb#link https://ptg.opendev.org/ptg.html has the rough times13:06
haleybthere are eventlet and TC times on tuesday13:07
haleybhopefully everyone saw the email on change in stable/2024.1 to unmaintained13:09
haleybthere was a final release proposed, will need to update the hash13:09
haleybi was also going to send out release patches for the other stable branches, ran out of time last week so will do today13:10
haleybAnd continue to use the priorities dashboard for important changes or things ready to merge13:11
haleybthere are a few easy ones i think13:11
haleybReminder: If you have a topic for the drivers meeting on Friday, please add it to the wiki @ https://wiki.openstack.org/wiki/Meetings/NeutronDrivers13:11
haleybthat was all the announcements i had, any others?13:12
lajoskatonao/13:12
haleybok, moving on13:13
haleyb#topic bugs13:13
haleybralonsoh was the deputy last week, his report is at13:13
haleyb#link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/GBYZMTWB2VF7WMBXYGQ7W2BMKNFITRX7/13:13
haleyball high have patches proposed13:14
haleyband i see ralonsoh picked-up the medium one13:14
haleyb#link https://bugs.launchpad.net/neutron/+bug/212692313:15
haleybovn_dhcp4_global_options doesn't support keys with a list of values13:15
ralonsohyes, there is a patch proposed13:15
ralonsoh#link https://review.opendev.org/c/openstack/neutron/+/96394413:15
haleyback, will look13:16
haleyband one low severity13:17
haleyb#link https://bugs.launchpad.net/neutron/+bug/212691313:17
haleybNeutron not able to create external ports for virtual routers13:17
ralonsohYeah, he sent the logs yesterday13:17
ralonsohBut again in a very weird format13:17
ralonsohhe's stating that they don't use AZ, but this is not what the LR says13:18
ralonsoh'neutron:availability_zone_hints': 'nova'13:18
ralonsohso this could be the culprit, I think. But I still need to check these logs 13:19
haleybso could be the deployment tool doing that?13:19
ralonsohmost probably, this is the default configured value13:20
ralonsohcfg.ListOpt('default_availability_zones', default=[],13:21
haleybalright, hopefully we get some better logs13:21
ralonsohby default, this is []. If you configure a value there, it will be used always (if not other specified)13:21
haleybso could be admin error13:22
ralonsohthis is just a guess13:22
haleybyup13:23
haleybthat was all the bugs, any others?13:23
haleybsahid is the deputy this week, jlibosva is next week13:23
haleybis that ok for both of you?13:23
ralonsohit is for jlibosva 13:24
haleybi will ping sahid again later if he is just offline13:25
mlavallehe seems to be online13:26
jlibosvaack13:26
mlavallejust not in the meeting13:26
haleybmlavalle: yes, just not here, my znc bot always shows me here even when i'm out might be the same13:27
haleyb#topic specs13:27
haleyb#link https://review.opendev.org/q/project:openstack/neutron-specs+status:open13:28
haleybwhen i start doing PTG planning i will go through that list as it has not moved much13:28
haleyb#topic community goals13:29
haleybhi lajoskatona, i'll let you give a neutronclient update13:29
lajoskatonaNot much this week, I spent my time with debugging threading in dhcp agent13:29
lajoskatonaI added the topic to the Nova PTG etherpad to have some time and feedback from Nova team13:30
haleyback, thanks for working on the dhcp-agent13:31
haleybnext is eventlet update13:32
haleybralonsoh: i see the ut/ft patch has not merged yet13:32
ralonsoh#link https://review.opendev.org/c/openstack/neutron/+/95225813:32
ralonsohright, reviews pending13:32
haleybah, see it had an update13:32
ralonsohand there is another patch on top, but first this one13:32
haleybi've been out but will put on my list13:32
haleyb#link https://review.opendev.org/c/openstack/neutron/+/961202/ is the other13:33
ralonsohyes13:34
haleybso anyone with cycles please review those ^^13:34
haleyb#topic on-demand13:35
haleybralonsoh: i see you added the ironic job addition13:35
haleyb#link https://review.opendev.org/c/openstack/neutron/+/96357113:36
ralonsohyes, last week we had an issue with Ironic13:36
ralonsohand it was suggested to add a ironic job to our periodic queue13:36
ralonsohand there it is ^^13:36
haleyband it's passing now in experimental :)13:36
slaweqhaleyb when you willl be planning ptg, please don't schedule my topics for Monday because I will be traveling on Monday and will most likely not be available13:36
ralonsohyes because I rebased to have the revert that fixed the problem13:36
haleybralonsoh: ah, perfect13:37
haleybslaweq: ack, i did not plan on any monday meetings for neutron, there was typically larger tent things, although i do not see any this year13:37
slaweqgreat13:38
slaweqthx13:38
haleybany other on-demand things to discuss?13:39
haleybotherwise we get some time back13:39
haleybok, keep adding topics for ptg13:40
haleyband thanks for attending, have a good week!13:40
haleyb#endmeeting13:40
opendevmeetMeeting ended Tue Oct 14 13:40:17 2025 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)13:40
opendevmeetMinutes:        https://meetings.opendev.org/meetings/networking/2025/networking.2025-10-14-13.00.html13:40
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/networking/2025/networking.2025-10-14-13.00.txt13:40
opendevmeetLog:            https://meetings.opendev.org/meetings/networking/2025/networking.2025-10-14-13.00.log.html13:40
mlavalle\o13:40
lajoskatonao/13:40
ralonsohbye13:40
ykarelo/13:40
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Optimize _get_current_operating_statuses to reduce octavia_lib calls  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/96217914:05
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Fix pylint version constraint  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/96396614:25
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Optimize _get_current_operating_statuses to reduce octavia_lib calls  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/96217914:31
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP ==== [OVN] The external networks GW chassis must the same as the GW LRP  https://review.opendev.org/c/openstack/neutron/+/96215515:03
opendevreviewMerged openstack/neutron master: Add the ``ironic-tempest-ovn-uefi-ipmi-pxe`` CI job  https://review.opendev.org/c/openstack/neutron/+/96357115:30
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: Introduce BGP chassis commands  https://review.opendev.org/c/openstack/neutron/+/96042215:51
*** gmaan_pto is now known as gmaan16:00
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: OVN agent BGP extension  https://review.opendev.org/c/openstack/neutron/+/96089516:58
opendevreviewJakub Libosvar proposed openstack/neutron-lib master: Add the localhost IPv4 and IPv6 addresses constant  https://review.opendev.org/c/openstack/neutron-lib/+/96398817:01
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: Add openflow configuration for BGP bridges  https://review.opendev.org/c/openstack/neutron/+/96129318:02
opendevreviewJakub Libosvar proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp  https://review.opendev.org/c/openstack/neutron/+/96218819:35
opendevreviewMerged openstack/neutron master: [S-RBAC] Change tenant_id to project_id in the API policies  https://review.opendev.org/c/openstack/neutron/+/96226222:29
opendevreviewMerged openstack/neutron master: Use ETHERTYPE_FIELD_SIZE constant from neutron_lib  https://review.opendev.org/c/openstack/neutron/+/96382222:47
opendevreviewMerged openstack/neutron stable/2025.1: [S-RBAC] Fix policies for local_ip_association  https://review.opendev.org/c/openstack/neutron/+/96382422:48
opendevreviewMerged openstack/neutron stable/2024.2: [S-RBAC] Fix policies for local_ip_association  https://review.opendev.org/c/openstack/neutron/+/96382522:48
opendevreviewMerged openstack/neutron stable/2025.2: [S-RBAC] Fix policies for l3_conntrack_helpers  https://review.opendev.org/c/openstack/neutron/+/96392223:29
opendevreviewMerged openstack/neutron stable/2025.1: [S-RBAC] Fix policies for l3_conntrack_helpers  https://review.opendev.org/c/openstack/neutron/+/96392323:39
opendevreviewMerged openstack/neutron stable/2024.1: [S-RBAC] Fix policies for l3_conntrack_helpers  https://review.opendev.org/c/openstack/neutron/+/96392523:39
opendevreviewMerged openstack/neutron stable/2024.2: [S-RBAC] Fix policies for l3_conntrack_helpers  https://review.opendev.org/c/openstack/neutron/+/96392423:39
opendevreviewMerged openstack/neutron stable/2025.2: [S-RBAC] Fix policies for local_ip_association  https://review.opendev.org/c/openstack/neutron/+/96382323:39
opendevreviewMerged openstack/neutron master: Allow restoration of tun_ofports on agent restart  https://review.opendev.org/c/openstack/neutron/+/86027023:40

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