opendevreview | Rodolfo Alonso proposed openstack/neutron master: Initialize the policy enforcer for the "tagging" service plugin https://review.opendev.org/c/openstack/neutron/+/924656 | 05:57 |
---|---|---|
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Initialize the policy enforcer for the "tagging" service plugin https://review.opendev.org/c/openstack/neutron/+/924656 | 06:04 |
ykarel | ralonsoh, https://review.opendev.org/c/openstack/devstack/+/924473 seems to have broken couple of jobs as rpc-server not running | 06:40 |
* ykarel reports bug | 06:40 | |
ralonsoh | ykarel, which ones? | 06:40 |
ykarel | seen couple of in periodic line | 06:41 |
ykarel | example https://zuul.openstack.org/build/f5bb761904144c748fcecdf88a516072 | 06:41 |
ralonsoh | the patch is legit: we should not run the rpc-server if rpc_workers=0 | 06:41 |
ralonsoh | actually this is stopping the OVN jobs that are using wsgi and rpc_workers=0 to run correctly | 06:41 |
ykarel | it's affecting ovs jobs as well | 06:42 |
ykarel | even if rpc_workers not set there | 06:42 |
ralonsoh | let me check | 06:42 |
ykarel | reported https://bugs.launchpad.net/neutron/+bug/2073844 | 06:45 |
ralonsoh | ykarel, since https://review.opendev.org/c/openstack/devstack/+/924473/3/lib/neutron#474, we should enable rpc-server explicitly | 06:51 |
ralonsoh | this is not correct, to be honest. | 06:51 |
ralonsoh | arggg this is the recommendation that I should have not followed | 06:52 |
ralonsoh | rpc-server is a neutron-api dependant service that must deployed only reading the configuration | 06:53 |
ykarel | shouldn't we use "$NEUTRON_DEPLOY_MOD_WSGI" == "True" check instead of is-service-enabled here? | 06:58 |
ykarel | as based on that flag only neutron-rpc-server is enabled or disabled | 06:59 |
ykarel | but currently is-service-enabled is checked before actually enabling rpc-server later and it fails | 07:01 |
ralonsoh | ykarel, https://bugs.launchpad.net/devstack/+bug/2073844 | 07:02 |
ralonsoh | ykarel, correct: this rpc-workers service is not a standalone service, it depends on the neutron API running on wsgi and the rpc_workers variable | 07:02 |
ralonsoh | ykarel, https://review.opendev.org/c/openstack/devstack/+/924473/comments/685689ca_7bbb1b35 | 07:03 |
ralonsoh | I should have not implemented this | 07:03 |
ykarel | ralonsoh, thx https://review.opendev.org/c/openstack/devstack/+/924693 should work now | 07:05 |
lajoskatona | ykarel, ralonsoh: any urgent review or things are on track? | 07:11 |
ralonsoh | lajoskatona, just a devstack one https://review.opendev.org/c/openstack/devstack/+/924693 | 07:12 |
ralonsoh | but I think it looks addressed | 07:12 |
lajoskatona | ralonsoh: cool | 07:12 |
ykarel | yeap we need that to unblock our gate | 07:20 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib master: Add API extension ``tag-creation`` https://review.opendev.org/c/openstack/neutron-lib/+/924700 | 07:56 |
ralonsoh | ykarel, https://review.opendev.org/c/openstack/requirements/+/924494/comments/001a07f3_9b18de19 | 08:14 |
ralonsoh | what do you think? should we cap it in our job only? | 08:14 |
ralonsoh | lajoskatona, ^ | 08:14 |
lajoskatona | ralonsoh: nice | 08:55 |
lajoskatona | ralonsoh: I think we can do it for Neutron only but worth to bring this to TC and release/req team ( I am not sure who is the good candidate for this). I understand that on non-master branches we do not bump dependencies only in case of serious (like security issue) but this is something the opposite... | 08:58 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: DNM == Add new "tagging" API method: create (POST) https://review.opendev.org/c/openstack/neutron/+/924724 | 11:11 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib master: Add API extension ``tag-creation`` https://review.opendev.org/c/openstack/neutron-lib/+/924700 | 11:17 |
*** iurygregory__ is now known as iurygregory | 12:17 | |
ykarel | ralonsoh, yes let's confirm as lajoskatona said, but /me still not sure if adding in global constraint will really help here, have you tested that already? | 12:28 |
ralonsoh | ykarel, no because I didn't spawn a 20.04 env, but I can try | 12:29 |
ykarel | ralonsoh, i meant testing failing ci job itself with depends-on | 12:29 |
ralonsoh | actually I can test that in the CI with the depends-on, I think | 12:29 |
ralonsoh | nope because I don't know if we can set this dependency, but I'll try | 12:29 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/2023.1: DNM == Testing patch https://review.opendev.org/c/openstack/requirements/+/924494 https://review.opendev.org/c/openstack/neutron/+/924728 | 12:32 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib master: Add API extension ``tag-creation`` https://review.opendev.org/c/openstack/neutron-lib/+/924700 | 12:43 |
lajoskatona | ralonsoh, ykarel: as I see the same setuptools thing hit glance zed (TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero') so as I see this is an openstack global thing for some older branches on older distros.... | 12:50 |
lajoskatona | the glance patch: https://review.opendev.org/c/openstack/glance/+/923307/4 | 12:50 |
ralonsoh | thus makes sense to make it global in requirements | 12:51 |
ralonsoh | if it works | 12:51 |
lajoskatona | +1, let's see | 12:51 |
ralonsoh | lajoskatona, ykarel ok, this is fixing nothing. Maybe we can cap this library in our requirements file | 13:15 |
ykarel | ralonsoh, me neither sure if even that will help based on symptoms :( | 13:16 |
ykarel | may be we just disable dbcounter on the impacted jobs | 13:16 |
ralonsoh | I can try that | 13:16 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/2023.1: DNM == Testing 2023.1 issue with setuptools https://review.opendev.org/c/openstack/neutron/+/924728 | 13:20 |
ykarel | MYSQL_GATHER_PERFORMANCE=False in jobs or even consider disable in impacted stable/unmaintained devstack | 13:21 |
ralonsoh | ^^ | 13:21 |
ykarel | ++ that should work | 13:25 |
opendevreview | yatin proposed openstack/neutron stable/2023.1: DNM == Testing 2023.1 issue with setuptools https://review.opendev.org/c/openstack/neutron/+/924728 | 13:27 |
ykarel | updated just to avoid running all the jobs | 13:27 |
lajoskatona | ykarel, ralonsoh: good idea, I check that for glance also | 13:37 |
ykarel | lajoskatona, i see multiple projects and jobs impacted in stable/2023.1 and unmaintained/zed, so once we confirm above fix, we can aim to fix it in devstack itself to fix all jobs together | 13:38 |
lajoskatona | ykarel: yes, just in glance a lot of jobs impacted so fixing one-by-one is not optimal | 13:39 |
ykarel | +1 | 13:39 |
opendevreview | Chris Buggy proposed openstack/ovn-octavia-provider master: Error log for missing certs with NB and SB DBs https://review.opendev.org/c/openstack/ovn-octavia-provider/+/924059 | 13:58 |
mlavalle | #startmeeting networking | 14:00 |
opendevmeet | Meeting started Tue Jul 23 14:00:23 2024 UTC and is due to finish in 60 minutes. The chair is mlavalle. 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 |
mlavalle | Ping list: bcafarel, elvira, frickler, mlavalle, mtomaska, obondarev, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, amotoki, haleyb, ralonsoh | 14:00 |
ykarel | o/ | 14:00 |
ralonsoh | hello | 14:00 |
elvira | o/ | 14:00 |
mtomaska | o/ | 14:00 |
cbuggy | o/ | 14:00 |
frickler | \o | 14:00 |
bcafarel | o/ | 14:01 |
rubasov | o/ | 14:01 |
obondarev | o/ | 14:01 |
lajoskatona | o/ | 14:01 |
mlavalle | #topic announcements | 14:02 |
mlavalle | We are now in Dalmatian release week (R - 10) | 14:02 |
mlavalle | Non-client library freeze: August 22nd, 2024 (R-6 week) | 14:02 |
jlibosva | o/ | 14:03 |
mlavalle | Client library freeze: August 29th, 2024 (R-5 week) | 14:03 |
mlavalle | Dalmatian-3 milestone: August 29th, 2024 (R-5 week) | 14:03 |
mlavalle | Last week haleyb|out commented that we are on track with our plans based on ptg etherpad | 14:04 |
mlavalle | so chances are taht is still the case | 14:04 |
mlavalle | 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:05 |
mlavalle | Even though haleyb|out is on PTO, slaweq has kindly offered to facilitate this coming Friday's meeting | 14:05 |
mlavalle | Any other announcements from the team? | 14:07 |
lajoskatona | nothing from me | 14:07 |
frickler | seems registration for the ptg is not open https://openinfra.dev/ptg/ | 14:08 |
mlavalle | ok, moving on | 14:08 |
frickler | s/not/now | 14:08 |
lajoskatona | frickler: thanks for headsup | 14:08 |
mlavalle | frickler: thanks for the heads up! | 14:08 |
mlavalle | #topic bugs | 14:08 |
mlavalle | last week mtomaska was the bug deputy (thanks!). This is his report https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/MXRU7R6KQM2DUWXLGR3PGS4O3M5VZTLC/ | 14:09 |
mtomaska | Sure so there are two bugs that need attention. | 14:10 |
mtomaska | https://bugs.launchpad.net/neutron/+bug/2073567 Needs owner. I can do this one this week | 14:11 |
mtomaska | unless someone already has a patch for it | 14:11 |
mlavalle | mtomaska: are you assigning it to yourself? | 14:11 |
mtomaska | Yes, I will | 14:11 |
mlavalle | thanks | 14:12 |
mtomaska | Then there is this one https://bugs.launchpad.net/neutron/+bug/2073509. Very clear reproducing steps, it is about neutron fwaas which I know very little about. I know it is based on iptables. I am wondering if blocking VMs on the same subnet should be doable with fwaas? | 14:13 |
ralonsoh | according to the documentation is possible | 14:14 |
ralonsoh | with API v2.0 (that is quite old) | 14:14 |
lajoskatona | I started to look into it, and asked for some more info to be clear with reproduction, hope tomorrow I will have some time for it | 14:14 |
lajoskatona | worst case I check with the guys who recently added new things to fwaas | 14:15 |
mtomaska | The initial description has pretty good reproducing steps | 14:15 |
mlavalle | thanks lajoskatona | 14:15 |
mtomaska | yeah I did not know who is the fwaas expert around here :) | 14:16 |
mlavalle | I don't think we have an expert here but we know who to reach out for | 14:16 |
lajoskatona | mtomaska: I saw that there are some show command outputs in pastes, I will check tham also | 14:17 |
mtomaska | ack | 14:17 |
mlavalle | mtomaska: thanks for the reader's digest. Any other comments? | 14:18 |
mtomaska | Besides those two bugs, rest of the bugs were around CI which were claimed by ykarel and ralonsoh | 14:18 |
mtomaska | that is all I have for the bug deputy | 14:19 |
mlavalle | ack | 14:19 |
mlavalle | thanks again | 14:19 |
mlavalle | any other bugswe should highlight today? | 14:19 |
mlavalle | I take that as a no | 14:21 |
mlavalle | #topic community-goals | 14:21 |
mlavalle | I don't thin slaweq is attending the meeting to provide an update on the rbac comunity goal | 14:21 |
bcafarel | no he is off this afternoon | 14:22 |
mlavalle | in that case let's give the stage to ralonsoh in case he has an update on eventlet removal | 14:23 |
ralonsoh | just a few of them | 14:23 |
ralonsoh | ykarel, found an issue with the wsgi migration | 14:23 |
ralonsoh | https://review.opendev.org/c/openstack/devstack/+/924693 | 14:23 |
ralonsoh | this is the patch; now I'll continue with the migration of the jobs from eventlet to wsgi | 14:23 |
ralonsoh | after that, I'll start with the l3 agent | 14:24 |
ralonsoh | and a couple of related patches: | 14:24 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/924582 | 14:24 |
ralonsoh | (the other one is merged) | 14:25 |
ralonsoh | thanks! | 14:25 |
mlavalle | is this latest patch ready for review? | 14:25 |
ralonsoh | yes | 14:25 |
mlavalle | ok, in my pile | 14:25 |
mlavalle | #topic Bug deputy for this week and next | 14:26 |
mlavalle | I forgot in the bugs topic about the deputy | 14:26 |
mlavalle | This week it is bcafarel and next it is elvira | 14:26 |
mlavalle | are you both ok with it? | 14:27 |
bcafarel | on it for this weeek! | 14:27 |
elvira | ack! | 14:27 |
mlavalle | :-) | 14:28 |
mlavalle | #topic on-demand | 14:28 |
mlavalle | any other topics to discuss with the team this week? | 14:29 |
lajoskatona | just an (not so) interesting video from linux foundation about the new legislation in EU: https://youtu.be/uOk4WIFddsc?si=ZJvvo8p6hltzF7Rj | 14:30 |
mlavalle | thanks! | 14:30 |
lajoskatona | The cyber resiliency act has impact on how the EU laws/rules (????) affect opensource and the guy is not a lawyer but a developer so it is quite easy to understand what he says :-) | 14:30 |
mlavalle | LOL, no legaleese. that's good | 14:31 |
mtomaska | :like | 14:32 |
mlavalle | ok, please remember that we have CI meeting in 28 minutes, same channel | 14:32 |
mlavalle | ykarel: video this time? | 14:32 |
mlavalle | #endmeeting | 14:34 |
opendevmeet | Meeting ended Tue Jul 23 14:34:09 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:34 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/networking/2024/networking.2024-07-23-14.00.html | 14:34 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/networking/2024/networking.2024-07-23-14.00.txt | 14:34 |
opendevmeet | Log: https://meetings.opendev.org/meetings/networking/2024/networking.2024-07-23-14.00.log.html | 14:34 |
lajoskatona | o/ | 14:34 |
ralonsoh | bye | 14:34 |
ralonsoh | ykarel, you know I can't attend the CI meeting but don't hesitate to ping me tomorrow with any bug or investigation to be done | 14:34 |
ralonsoh | ykarel, MYSQL_GATHER_PERFORMANCE is working, how should we proceed in devstack? | 14:34 |
mlavalle | have a great rest of the week. thanks for attending | 14:34 |
mlavalle | ykarel: I won't attend the meeting this week. I have a medical appointment this morning | 14:35 |
ralonsoh | how can we propose something to avoid this issue in older versions? or we can just check if ubuntu==20.04 and negate this config variable | 14:35 |
ykarel | mlavalle, ralonsoh ack | 14:35 |
ykarel | ralonsoh, i think instead of adding more logic to conditional disable, just changing the defaults in impacted branch should be ok in devstack code or devstack base jobs | 14:36 |
ykarel | whichever qa team prefer | 14:37 |
ykarel | as multiple jobs and projects are impacted | 14:37 |
ralonsoh | perfect for me | 14:37 |
lajoskatona | ralonsoh: can't we just change the default in devstack for old branches somewhere here on master: https://opendev.org/openstack/devstack/src/branch/master/stackrc#L203 | 14:40 |
ralonsoh | lajoskatona, yes, this is what ykarel is proposing | 14:40 |
ralonsoh | I'm pushing a patch now | 14:40 |
lajoskatona | +1, thanks | 14:40 |
ralonsoh | folks: https://review.opendev.org/c/openstack/devstack/+/924740 | 14:51 |
bcafarel | ykarel: may be low attendance for CI meeting, I won't be able to join either (nothing I have seen in stable backports, but I am way behind on my reviews :/ ) | 14:52 |
ykarel | bcafarel, thx for the heads up, yeap not much activity in stable this week, and some already known issues | 14:52 |
lajoskatona | ralonsoh: thanks for the patch | 15:01 |
ykarel | #startmeeting neutron_ci | 15:02 |
opendevmeet | Meeting started Tue Jul 23 15:02:35 2024 UTC and is due to finish in 60 minutes. The chair is ykarel. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:02 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:02 |
opendevmeet | The meeting name has been set to 'neutron_ci' | 15:02 |
ykarel | Ping list: bcafarel, lajoskatona, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira | 15:02 |
ykarel | This will be video meeting this time: https://meetpad.opendev.org/neutron-ci-meetings | 15:02 |
lajoskatona | o/ | 15:03 |
ykarel | #topic Stable branches | 15:05 |
ykarel | - https://bugs.launchpad.net/neutron/+bug/2073585 - workaround being tested/applied | 15:05 |
ykarel | - https://bugs.launchpad.net/neutron/+bug/2072567 - fix under review | 15:05 |
ykarel | #topic Stadium projects | 15:06 |
ykarel | #topic Rechecks | 15:06 |
ykarel | #topic fullstack/functional | 15:07 |
ykarel | test_subport_delete | 15:07 |
ykarel | - https://fc035d4166057443d273-9e0477d6144af66a12f4a85c337959e0.ssl.cf1.rackcdn.com/907313/25/gate/neutron-functional-with-uwsgi/51b49d1/testr_results.html | 15:07 |
ykarel | - https://c6bc260fb8a50c93c7b6-115c1089095738e3e088969e8724f0ca.ssl.cf2.rackcdn.com/924374/3/check/neutron-functional-with-uwsgi/2adbc4d/testr_results.html | 15:07 |
ykarel | #topic Tempest/Scenario | 15:08 |
ykarel | - https://69751f1a73c6463d4ffb-308d85d8625749d114b87463455a8ad0.ssl.cf5.rackcdn.com/907313/25/gate/neutron-tempest-plugin-ovn/7601036/testr_results.html | 15:08 |
ykarel | - https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_0c2/923391/8/gate/neutron-tempest-plugin-ovn/0c264d6/testr_results.html | 15:08 |
ykarel | Looks similar to https://bugs.launchpad.net/neutron/+bug/2007166 | 15:08 |
ykarel | - https://bugs.launchpad.net/neutron/+bug/2073844 - Couple of jobs broken as rpc-server not enabled since patch 924473 - Fix merged today | 15:11 |
ykarel | - https://bugs.launchpad.net/neutron/+bug/2073582 - random failures in scenario jobs as processes oom-killed - Fixed by increasing swap required by recent flavor mem size bump in devstack | 15:11 |
ykarel | #topic Periodic | 15:11 |
ykarel | - https://bugs.launchpad.net/neutron/+bug/2073844 - same as above, Fix already merged | 15:12 |
ykarel | - https://bugs.launchpad.net/neutron/+bug/2072567 - same as above, fixes under review | 15:12 |
ykarel | #topic Grafana | 15:12 |
ykarel | https://grafana.opendev.org/d/f913631585/neutron-failure-rate | 15:12 |
ykarel | #topic On Demand | 15:13 |
ykarel | #endmeeting | 15:14 |
opendevmeet | Meeting ended Tue Jul 23 15:14:36 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:14 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2024/neutron_ci.2024-07-23-15.02.html | 15:14 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2024/neutron_ci.2024-07-23-15.02.txt | 15:14 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2024/neutron_ci.2024-07-23-15.02.log.html | 15:14 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: [Docs] Add document with description of the RBAC roles https://review.opendev.org/c/openstack/neutron/+/924760 | 16:12 |
opendevreview | Merged openstack/neutron-lib master: Change the ``StandardAttribute`` load method to "selectin" https://review.opendev.org/c/openstack/neutron-lib/+/923926 | 17:55 |
ozzzo | I have a customer who ignored our warnings and rebuilt some VMs during a deployment, and now they have ports that Openstack thinks are active, but they aren't attached to a VM. I can fix this in the GUI by clearing Device ID, Device Owner, Binding: Host and saving, but I'm having trouble doing it from CLI. I tried stuff like: openstack port set --device "" | 18:03 |
ozzzo | (no effect), and: os port unset --device <ID> (throws an error) | 18:03 |
ozzzo | What's the trick for clearing values from CLI? | 18:03 |
opendevreview | Merged openstack/os-vif master: Remove old excludes https://review.opendev.org/c/openstack/os-vif/+/917611 | 18:05 |
jamesdenton_alt | Hello all. Quick question - We performed an upgrade from 2023.1 -> 2024.1, and are finding that OVN routers previously created had no HA attribute, while new ones have ha=true. This is fine, but any attempts to manipulate (set,delete,etc) old routers (where ha=false now) fails w/ a 500. Anyone seen anything like that? | 20:25 |
jamesdenton_alt | This is re: https://github.com/openstack/neutron/commit/b8953b543af0041fa2f3954271d8a8404c9e7a1c | 20:40 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!