| opendevreview | Dai Dang Van proposed openstack/neutron master: Add dns forwarder l2 extension https://review.opendev.org/c/openstack/neutron/+/951390 | 00:02 |
|---|---|---|
| opendevreview | Lajos Katona proposed openstack/neutron master: dns_forwarder extension: add devstack plugin https://review.opendev.org/c/openstack/neutron/+/958774 | 03:56 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: [UT] Allow any call order in ``test_send_ipv4_addr_adv_notif`` https://review.opendev.org/c/openstack/neutron/+/963921 | 06:54 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: [UT] Allow any call order in ``test_send_ipv4_addr_adv_notif`` https://review.opendev.org/c/openstack/neutron/+/963921 | 06:54 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron stable/2025.2: [S-RBAC] Fix policies for l3_conntrack_helpers https://review.opendev.org/c/openstack/neutron/+/963922 | 07:11 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron stable/2025.1: [S-RBAC] Fix policies for l3_conntrack_helpers https://review.opendev.org/c/openstack/neutron/+/963923 | 07:12 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron stable/2024.2: [S-RBAC] Fix policies for l3_conntrack_helpers https://review.opendev.org/c/openstack/neutron/+/963924 | 07:12 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron stable/2024.1: [S-RBAC] Fix policies for l3_conntrack_helpers https://review.opendev.org/c/openstack/neutron/+/963925 | 07:13 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: Remove the ``eventlet.Timeout`` testcase capture https://review.opendev.org/c/openstack/neutron/+/961202 | 07:34 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: [DNM] WIP == Restore the N535 eventlet import check https://review.opendev.org/c/openstack/neutron/+/961210 | 07:35 |
| mnasiadka | Good morning | 07:38 |
| mnasiadka | I 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#L406 | 07:39 |
| mnasiadka | We’re in the process of switching from bash based tests to just running Tempest | 07:39 |
| mnasiadka | Just curious - is that something that’s not worth testing? | 07:39 |
| mnasiadka | (the DNS integration tests in neutron-tempest-plugin require Designate) | 07:41 |
| ralonsoh | mnasiadka, you have https://opendev.org/openstack/designate-tempest-plugin | 08:15 |
| mnasiadka | ralonsoh: 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 |
| ralonsoh | mnasiadka, right, so any new test checking the builtin capabilities (in this case DNS) are welcome | 08:17 |
| ralonsoh | mnasiadka, so you have a specific backend for testing? | 08:18 |
| ralonsoh | what kind of tests do you want to implement? | 08:18 |
| ralonsoh | btw, there is a dns_integration set of tests in n-t-p | 08:19 |
| ralonsoh | https://github.com/openstack/neutron-tempest-plugin/blob/master/neutron_tempest_plugin/scenario/test_dns_integration.py | 08:20 |
| mnasiadka | ralonsoh: 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#L63 | 08:23 |
| mnasiadka | We 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-plugin | 08:23 |
| ralonsoh | yes, what I'm saying is that you can amend or add any new test here. | 08:23 |
| mnasiadka | Understand ;-) | 08:23 |
| daidv | mnasiadka, what thing you really want for internal DNS test? The link ralonsoh sent doing "logical integration test" when port/server is created | 08:24 |
| mnasiadka | daidv: nothing more, just in Kolla-Ansible previously (or currently) we’ve been doing that on scenarios WITHOUT Designate | 08:25 |
| mnasiadka | And 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 |
| daidv | Oh, got it. without Designate, "integration test" not make sense | 08:27 |
| ralonsoh | slaweq, hi! I have a small comment in https://review.opendev.org/c/openstack/neutron/+/962262 | 10:05 |
| slaweq | ralonsoh yes, I saw it and wanted to get to it today | 10:06 |
| slaweq | thx for review | 10:06 |
| ralonsoh | cool | 10:08 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Allow multiple values in DHCPv4/v6 options https://review.opendev.org/c/openstack/neutron/+/963944 | 11:14 |
| avanzaghi1 | ralonsoh 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 |
| avanzaghi1 | the index added was done like this : CREATE INDEX idx_host ON ml2_port_bindings(host); | 11:58 |
| ralonsoh | avanzaghi1, I don't see any RPC call called get_floating_ips | 12:25 |
| ralonsoh | what version are you using? | 12:26 |
| avanzaghi1 | we are based on stein | 12:31 |
| ralonsoh | avanzaghi1, this version is very old, we no longer provide support. In any case, I don't see this RPC call | 12:34 |
| ralonsoh | please, check what RPC call is actually creating this DB load | 12:34 |
| ralonsoh | and if possible, identify the operation | 12:34 |
| avanzaghi1 | alright thx | 12:34 |
| ralonsoh | can you enable in your DB the slow query log? | 12:34 |
| ralonsoh | that will print in a log file those queries exceeding a certain amount of seconds | 12:35 |
| ralonsoh | that will help us to identify what command could be | 12:35 |
| ralonsoh | did you create a LP bug? | 12:35 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: Remove the ``eventlet.Timeout`` testcase capture https://review.opendev.org/c/openstack/neutron/+/961202 | 12:37 |
| ralonsoh | folks, if you have some minutes, please check these patches | 12:39 |
| ralonsoh | * https://review.opendev.org/c/openstack/neutron/+/961782 | 12:39 |
| ralonsoh | * https://review.opendev.org/c/openstack/neutron/+/961464 | 12:39 |
| ralonsoh | thanks! | 12:39 |
| slaweq | ralonsoh 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 |
| slaweq | If we will display warning only once, it may easily be missed | 12:47 |
| slaweq | and then once we will remove tenant_id from owner check completely, it will be "oops" :) | 12:48 |
| ralonsoh | slaweq, you are right, let's make this deprecation visible enough | 12:48 |
| ralonsoh | that implies changing one file with the policies | 12:48 |
| slaweq | yeap | 12:50 |
| slaweq | thx | 12:50 |
| slaweq | I will push new PS in a minute or two | 12:50 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron master: [S-RBAC] Change tenant_id to project_id in the API policies https://review.opendev.org/c/openstack/neutron/+/962262 | 12:52 |
| *** haleyb|out is now known as haleyb | 12:59 | |
| haleyb | #startmeeting networking | 13:00 |
| opendevmeet | Meeting 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 |
| opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:00 |
| opendevmeet | The meeting name has been set to 'networking' | 13:00 |
| haleyb | Ping list: bcafarel, elvira, frickler, mlavalle, mtomaska, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, haleyb, ralonsoh, sahid | 13:00 |
| mlavalle | \o | 13:00 |
| jlibosva | o/ | 13:00 |
| slaweq | o/ | 13:00 |
| ralonsoh | hello | 13:00 |
| cbuggy | o/ | 13:00 |
| rubasov | o/ | 13:01 |
| haleyb | alright we can get started | 13:01 |
| haleyb | #announcements | 13:01 |
| bcafarel | o/ | 13:01 |
| haleyb | We are in week R-24 of Gazpacho | 13:02 |
| elvira | o/ | 13:02 |
| haleyb | Final release on April 1st, 2026 (not a joke) | 13:02 |
| mlavalle | LOL | 13:02 |
| haleyb | #link https://releases.openstack.org/gazpacho/schedule.html | 13:03 |
| haleyb | at this poing we're really in planning phase | 13:03 |
| haleyb | The next OpenInfra PTG will take place October 27-31, 2025 and registration for the event is open | 13:03 |
| haleyb | #link https://ptg.openinfra.dev/ | 13:03 |
| haleyb | please sign-up if you haven't | 13:04 |
| haleyb | also please start thinking of any topics you want to discuss | 13:04 |
| haleyb | #link https://etherpad.opendev.org/p/oct2025-ptg-neutron | 13:04 |
| haleyb | i will make the schedule the week before, but right now only scheduled meetings on tues/wed/thur for neutron, which will include cross-project | 13:05 |
| ralonsoh | most probably we'll have last minute additions to this plan | 13:06 |
| haleyb | right | 13:06 |
| haleyb | #link https://ptg.opendev.org/ptg.html has the rough times | 13:06 |
| haleyb | there are eventlet and TC times on tuesday | 13:07 |
| haleyb | hopefully everyone saw the email on change in stable/2024.1 to unmaintained | 13:09 |
| haleyb | there was a final release proposed, will need to update the hash | 13:09 |
| haleyb | i was also going to send out release patches for the other stable branches, ran out of time last week so will do today | 13:10 |
| haleyb | And continue to use the priorities dashboard for important changes or things ready to merge | 13:11 |
| haleyb | there are a few easy ones i think | 13:11 |
| haleyb | Reminder: If you have a topic for the drivers meeting on Friday, please add it to the wiki @ https://wiki.openstack.org/wiki/Meetings/NeutronDrivers | 13:11 |
| haleyb | that was all the announcements i had, any others? | 13:12 |
| lajoskatona | o/ | 13:12 |
| haleyb | ok, moving on | 13:13 |
| haleyb | #topic bugs | 13:13 |
| haleyb | ralonsoh was the deputy last week, his report is at | 13:13 |
| haleyb | #link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/GBYZMTWB2VF7WMBXYGQ7W2BMKNFITRX7/ | 13:13 |
| haleyb | all high have patches proposed | 13:14 |
| haleyb | and i see ralonsoh picked-up the medium one | 13:14 |
| haleyb | #link https://bugs.launchpad.net/neutron/+bug/2126923 | 13:15 |
| haleyb | ovn_dhcp4_global_options doesn't support keys with a list of values | 13:15 |
| ralonsoh | yes, there is a patch proposed | 13:15 |
| ralonsoh | #link https://review.opendev.org/c/openstack/neutron/+/963944 | 13:15 |
| haleyb | ack, will look | 13:16 |
| haleyb | and one low severity | 13:17 |
| haleyb | #link https://bugs.launchpad.net/neutron/+bug/2126913 | 13:17 |
| haleyb | Neutron not able to create external ports for virtual routers | 13:17 |
| ralonsoh | Yeah, he sent the logs yesterday | 13:17 |
| ralonsoh | But again in a very weird format | 13:17 |
| ralonsoh | he's stating that they don't use AZ, but this is not what the LR says | 13:18 |
| ralonsoh | 'neutron:availability_zone_hints': 'nova' | 13:18 |
| ralonsoh | so this could be the culprit, I think. But I still need to check these logs | 13:19 |
| haleyb | so could be the deployment tool doing that? | 13:19 |
| ralonsoh | most probably, this is the default configured value | 13:20 |
| ralonsoh | cfg.ListOpt('default_availability_zones', default=[], | 13:21 |
| haleyb | alright, hopefully we get some better logs | 13:21 |
| ralonsoh | by default, this is []. If you configure a value there, it will be used always (if not other specified) | 13:21 |
| haleyb | so could be admin error | 13:22 |
| ralonsoh | this is just a guess | 13:22 |
| haleyb | yup | 13:23 |
| haleyb | that was all the bugs, any others? | 13:23 |
| haleyb | sahid is the deputy this week, jlibosva is next week | 13:23 |
| haleyb | is that ok for both of you? | 13:23 |
| ralonsoh | it is for jlibosva | 13:24 |
| haleyb | i will ping sahid again later if he is just offline | 13:25 |
| mlavalle | he seems to be online | 13:26 |
| jlibosva | ack | 13:26 |
| mlavalle | just not in the meeting | 13:26 |
| haleyb | mlavalle: yes, just not here, my znc bot always shows me here even when i'm out might be the same | 13:27 |
| haleyb | #topic specs | 13:27 |
| haleyb | #link https://review.opendev.org/q/project:openstack/neutron-specs+status:open | 13:28 |
| haleyb | when i start doing PTG planning i will go through that list as it has not moved much | 13:28 |
| haleyb | #topic community goals | 13:29 |
| haleyb | hi lajoskatona, i'll let you give a neutronclient update | 13:29 |
| lajoskatona | Not much this week, I spent my time with debugging threading in dhcp agent | 13:29 |
| lajoskatona | I added the topic to the Nova PTG etherpad to have some time and feedback from Nova team | 13:30 |
| haleyb | ack, thanks for working on the dhcp-agent | 13:31 |
| haleyb | next is eventlet update | 13:32 |
| haleyb | ralonsoh: i see the ut/ft patch has not merged yet | 13:32 |
| ralonsoh | #link https://review.opendev.org/c/openstack/neutron/+/952258 | 13:32 |
| ralonsoh | right, reviews pending | 13:32 |
| haleyb | ah, see it had an update | 13:32 |
| ralonsoh | and there is another patch on top, but first this one | 13:32 |
| haleyb | i've been out but will put on my list | 13:32 |
| haleyb | #link https://review.opendev.org/c/openstack/neutron/+/961202/ is the other | 13:33 |
| ralonsoh | yes | 13:34 |
| haleyb | so anyone with cycles please review those ^^ | 13:34 |
| haleyb | #topic on-demand | 13:35 |
| haleyb | ralonsoh: i see you added the ironic job addition | 13:35 |
| haleyb | #link https://review.opendev.org/c/openstack/neutron/+/963571 | 13:36 |
| ralonsoh | yes, last week we had an issue with Ironic | 13:36 |
| ralonsoh | and it was suggested to add a ironic job to our periodic queue | 13:36 |
| ralonsoh | and there it is ^^ | 13:36 |
| haleyb | and it's passing now in experimental :) | 13:36 |
| slaweq | haleyb 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 available | 13:36 |
| ralonsoh | yes because I rebased to have the revert that fixed the problem | 13:36 |
| haleyb | ralonsoh: ah, perfect | 13:37 |
| haleyb | slaweq: ack, i did not plan on any monday meetings for neutron, there was typically larger tent things, although i do not see any this year | 13:37 |
| slaweq | great | 13:38 |
| slaweq | thx | 13:38 |
| haleyb | any other on-demand things to discuss? | 13:39 |
| haleyb | otherwise we get some time back | 13:39 |
| haleyb | ok, keep adding topics for ptg | 13:40 |
| haleyb | and thanks for attending, have a good week! | 13:40 |
| haleyb | #endmeeting | 13:40 |
| opendevmeet | Meeting ended Tue Oct 14 13:40:17 2025 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:40 |
| opendevmeet | Minutes: https://meetings.opendev.org/meetings/networking/2025/networking.2025-10-14-13.00.html | 13:40 |
| opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/networking/2025/networking.2025-10-14-13.00.txt | 13:40 |
| opendevmeet | Log: https://meetings.opendev.org/meetings/networking/2025/networking.2025-10-14-13.00.log.html | 13:40 |
| mlavalle | \o | 13:40 |
| lajoskatona | o/ | 13:40 |
| ralonsoh | bye | 13:40 |
| ykarel | o/ | 13:40 |
| opendevreview | Fernando 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/+/962179 | 14:05 |
| opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Fix pylint version constraint https://review.opendev.org/c/openstack/ovn-octavia-provider/+/963966 | 14:25 |
| opendevreview | Fernando 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/+/962179 | 14:31 |
| opendevreview | Rodolfo 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/+/962155 | 15:03 |
| opendevreview | Merged openstack/neutron master: Add the ``ironic-tempest-ovn-uefi-ipmi-pxe`` CI job https://review.opendev.org/c/openstack/neutron/+/963571 | 15:30 |
| opendevreview | Jakub Libosvar proposed openstack/neutron master: bgp: Introduce BGP chassis commands https://review.opendev.org/c/openstack/neutron/+/960422 | 15:51 |
| *** gmaan_pto is now known as gmaan | 16:00 | |
| opendevreview | Jakub Libosvar proposed openstack/neutron master: bgp: OVN agent BGP extension https://review.opendev.org/c/openstack/neutron/+/960895 | 16:58 |
| opendevreview | Jakub Libosvar proposed openstack/neutron-lib master: Add the localhost IPv4 and IPv6 addresses constant https://review.opendev.org/c/openstack/neutron-lib/+/963988 | 17:01 |
| opendevreview | Jakub Libosvar proposed openstack/neutron master: bgp: Add openflow configuration for BGP bridges https://review.opendev.org/c/openstack/neutron/+/961293 | 18:02 |
| opendevreview | Jakub Libosvar proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp https://review.opendev.org/c/openstack/neutron/+/962188 | 19:35 |
| opendevreview | Merged openstack/neutron master: [S-RBAC] Change tenant_id to project_id in the API policies https://review.opendev.org/c/openstack/neutron/+/962262 | 22:29 |
| opendevreview | Merged openstack/neutron master: Use ETHERTYPE_FIELD_SIZE constant from neutron_lib https://review.opendev.org/c/openstack/neutron/+/963822 | 22:47 |
| opendevreview | Merged openstack/neutron stable/2025.1: [S-RBAC] Fix policies for local_ip_association https://review.opendev.org/c/openstack/neutron/+/963824 | 22:48 |
| opendevreview | Merged openstack/neutron stable/2024.2: [S-RBAC] Fix policies for local_ip_association https://review.opendev.org/c/openstack/neutron/+/963825 | 22:48 |
| opendevreview | Merged openstack/neutron stable/2025.2: [S-RBAC] Fix policies for l3_conntrack_helpers https://review.opendev.org/c/openstack/neutron/+/963922 | 23:29 |
| opendevreview | Merged openstack/neutron stable/2025.1: [S-RBAC] Fix policies for l3_conntrack_helpers https://review.opendev.org/c/openstack/neutron/+/963923 | 23:39 |
| opendevreview | Merged openstack/neutron stable/2024.1: [S-RBAC] Fix policies for l3_conntrack_helpers https://review.opendev.org/c/openstack/neutron/+/963925 | 23:39 |
| opendevreview | Merged openstack/neutron stable/2024.2: [S-RBAC] Fix policies for l3_conntrack_helpers https://review.opendev.org/c/openstack/neutron/+/963924 | 23:39 |
| opendevreview | Merged openstack/neutron stable/2025.2: [S-RBAC] Fix policies for local_ip_association https://review.opendev.org/c/openstack/neutron/+/963823 | 23:39 |
| opendevreview | Merged openstack/neutron master: Allow restoration of tun_ofports on agent restart https://review.opendev.org/c/openstack/neutron/+/860270 | 23:40 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!