opendevreview | Miguel Lavalle proposed openstack/neutron master: Fix making all user defined flavor routers HA https://review.opendev.org/c/openstack/neutron/+/913276 | 00:20 |
---|---|---|
opendevreview | Miguel Lavalle proposed openstack/neutron master: Enable HA for OVN router flavors https://review.opendev.org/c/openstack/neutron/+/901513 | 00:26 |
lajoskatona | ykarel: Hi, could you help me out, don't the grenade jobs were stopped on unmaintained/yoga? I cherry-picked a patch yesterday and grenade failed: https://review.opendev.org/c/openstack/neutron/+/913505 | 08:12 |
lajoskatona | ykarel: on a patch from last week there was no grenade: https://review.opendev.org/c/openstack/neutron/+/908818 so I am confused | 08:12 |
frickler | checks on that old review happened before grenade repo was transitioned I guess. you'll either need to fix these jobs now or drop them | 08:15 |
lajoskatona | frickler: ahh, thanks for the context | 08:16 |
lajoskatona | frickler: this renaming is a nightmare, just adding an extra doc line to READMEs or similar that these are dead would have been much cheaper :-) | 08:18 |
frickler | lajoskatona: yes, my suggestion is to ignore those branches unless you want to keep them alive. TC discussing how to EOL these is up for the PTG | 08:21 |
lajoskatona | frickler: thanks | 08:25 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Create an OVN DB transaction context decorator https://review.opendev.org/c/openstack/neutron/+/910538 | 08:38 |
*** liuxie is now known as liushy | 08:51 | |
kevko | Hi, on one of our environmnet I am now blocked with openvswitch with dpdk and error on start | 09:34 |
kevko | ovs-vswitchd: invalid option -- 'w' | 09:34 |
kevko | this is caused probably because "dpdk-extra", | 09:35 |
kevko | " --proc-type primary -w 0000:12:00.1 " | 09:35 |
kevko | how can I fix this ? ...openvswitch documentations saying this is regular config | 09:35 |
kevko | ovs-vsctl -t 5 get Open_vSwitch . other_config | 09:36 |
kevko | {dpdk-extra=" --proc-type primary -w 0000:12:00.1 ", dpdk-hugepage-dir="/dev/hugepages", dpdk-init="true", dpdk-lcore-mask="0x1", dpdk-mem-channels="4", dpdk-socket-mem="4096", pmd-cpu-mask="0x2"} | 09:36 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] "Logical_Router" pinned to chassis, OVN L3 scheduler https://review.opendev.org/c/openstack/neutron/+/909194 | 10:10 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Provide HA functionality to "Logical_Router" chassis pinning https://review.opendev.org/c/openstack/neutron/+/909437 | 10:10 |
ralonsoh | kevko sorry, maybe you should ask to openvswitch folks | 10:13 |
ralonsoh | I have no idea about dpdk configuration or deployment | 10:13 |
ralonsoh | where this "w" flag is defined in the documentation? | 10:13 |
kevko | ralonsoh: thanks, i've already figured out -> https://review.opendev.org/c/openstack/kolla-ansible/+/913653 | 10:45 |
kevko | ralonsoh: this is for clean deploymnet ...what I've needed to was manually get the config from ovsdb and rewrite from -w to -a .... i've also fixed kolla-ansible ovs-dpdk.sh script which is generating also config as you can see above | 10:46 |
kevko | ralonsoh: now working | 10:47 |
fnordahl | lajoskatona: I wondered if you had a spare moment for a look at https://review.opendev.org/q/topic:%222023-aa-l3-gw-multihoming%22+status:open the client patches are open with one +2, and there is a documentation piece that finalises the Neutron server part | 10:55 |
opendevreview | Michel Nederlof proposed openstack/ovn-bgp-agent master: Fix placement of lsp when external_ids not in sync https://review.opendev.org/c/openstack/ovn-bgp-agent/+/913654 | 11:04 |
lajoskatona | fnordahl: sure I can check them | 11:09 |
*** sfinucan is now known as stephenfin | 11:38 | |
opendevreview | Merged openstack/ovn-bgp-agent master: Update master for stable/2024.1 https://review.opendev.org/c/openstack/ovn-bgp-agent/+/912898 | 11:43 |
opendevreview | Merged openstack/python-neutronclient master: Update master for stable/2024.1 https://review.opendev.org/c/openstack/python-neutronclient/+/911904 | 12:43 |
opendevreview | Merged openstack/ovn-bgp-agent master: Fix placement of lsp when external_ids not in sync https://review.opendev.org/c/openstack/ovn-bgp-agent/+/913654 | 12:49 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-bgp-agent stable/2024.1: Fix placement of lsp when external_ids not in sync https://review.opendev.org/c/openstack/ovn-bgp-agent/+/913508 | 12:59 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-bgp-agent stable/2023.2: Fix placement of lsp when external_ids not in sync https://review.opendev.org/c/openstack/ovn-bgp-agent/+/913509 | 12:59 |
Luzi | hi, i have a question for the default security group rules, is someone around who can help me? | 13:01 |
lajoskatona | fnordahl: Hi, could you please check this ovsdbapp failure: https://bugs.launchpad.net/ovsdbapp/+bug/2058264 | 13:02 |
lajoskatona | fnordahl: something failes around bfd, perhaps you have a quick tip for it | 13:03 |
lajoskatona | Luzi: Hi, slaweq is the master of default sec-groups, but I can try also perhaps :-) | 13:04 |
Luzi | lajoskatona, i stumbled upon the CLI part and tried to create a rule that will only be applied to default sec-group. | 13:05 |
Luzi | but the created rule will also be applied to the custom groups. The reason is here:https://github.com/openstack/python-openstackclient/blob/2f9a523765ca99c9ef9a6968e430bab102f3208d/openstackclient/network/v2/default_security_group_rule.py#L145 | 13:06 |
otherwiseguy | stephenfin: welcome back! :) If you get a chance in the next few days, https://review.opendev.org/c/openstack/oslo.service/+/911627 could use a review and potential second +2. | 13:06 |
Luzi | Should the CLI always default to True for custom sec-groups? | 13:07 |
*** mklejn__ is now known as mklejn | 13:11 | |
lajoskatona | Luzi: here is a patch for the same thing if I understand your problem: https://review.opendev.org/c/openstack/python-openstackclient/+/909815 , please check it | 13:11 |
Luzi | lajoskatona, thank you that is exactly what i was looking for :) | 13:13 |
lajoskatona | Luzi: cool, You are lucky :-) | 13:20 |
lajoskatona | Luzi: I will ask slaweq to review it also | 13:21 |
slaweq | Luzi lajoskatona yes, this looks good for me, I just gave +2 for that patch | 13:24 |
slaweq | maybe gtema can also review and approve it | 13:24 |
Luzi | nice, thank you :) | 13:24 |
gtema | approved | 13:26 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: Fix placement of lsp when external_ids not in sync https://review.opendev.org/c/openstack/ovn-bgp-agent/+/913509 | 13:27 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: Fix placement of lsp when external_ids not in sync https://review.opendev.org/c/openstack/ovn-bgp-agent/+/913508 | 13:27 |
haleyb | lajoskatona: can you take a look at https://review.opendev.org/c/openstack/neutron-lib/+/911895 ? thanks | 13:38 |
opendevreview | Merged openstack/os-ken master: Update master for stable/2024.1 https://review.opendev.org/c/openstack/os-ken/+/911898 | 13:52 |
fnordahl | lajoskatona: sure, looking | 13:52 |
opendevreview | Merged openstack/ovsdbapp master: Update master for stable/2024.1 https://review.opendev.org/c/openstack/ovsdbapp/+/911901 | 13:53 |
lajoskatona | haleyb: done | 13:53 |
haleyb | lajoskatona: ack, thanks | 13:53 |
ralonsoh | quite active today the chat, nice to see that | 13:55 |
ralonsoh | haleyb, hey! about the repo owners | 13:56 |
ralonsoh | I think I didn't add you in CC to the mails I sent 1 year ago | 13:56 |
ralonsoh | I added Lajos and Slawek because they were the previous PTLs | 13:56 |
haleyb | ralonsoh: that's fine, i read through the etherpad and think there were just those few leftover | 13:56 |
ralonsoh | I added, in the etherpad, the updates and those who didn't reply (twice) | 13:57 |
ralonsoh | and if you have time: https://review.opendev.org/c/openstack/neutron-lib/+/912273 | 13:57 |
ralonsoh | ^^ thanks in advance | 13:57 |
ralonsoh | note: this extension is in development, so it is NOT used right now | 13:58 |
haleyb | can look after meeting | 13:59 |
ralonsoh | for sure, short patch | 13:59 |
* haleyb remembers that patch | 13:59 | |
haleyb | #startmeeting networking | 14:00 |
opendevmeet | Meeting started Tue Mar 19 14:00:38 2024 UTC and is due to finish in 60 minutes. The chair is haleyb. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
opendevmeet | The meeting name has been set to 'networking' | 14:00 |
haleyb | Ping list: bcafarel, elvira, frickler, mlavalle, mtomaska, obondarev, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, amotoki, haleyb, ralonsoh | 14:00 |
mlavalle1 | \o | 14:00 |
ralonsoh | hello | 14:00 |
obondarev | hi | 14:01 |
isabek | Hi | 14:01 |
elvira | o/ | 14:01 |
bcafarel | o/ | 14:01 |
frickler | o/ | 14:01 |
jcosmao | hi | 14:01 |
slaweq | o/ | 14:01 |
haleyb | #topic announcements | 14:01 |
opendevreview | Merged openstack/neutron-lib master: Update master for stable/2024.1 https://review.opendev.org/c/openstack/neutron-lib/+/911895 | 14:01 |
mlavalle1 | haleyb: did you miss something in the ping command. I didn't get pinged by my client | 14:01 |
lajoskatona | o/ | 14:02 |
haleyb | mlavalle1: you have a 1 on the end | 14:02 |
rubasov | o/ | 14:02 |
* haleyb just cut/pastes | 14:02 | |
mlavalle1 | ah ok, it's me | 14:02 |
haleyb | We are now past RC1 (R - 2) | 14:03 |
haleyb | Final RC deadline: March 28th, 2024 (R-1 week) | 14:03 |
haleyb | Final 2024.1 Caracal release: April 3rd, 2024 | 14:03 |
haleyb | stable/2024.1 branches have been created | 14:03 |
haleyb | Release-critical bugs must be cherry-picked to stable/2024.1 after merging to master | 14:03 |
ralonsoh | congrats everyone for this new release (almost ready)! | 14:04 |
haleyb | Does anyone have anything critical for 2024.1 ? | 14:04 |
lajoskatona | yeah, a new release again :-) | 14:05 |
haleyb | ralonsoh: yes, i think we merged some big things | 14:05 |
ralonsoh | nothing critical that I remember | 14:05 |
haleyb | i didn't either, but sometimes patch emails go missing | 14:06 |
haleyb | Looking forward... | 14:06 |
haleyb | Dalmation / 2024.2 schedule proposed: https://review.opendev.org/c/openstack/releases/+/906050 | 14:06 |
haleyb | PTG April 8-12, please register if have not already | 14:07 |
haleyb | #link https://ptg2024.openinfra.dev/ | 14:07 |
haleyb | Please also add name and topics to Etherpad | 14:07 |
haleyb | #link https://etherpad.opendev.org/p/apr2024-ptg-neutron | 14:07 |
haleyb | it was just created so is empty | 14:07 |
slaweq | haleyb do You have already time slots booked? | 14:07 |
* mlavalle1 will miss April 8th. TRotal eclipse day in Austin | 14:08 | |
haleyb | slaweq: no but i will set some aside for tues/wed/thursday that week | 14:08 |
lajoskatona | mlavalle1: sounds like a good program :-) | 14:09 |
haleyb | mlavalle1: i don't think we'll have anything that monday the 8th | 14:09 |
slaweq | haleyb ok, please try to not overlap with TC sessions https://etherpad.opendev.org/p/apr2024-ptg-os-tc | 14:09 |
slaweq | thx in advance :) | 14:10 |
slaweq | especially Monday session which will be tc and community leaders interaction | 14:10 |
haleyb | slaweq: ack | 14:10 |
slaweq | so more folks from here may be interested | 14:10 |
ralonsoh | sorry (again) for not attending this PTG, I'll be in parental leave (2nd round) | 14:11 |
haleyb | ralonsoh: you will be missed (again), good luck with diapers :) | 14:12 |
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 | 14:12 |
haleyb | ralonsoh: i see you had an rfe bug this week, right? | 14:13 |
ralonsoh | yes, a short one | 14:13 |
ralonsoh | but we can wait until I get back from the leave | 14:13 |
slaweq | just FYI: I will not be able to attend this week's drivers meeting | 14:14 |
haleyb | ralonsoh: ok, so don't put in this friday's meeting? i'm fine waiting as it almost seems a bug fix/feature gap | 14:15 |
ralonsoh | perfect | 14:15 |
haleyb | ack, thanks, i will send email about drivers meeting but no current agenda | 14:16 |
haleyb | any other announcements? | 14:16 |
haleyb | oh, since i know it was raised before, there are two changes to be aware of - both governance | 14:18 |
haleyb | #link https://review.opendev.org/c/openstack/governance/+/908862 | 14:18 |
haleyb | Define testing runtime for 2024.2 release | 14:18 |
haleyb | nothing ground-breaking - remove py3.8, add py3.12 as non-voting | 14:19 |
ralonsoh | we are going to have fun with 3.12 and eventlet... | 14:19 |
frickler | also not sure if mentioned last week, 1 day left to vote for TC | 14:19 |
haleyb | ralonsoh: that was the other change | 14:19 |
haleyb | #link https://review.opendev.org/c/openstack/governance/+/902585 | 14:19 |
haleyb | Migrate eventlet usages to asyncio | 14:20 |
ralonsoh | I would like, if possible, to have some output from the PTG | 14:20 |
ralonsoh | related to this migration | 14:20 |
haleyb | this has a good roadmap of where openstack is going with eventlet | 14:20 |
ralonsoh | in particular how asyncio will replace eventlet | 14:20 |
mlavalle1 | big doucument | 14:20 |
ralonsoh | (and I'm looking, for example, to AsyncProcess) | 14:20 |
lajoskatona | +1 for the eventlet asyncio thing | 14:21 |
lajoskatona | I mean to have a decisison | 14:21 |
haleyb | yes, we are past the short-term steps there and into medium term, but it's potentially a lot | 14:22 |
haleyb | sorry, interrupted here | 14:24 |
haleyb | anyways, i will add this topic to the ptg | 14:24 |
lajoskatona | thanks haleyb | 14:24 |
mlavalle1 | yes, definitely we need to talk about it +1 | 14:24 |
haleyb | the governance doc is long, but thorough | 14:25 |
haleyb | oh, and as frickler noted, 1 day left for TC voting | 14:27 |
haleyb | ok, moving on | 14:28 |
haleyb | #topic bugs | 14:28 |
haleyb | isabek was the deputy this week, thanks! | 14:28 |
haleyb | #link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/JB4BK7B6EATK7GQNZVMRRM5FVUC63U5U/ | 14:28 |
haleyb | most bugs were picked-up and being worked on | 14:29 |
haleyb | will talk about a couple | 14:29 |
haleyb | #link https://bugs.launchpad.net/neutron/+bug/2057942 | 14:29 |
haleyb | external_gateways KeyError when running add_gw_port_info_to_logical_router_port | 14:30 |
haleyb | this wound-up being a bad cherry-pick | 14:30 |
haleyb | so i wanted to make reviewers aware that the active-active l3 gateway changes will impact backports to stable before 2023.2 | 14:31 |
haleyb | that one only had a unit test, so passed the gate | 14:31 |
haleyb | next bug | 14:33 |
haleyb | this one is unassigned | 14:33 |
haleyb | #link https://bugs.launchpad.net/neutron/+bug/2058018 | 14:33 |
haleyb | AssertionError: do not call blocking functions from the mainloop | 14:33 |
haleyb | seen in a tempest run | 14:33 |
ralonsoh | I think this one is related to https://bugs.launchpad.net/neutron/+bug/2056366 | 14:33 |
ralonsoh | and I would like to know where is this happening | 14:33 |
ralonsoh | I would like to have the logs, to check that this is happening when the neutron server is stopping | 14:34 |
ralonsoh | I'll ping the reporter | 14:34 |
mlavalle1 | I see it every time I restart the neutron server | 14:34 |
haleyb | ralonsoh: ack, thanks | 14:34 |
haleyb | mlavalle1: oh, that seems related to the signal issue, does it happen with otherwiseguy's patch applied? | 14:35 |
mlavalle1 | ralonsoh: just restart the neutron server with a devstack built with master | 14:35 |
ralonsoh | is this happening at this time? | 14:35 |
mlavalle1 | haleyb: I don't know. I can test otherwiseguy patch if you want | 14:35 |
haleyb | mlavalle1: you just mean the hash ring backtrace happens, right? | 14:36 |
mlavalle1 | ralonsoh: it is happening with a devstack I built with last week's master. so most likley yes | 14:36 |
ralonsoh | otherwiseguy is working fine, the Neutron server stops much faster | 14:36 |
otherwiseguy | o/ | 14:36 |
ralonsoh | mlavalle1, perfect, so then the issue is related and fixed by otherwiseguy patch | 14:36 |
ralonsoh | (patches) | 14:36 |
otherwiseguy | what ralonsoh says is truth. ;) | 14:37 |
ralonsoh | hehehe | 14:37 |
ralonsoh | otherwiseguy, context: https://bugs.launchpad.net/neutron/+bug/2058018 | 14:37 |
ralonsoh | I think this is related to what you are fixing | 14:37 |
haleyb | otherwiseguy: o/ was easier to reference you than the patch i can't find :) | 14:37 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/911625 | 14:37 |
otherwiseguy | https://review.opendev.org/c/openstack/oslo.service/+/911627 | 14:37 |
otherwiseguy | Just waiting on that 2nd +2 on the oslo-service one. | 14:38 |
otherwiseguy | There aren't a lot of people that can do that. | 14:38 |
otherwiseguy | stephenfin is one of them. ;) | 14:38 |
haleyb | otherwiseguy: and that would need backports as well, correct? we can't just fix this in neutron? | 14:38 |
otherwiseguy | Yeah, ideally both would be backported as far as we are willing. | 14:39 |
otherwiseguy | Neutron hasn't really been exiting on SIGTERM in a very long time. | 14:39 |
haleyb | zed is all we can do these days | 14:40 |
otherwiseguy | +1 | 14:40 |
haleyb | thanks for working on that, can't believe it's been around this long | 14:41 |
haleyb | any other bugs to discuss? | 14:41 |
haleyb | This week lajoskatona is the bug deputy, next week will be ykarel - is that ok for both of you? | 14:41 |
lajoskatona | haleyb: I am on it | 14:41 |
haleyb | +1 | 14:42 |
ykarel | fine by me, i have some holidays next week, but can cover on other days :) | 14:42 |
haleyb | ack, thanks | 14:42 |
haleyb | and our bug stats this week were | 14:42 |
haleyb | Current bug count this week: 723, up 5 from last week | 14:42 |
haleyb | i wasn't able to look at too many and close, but we're doing ok | 14:43 |
haleyb | moving on | 14:43 |
haleyb | #topic specs | 14:43 |
haleyb | #link https://review.opendev.org/q/project:openstack%252Fneutron-specs+status:open | 14:43 |
haleyb | we should move those to the 2024.2 directory | 14:44 |
haleyb | racosta: ^^ | 14:45 |
racosta | o/ | 14:45 |
haleyb | racosta: hi, we just need to move this as they didn't merge this cycle, will add my +2 back :) | 14:46 |
racosta | Ok, I'll move this asap. Thanks | 14:47 |
haleyb | thanks | 14:47 |
haleyb | #topic community goals | 14:48 |
haleyb | still just working on neutron client deprecation | 14:48 |
haleyb | #link https://review.opendev.org/c/openstack/horizon/+/891205 is waiting on an sdk change, same as last week | 14:49 |
lajoskatona | perhaps soon e can add the eventlet stuff :-) | 14:49 |
lajoskatona | exactly, I have to ping them, I suppose the 2024.1 rush is over so it can be merged and released soon | 14:49 |
haleyb | yes, it's not fair you're the only one working on community goals :) | 14:49 |
lajoskatona | :-) | 14:50 |
haleyb | #topic on_demand | 14:51 |
slaweq | regarding community goals, we still need to implement S-RBAC phase 3 and I plan to work on it in next cycle | 14:51 |
slaweq | it's just FYI | 14:51 |
slaweq | and also some additional testing of the service role will probably be needed - and that I also plan to work on soon | 14:52 |
haleyb | slaweq: ack, added ptg topic | 14:52 |
slaweq | haleyb thx, gmann also scheduled some session about RBAC during the PTG | 14:53 |
slaweq | I think it will be on Tuesday if I'm not mistaken | 14:53 |
haleyb | slaweq: yes, i saw that will make sure we don't conflict or just block out the time to attend it | 14:53 |
lajoskatona | https://etherpad.opendev.org/p/rbac-2024.2-ptg | 14:53 |
slaweq | haleyb thx a lot | 14:53 |
haleyb | CI meeting in a few minutes, video this week i believe | 14:54 |
ykarel | yeap | 14:54 |
mlavalle1 | Just bring folks attention to https://review.opendev.org/c/openstack/neutron/+/913276 and https://review.opendev.org/c/openstack/neutron/+/901513 | 14:55 |
mlavalle1 | they are ready for review | 14:55 |
haleyb | mlavalle1: ack, thanks! | 14:56 |
haleyb | if nothing else will give you 4 minutes back | 14:56 |
mlavalle1 | yaay! | 14:56 |
haleyb | thanks for attending, and have a good week | 14:56 |
haleyb | #endmeeting | 14:56 |
opendevmeet | Meeting ended Tue Mar 19 14:56:52 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:56 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/networking/2024/networking.2024-03-19-14.00.html | 14:56 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/networking/2024/networking.2024-03-19-14.00.txt | 14:56 |
opendevmeet | Log: https://meetings.opendev.org/meetings/networking/2024/networking.2024-03-19-14.00.log.html | 14:56 |
ralonsoh | bye | 14:56 |
mlavalle1 | o/ | 14:56 |
lajoskatona | o/ | 14:56 |
ykarel | o/ | 14:57 |
ykarel | #startmeeting neutron_ci | 15:01 |
opendevmeet | Meeting started Tue Mar 19 15:01:10 2024 UTC and is due to finish in 60 minutes. The chair is ykarel. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:01 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:01 |
opendevmeet | The meeting name has been set to 'neutron_ci' | 15:01 |
ykarel | ping bcafarel, lajoskatona, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira | 15:01 |
ykarel | This will be video meeting today: https://meetpad.opendev.org/neutron-ci-meetings | 15:01 |
ykarel | #topic Actions from previous meetings | 15:03 |
lajoskatona | o/ | 15:03 |
ykarel | slaweq to check on tobiko issue in stable branches | 15:03 |
ykarel | #info fixed in tobiko | 15:04 |
ykarel | mtomaska to check fullstack failure from last week | 15:04 |
mtomaska | https://paste.opendev.org/show/bZ1zodtavfgwgFNxAcMw/ | 15:05 |
mtomaska | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_43a/910379/2/gate/neutron-fullstack-with-uwsgi/43a8f53/testr_results.html | 15:07 |
f0o_ | Hi I'm running into an odd permission-denied issue when attempting to create a port on a shared network (via tenant-specific RBAC, not wildcard) https://paste.opendev.org/show/bVkwhTPdPRWkVypXH7nx/ - any pointers to look at? This is a stock OSA deployment | 15:08 |
ykarel | #topic Stable branches | 15:09 |
ykarel | bcafarel, any update | 15:09 |
ralonsoh | f0o_, in a meeting now in this channel, we can talk after it | 15:10 |
ykarel | #topic Stadium projects | 15:10 |
ykarel | neutron-fwaas https://zuul.openstack.org/build/9c0fecbe534549588c1f1a2141bf66a9 | 15:10 |
ralonsoh | https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_9c0/periodic-weekly/opendev.org/openstack/neutron-fwaas/master/neutron-tempest-plugin-fwaas/9c0fecb/controller/logs/screen-q-svc.txt | 15:11 |
ykarel | #action lajoskatona to check fwass failure is a one time or happens more frequently | 15:13 |
ykarel | #topic Rechecks | 15:13 |
opendevreview | Michel Nederlof proposed openstack/ovn-bgp-agent master: Add support for l3vpn with NB driver https://review.opendev.org/c/openstack/ovn-bgp-agent/+/906505 | 15:13 |
opendevreview | Frode Nordahl proposed openstack/ovsdbapp master: Fix BFD functional test, avoid comparing status column https://review.opendev.org/c/openstack/ovsdbapp/+/913688 | 15:14 |
fnordahl | lajoskatona: (^ ought to address the issue you pointed at earlier) | 15:15 |
ykarel | #topic fullstack/functional | 15:18 |
ykarel | NetworkInterfaceNotFound | 15:18 |
ykarel | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_38c/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/38c430f/testr_results.html | 15:19 |
ykarel | https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ed9/periodic/opendev.org/openstack/neutron/master/neutron-functional/ed9792d/testr_results.html | 15:19 |
ykarel | https://a240fd3256f5b2863f3d-53302f911195502b1bb2d87ad2b01ca2.ssl.cf2.rackcdn.com/913574/1/check/neutron-functional-with-uwsgi/3ded916/testr_results.html | 15:19 |
ykarel | https://2db12bf686954cafec50-571baf10d8fb9f8a9cb5a5e38315002b.ssl.cf5.rackcdn.com/912629/2/check/neutron-functional-with-uwsgi/469dc01/testr_results.html | 15:19 |
ykarel | #link https://review.opendev.org/c/openstack/neutron/+/911647 | 15:19 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/911647 | 15:19 |
ykarel | test_floatingip_mac_bindings | 15:21 |
ykarel | https://c2deb3ebe4d3800fb471-ee896de7b34caf47b7848064119af8f8.ssl.cf2.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/c97a63e/testr_results.html | 15:21 |
ykarel | https://bugs.launchpad.net/neutron/+bug/1955008 | 15:22 |
ykarel | #action ykarel to check functional failure in test test_floatingip_mac_bindings | 15:24 |
ykarel | #topic grenade | 15:24 |
ykarel | unmaintained/yoga https://review.opendev.org/c/openstack/neutron/+/913505 | 15:24 |
ykarel | related bug https://bugs.launchpad.net/neutron/+bug/2056276 | 15:25 |
ykarel | #action lajoskatona to push patch to drop grenade jobs from unmaintained branches | 15:26 |
ykarel | #topic Periodic | 15:26 |
ykarel | https://zuul.openstack.org/builds?job_name=devstack-tobiko-neutron&project=openstack%2Fneutron&branch=stable%2F2023.2&skip=0 | 15:26 |
ykarel | https://bugs.launchpad.net/neutron/+bug/2058378 | 15:27 |
ykarel | #action slaweq to look at lp 2058378 | 15:28 |
ykarel | #topic Grafana | 15:29 |
ykarel | https://grafana.opendev.org/d/f913631585/neutron-failure-rate | 15:29 |
ykarel | #topic On Demand | 15:31 |
ykarel | #endmeeting | 15:31 |
opendevmeet | Meeting ended Tue Mar 19 15:31:22 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:31 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2024/neutron_ci.2024-03-19-15.01.html | 15:31 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2024/neutron_ci.2024-03-19-15.01.txt | 15:31 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2024/neutron_ci.2024-03-19-15.01.log.html | 15:31 |
ralonsoh | f0o_, what user is executing this command? | 15:31 |
ralonsoh | this isn't an admin one, right? | 15:31 |
f0o_ | ralonsoh: nope not admin - I did some googling and I ran into similar reports such as https://bugzilla.redhat.com/show_bug.cgi?id=1683385 | 15:32 |
ralonsoh | f0o_, from the default policies | 15:32 |
ralonsoh | check_str=neutron_policy.policy_or( | 15:32 |
ralonsoh | base.ADMIN_OR_SERVICE, | 15:32 |
ralonsoh | base.NET_OWNER_MEMBER), | 15:32 |
f0o_ | This does actually match my case, I can create it via CLI and even through launch-instance on horizon - but I cannot use horizon to create ports | 15:32 |
ralonsoh | that means: you must be an admin or the net owner | 15:33 |
ralonsoh | in other cases, it won't work | 15:33 |
ralonsoh | so in case you need that, you can relax this policy in your own policy file | 15:33 |
f0o_ | that doesnt make sense because it does work through the CLI and through nova launching instances on the shared network... | 15:33 |
f0o_ | so my guess this is something Horizon is doing funky like the bugreport suggests? | 15:34 |
ralonsoh | nova will call Neutron as service user | 15:34 |
f0o_ | oh | 15:34 |
ralonsoh | what user are you using in the CLI? | 15:34 |
f0o_ | so then it IS expected behavior just feels weird | 15:34 |
ralonsoh | not at all | 15:34 |
ralonsoh | nova will create this port depending on the requested needs | 15:34 |
ralonsoh | and an admin will be able too | 15:35 |
f0o_ | gotcha | 15:35 |
f0o_ | my bad then | 15:35 |
f0o_ | thanks for the clarification! | 15:35 |
ralonsoh | yw | 15:35 |
*** f0o_ is now known as f0o | 15:35 | |
opendevreview | Lajos Katona proposed openstack/neutron-fwaas master: DNM: test tempest job execution https://review.opendev.org/c/openstack/neutron-fwaas/+/913698 | 16:11 |
opendevreview | Lajos Katona proposed openstack/neutron unmaintained/yoga: Unmaintained only: Remove grenade jobs from check and gate queue https://review.opendev.org/c/openstack/neutron/+/913700 | 16:19 |
opendevreview | Lajos Katona proposed openstack/neutron unmaintained/yoga: Unmaintained only: Remove grenade jobs from check and gate queue https://review.opendev.org/c/openstack/neutron/+/913700 | 16:20 |
fnordahl | stephenfin: some bird chirped that you were back, I did take a stab at addressing your comments on the client side of this series for when you have a spare moment to review: https://review.opendev.org/q/topic:%222023-aa-l3-gw-multihoming%22+project:openstack/python-openstackclient | 16:44 |
stephenfin | fnordahl: I will take a look but not today. Also, to the best of my knowledge we're still in feature freeze so this isn't going to be merged in Caracal. It shouldn't matter hugely since we can release whenever and OSC/SDK are usually run client side but just making sure you know | 16:54 |
opendevreview | Robert Breker proposed openstack/neutron master: Enhance IptablesFirewallDriver with remote address groups https://review.opendev.org/c/openstack/neutron/+/913708 | 18:03 |
*** jamesdenton_ is now known as jamesdenton | 18:41 | |
otherwiseguy | haleyb: I can't type 'recheck' without a typo and you people let me merge code. :p | 22:01 |
otherwiseguy | haleyb: thanks for the recheck. ;) | 22:01 |
haleyb | otherwiseguy: we're crazy like that | 22:01 |
opendevreview | Brian Haley proposed openstack/neutron master: Change OVN client to account for nested networks https://review.opendev.org/c/openstack/neutron/+/907504 | 22:14 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!