opendevreview | Brian Haley proposed openstack/neutron stable/ussuri: Change RBAC relationship loading method to "joined" https://review.opendev.org/c/openstack/neutron/+/902538 | 01:19 |
---|---|---|
opendevreview | Merged openstack/neutron stable/yoga: [Stable yoga Only] Drop ovs/ovn fips 9-stream jobs https://review.opendev.org/c/openstack/neutron/+/902289 | 02:19 |
opendevreview | Frode Nordahl proposed openstack/neutron-tempest-plugin master: Add Active Active L3 GW API test cases https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/897823 | 02:53 |
opendevreview | Frode Nordahl proposed openstack/neutron-tempest-plugin master: Add Active Active L3 GW scenario test cases https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/898810 | 02:53 |
opendevreview | yatin proposed openstack/neutron master: Create an OVN metadata namespace prefix constant https://review.opendev.org/c/openstack/neutron/+/896169 | 05:43 |
opendevreview | huanghailun proposed openstack/neutron master: Add allowed_address_pairs add/remove atomic operations https://review.opendev.org/c/openstack/neutron/+/901895 | 07:15 |
mstinsky | Greetings, I have an open bug fix for almost 2 years in neutron (https://review.opendev.org/c/openstack/neutron/+/824947) which still has pending reviews. As I dont know how to get any attention to this review I kindly ask here what needs to be done to get this reviewed by the neutron team :) | 08:03 |
opendevreview | liuyulong proposed openstack/neutron master: [Trivial] speed up l3_db floating IP port janitor DB query https://review.opendev.org/c/openstack/neutron/+/888200 | 08:09 |
ralonsoh | mstinsky, hi, can you explain this change: https://review.opendev.org/c/openstack/neutron/+/824947/10/neutron/agent/l3/ha_router.py#b344 | 08:19 |
ralonsoh | why is that needed? | 08:19 |
ralonsoh | slaweq, hello! If you have a couple of mins (no rush): https://review.opendev.org/c/openstack/neutron/+/895946 | 08:24 |
opendevreview | liuyulong proposed openstack/neutron master: Add bridge_port_mappings to direct output for physical https://review.opendev.org/c/openstack/neutron/+/868150 | 08:26 |
opendevreview | liuyulong proposed openstack/neutron master: Adds a RPC for ovs-agent to get server side config options https://review.opendev.org/c/openstack/neutron/+/868151 | 08:26 |
mstinsky | Hi, if you have an ipv6 network with radvd/router advertisement + ha router implementation the following can happen. A backup router will receives routes from the master router which will expire because it accepts router advertisements. If you failover to such a backup router all the necessary directly attached routes will not be added because there are already the received routes. But as the radvd is now | 08:27 |
mstinsky | local the default kernel parameter accept_ra_from_local is set so we dont accept our local routes from radvd anymore. So in the end the required rotues will all expire and the router namesapce is missing its ipv6 routes after that. The patch adds the ability to dynamically set the accept_ra on state changes on the qr- interface. Its all quite far in the past so I hope my memory serves me well, we are | 08:27 |
mstinsky | running with this patch backported in production since I wrote the patch. | 08:27 |
mstinsky | The bug report that is linked to the patch shows how the routes look like in a backup namespace in that state that I decribed. | 08:27 |
opendevreview | liuyulong proposed openstack/neutron master: Add meter bandwidth limit support https://review.opendev.org/c/openstack/neutron/+/860767 | 08:30 |
ralonsoh | mstinsky, the point is that what you are saying is the opposite to https://review.opendev.org/c/openstack/neutron/+/613396/7/neutron/agent/l3/ha_router.py | 08:32 |
ralonsoh | I really would like haleyb (the author of this patch and now PTL) to review your patch | 08:33 |
mstinsky | Ah wait a minute @ralonsoh I think I remember more about it while writing about it. (Sorry, its such a long time ago that I was debugging this). The main issue is when you have a double failover. Initially accept_ra is 1 for the master and 0 for all the backups. But this state is never updated on a failover as those functions are only getting executed router create or l3-agent startup. So the main issue is | 08:50 |
mstinsky | when you failover you have 'broken' accept_ra states. The old master keeps its accept_ra 1 which then accepts those ra routes, the new master stays with accept_ra 0 and only now when you failover back to the old master you loose all your routes. That is the reason why we need to set accept_ra more dynamically on state changes. | 08:50 |
ralonsoh | ok, makes sense | 08:51 |
mstinsky | @ralonsoh And regarding your question about the change in _disable_ipv6_addressing_on_interface. The patch just always sets accept_ra 0 and then lets the state change decide later what the correct value needs to be. | 09:07 |
mstinsky | I thought that might be the best action to take as on new routers we just assume all are backup so we set accept_ra 0 and then when the state change sees it transitioned to master only then we set accept_ra to 1. | 09:08 |
fnordahl | I suddenly see sphinx warnings that are treated on errors not related to my change: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/898810/comments/5457676b_a054ea60 Anyone know what's up and how to fix? | 09:32 |
sahid | o/ hello | 09:43 |
sahid | it seems that permitted_ethertype is adding flow in the egress table only, right? why don't we have also activated it for ingress? any specific reason? | 09:46 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: Fix IGMP inconsistency across drivers https://review.opendev.org/c/openstack/neutron/+/901753 | 10:49 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: [Fullstack] Remove unnecessary tests https://review.opendev.org/c/openstack/neutron/+/902633 | 10:58 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/2023.2: Allow multiple VIPs per LB https://review.opendev.org/c/openstack/ovn-octavia-provider/+/902635 | 11:08 |
*** tobias-urdin-pto is now known as tobias-urdin | 11:15 | |
*** elodilles is now known as elodilles_pto | 11:21 | |
opendevreview | Merged openstack/neutron master: Make ``OVNMechanismDriver.post_fork_initialize`` callback cancellable https://review.opendev.org/c/openstack/neutron/+/895946 | 11:37 |
opendevreview | Merged openstack/neutron master: Fix format-string-without-interpolation https://review.opendev.org/c/openstack/neutron/+/902333 | 11:38 |
opendevreview | Merged openstack/neutron master: Remove re-importation of uuid library https://review.opendev.org/c/openstack/neutron/+/902328 | 11:38 |
opendevreview | Merged openstack/neutron master: Fix deprecated-method warning https://review.opendev.org/c/openstack/neutron/+/902334 | 11:38 |
opendevreview | Merged openstack/neutron master: Fix simplifiable-if-expression warning https://review.opendev.org/c/openstack/neutron/+/902337 | 11:38 |
opendevreview | Slawek Kaplonski proposed openstack/neutron-tempest-plugin master: Add test_port_shut_down API test https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/902638 | 12:06 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: [Fullstack] Remove test_port_shut_down module https://review.opendev.org/c/openstack/neutron/+/902639 | 12:07 |
frickler | ykarel: have you seen the increase of failures to download ubuntu cloud images recently? jamespage or coreycb_ maybe you know something? see e.g. https://zuul.opendev.org/t/openstack/build/aa4ca4bdfd6441a79276334703c6e3c1/ | 12:43 |
ykarel | frickler, yes we are seeing it from quite some time | 12:44 |
lajoskatona | frickler, ykarel: isn't that general I 've seen cirros download failure also today | 12:47 |
ykarel | lajoskatona, can you share the link, cirros we should be using the cached one in the nodepool image | 12:47 |
ykarel | ubuntu one we pull so it's the one mostly impacted, and we seeing that more than a week now, sometime the failure rates are high | 12:48 |
frickler | looking at opensearch it seems to have started about 2 weeks ago, getting worse in december | 12:49 |
ykarel | yeap, frickler if you check an another occurance https://c36c0d0bf61c519c072b-3b7af1770e83762d2e3e96952ca9b2d3.ssl.cf1.rackcdn.com/901848/1/check/neutron-tempest-plugin-openvswitch-iptables_hybrid-2023-1/66a45d9/controller/logs/devstacklog.txt | 12:50 |
ykarel | here it fails 2023-11-30 10:17:02 (107 MB/s) - Read error at byte 176537600/278331392 (Connection reset by peer). Retrying. and | 12:50 |
ykarel | and then Unable to establish SSL connection. | 12:50 |
lajoskatona | ykarel: you are right, it was ubuntu not cirros | 12:50 |
jamespage | frickler: let me find out if there have been any problems | 12:56 |
opendevreview | Bernard Cafarelli proposed openstack/neutron stable/ussuri: [stable-only] Drop rally and periodic mariadb jobs https://review.opendev.org/c/openstack/neutron/+/902090 | 13:16 |
andreykurilin | Hi folks! Can anyone help me properly get rid of misleading policy warning message raised by neutron-lib while loading neutron-server? | 13:27 |
slaweq | ralonsoh haleyb ykarel lajoskatona hi, as follow up from PTG I started today some cleanup of the neutron fullstack https://review.opendev.org/q/topic:%22fullstack-cleanup%22 - please review when You will have some time | 13:28 |
lajoskatona | slaweq: +1 | 13:34 |
ykarel | ack | 13:41 |
haleyb | ping bcafarel, elvira, frickler, mlavalle, mtomaska, obondarev, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, amotoki | 14:00 |
haleyb | #startmeeting networking | 14:00 |
opendevmeet | Meeting started Tue Dec 5 14:00:14 2023 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 |
jlibosva | o/ | 14:00 |
elvira | o/ | 14:00 |
lajoskatona | o/ | 14:00 |
obondarev | o/ | 14:00 |
ykarel | o/ | 14:00 |
slaweq | o/ | 14:00 |
haleyb | #topic announcements | 14:01 |
rubasov | o/ | 14:02 |
ralonsoh | hi | 14:02 |
haleyb | Wanted to welcome ralonsoh back after his leave (and congrats!) | 14:02 |
ralonsoh | thanks a lot | 14:02 |
bcafarel | o/ | 14:02 |
mlavalle | \o | 14:02 |
mlavalle | welcome back and congrats ralonsoh | 14:03 |
ralonsoh | thanks | 14:03 |
haleyb | We are in C-2 and the C-2 milestone is Jan 8-12 which will come up quickly with the Christmas break | 14:03 |
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:04 |
haleyb | there is nothing as of today | 14:04 |
haleyb | Last Friday we had our first Review Day, thanks for taking the time for doing all the reviews! | 14:05 |
lajoskatona | \o/ | 14:05 |
haleyb | We are planning on the second one this Friday, but I realize there was a little confusion on what to prioritize | 14:06 |
haleyb | we can use the Review Priority +1/+2 flags in reviews for some things | 14:07 |
mlavalle | you set a couple of priority patches in Gerrit during the day and that worked well for me | 14:07 |
haleyb | But I also created an etherpad if you wanted to add items there | 14:07 |
haleyb | #link https://etherpad.opendev.org/p/neutron-review-days-caracal | 14:07 |
mlavalle | I followed those. We can do something similar this coming Friday | 14:07 |
slaweq | maybe You can also advertize it more on the ML so that people would know and come to IRC channel to ask for reviews more | 14:08 |
mlavalle | the etherpad works also fine | 14:08 |
haleyb | mlavalle: ack, and yes i will send another reminder to the ML | 14:08 |
slaweq | ++ | 14:08 |
ykarel | ++ | 14:08 |
ralonsoh | +1 to this | 14:08 |
haleyb | i think we made good progress on things, merged a few of the OVN L3 active/active reviews which are a little complicated | 14:09 |
haleyb | any other announcements? | 14:10 |
haleyb | #topic bugs | 14:10 |
haleyb | isabek was the deputy this week, but i did not see a report or notice them on irc at the moment | 14:11 |
slaweq | I saw email this week I think | 14:11 |
haleyb | oh, maybe i missed it | 14:11 |
slaweq | https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/TXLIYVJZOXOOP4DNPUBI7MNUUFAVO37D/ | 14:12 |
lajoskatona | strange because I also missied it in my mailbox | 14:12 |
haleyb | strange, i definitely didn't get it either | 14:12 |
lajoskatona | but yesterday it again happened that I sent out mail to openstakc-discuss and I cant see it in the arhives | 14:13 |
haleyb | so there are a few unassigned | 14:13 |
haleyb | #link https://bugs.launchpad.net/neutron/+bug/2045415 | 14:14 |
haleyb | OVN Octavia provider | 14:14 |
haleyb | froyo_: wonder if you could take a look at that? | 14:15 |
froyo_ | haleyb sure | 14:15 |
haleyb | thanks! | 14:15 |
haleyb | next bug | 14:16 |
haleyb | #link https://bugs.launchpad.net/neutron/+bug/2045237 | 14:16 |
ralonsoh | I think that one was addressed in https://review.opendev.org/q/topic:%22bug/2039550%22 | 14:16 |
ralonsoh | But I'll check it again (maybe the reporter had an old version) | 14:16 |
haleyb | ralonsoh: thanks, will add that info to the bug | 14:17 |
haleyb | the next was an rfe we discussed last week | 14:18 |
haleyb | #link https://bugs.launchpad.net/neutron/+bug/2045058 | 14:18 |
haleyb | we did not have quorom at drivers meeting to approve | 14:18 |
lajoskatona | but the idea is really promising | 14:19 |
ralonsoh | agree | 14:19 |
haleyb | ihrachys was going to work on a PoC after the holidays, we all thought it was a good idea | 14:19 |
lajoskatona | and used in Nova | 14:19 |
ykarel | +1 it's worth a try | 14:20 |
haleyb | those were the only bugs in the list, any others people want to discuss? | 14:21 |
haleyb | ok, just my weekly bug count | 14:22 |
haleyb | Current bug count this week: 755, down 7 from last week | 14:22 |
haleyb | so moving in the right direction | 14:22 |
haleyb | and this week lajoskatona is the bug deputy, next week will be yatin - is that ok with you both? | 14:23 |
lajoskatona | +1, I am on it | 14:23 |
ykarel | works for me | 14:23 |
haleyb | and just a reminder there is the Neutron CI meeting after this, believe it's video today | 14:23 |
ykarel | yeap it's video today | 14:24 |
lajoskatona | +1 | 14:24 |
haleyb | #topic specs | 14:24 |
haleyb | #link https://review.opendev.org/q/project:openstack%252Fneutron-specs+status:open | 14:25 |
haleyb | we still have 3 open, i will go through them after meetings | 14:25 |
haleyb | i believe we are close with them all after previous discussions | 14:26 |
haleyb | so any reviews will be good | 14:26 |
haleyb | #topic community_goals | 14:27 |
haleyb | lajoskatona is continuing with neutronclient deprecation | 14:27 |
haleyb | #link https://review.opendev.org/c/openstack/horizon/+/891205 | 14:27 |
haleyb | i have not had cycles to review yet myself | 14:28 |
lajoskatona | yes, I am just working on the horizon patch, I beleive that it is close | 14:28 |
lajoskatona | the 1st patch is just to make network and subnet use sdk instead of neutronclient calls | 14:28 |
haleyb | lajoskatona: thanks for the work there :) | 14:29 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron stable/2023.2: [OVN] Enhanced external port scheduling https://review.opendev.org/c/openstack/neutron/+/902157 | 14:29 |
lajoskatona | any reviews are welcome as due to the history of Horizon I am strugling to touch as few at a time as possible and I am sure that there can be much better solutions thatn the ones I tried | 14:30 |
haleyb | ok, moving on | 14:30 |
haleyb | #topic on_demand | 14:30 |
lajoskatona | the fun is treating fields that are subnet_ids on the API but subnets in SDK, or admin_state in the APi but is_admin_state_iup in SDK :-) | 14:31 |
haleyb | :) | 14:31 |
haleyb | i forgot to remove the openapi sdk item from last week, so just your two items ralonsoh | 14:32 |
ralonsoh | ok | 14:32 |
ralonsoh | so first one | 14:32 |
ralonsoh | a regression related to https://bugs.launchpad.net/neutron/+bug/1788009 | 14:32 |
ralonsoh | summary: in Ml2/OVN (any related OVS backend) we need to populate the bridge of the port in the vif details | 14:33 |
ralonsoh | I'll open a LP bug to fix that | 14:33 |
ralonsoh | the second one is more complicated | 14:33 |
ralonsoh | #link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/OQO2C4EGYUFSGUB7F6O7K2AXOONKK4TW | 14:33 |
ralonsoh | I hope you have followed the discussion in the ML list about deprecating eventlet | 14:33 |
ralonsoh | (sorry, bad link) | 14:34 |
ralonsoh | this is the correct one | 14:34 |
ralonsoh | #link https://review.opendev.org/c/openstack/governance/+/902585 | 14:34 |
ralonsoh | this is a wip patch to start an overall effort to move from eventlet to something else | 14:34 |
ralonsoh | because it is not supported in py3.12 | 14:34 |
haleyb | #link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/YO5CZDVAJ6QSF734ALWSGNOQDDAIOXKI/#RZFUTBFTUCSHKVA6SOCWWIXEH3QJHMYT was the ML thread | 14:35 |
ralonsoh | the sqlalchemy migration is going to be a joke compared to this... | 14:35 |
ralonsoh | that is just a heads-up, nothing else | 14:35 |
ralonsoh | thanks | 14:35 |
mlavalle | very interesting indeed | 14:35 |
lajoskatona | and this is the thread for it I think: https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/YO5CZDVAJ6QSF734ALWSGNOQDDAIOXKI/ | 14:35 |
haleyb | ralonsoh: yes, thanks for bringing this up, just noticed the patch but will look at the timelines proposed | 14:36 |
haleyb | So py3.12 will be a D-cycle runtime afaik | 14:37 |
ralonsoh | yes, it will be needed to attend to the TC meetings to decide what will be the strategy | 14:38 |
haleyb | ok, and i see there is a meeting today at 18:00 | 14:39 |
slaweq | 18 UTC | 14:40 |
slaweq | it will be on zoom this time | 14:40 |
haleyb | so just to recap that governance patch | 14:40 |
haleyb | short term: merge fixes and release new eventlet version | 14:41 |
haleyb | medium term: change openstack project to asyncio | 14:41 |
ralonsoh | medium term: create a oslo.aiohub to use asyncio and use it | 14:41 |
ralonsoh | long term: use native threads (but I don't know if we'll reach that) | 14:41 |
haleyb | right, as you said, still don't have everyone using sqlalchemy2 afaik | 14:42 |
haleyb | so moving to asyncio is aggressive | 14:43 |
haleyb | were there any other topics? | 14:44 |
frickler | the ML issue seems to be gmail refusing to accept mail from us btw | 14:45 |
lajoskatona | frickler: but I receive mails just not all | 14:45 |
haleyb | frickler: who needs gmail? :-p but that does explain it | 14:46 |
frickler | lajoskatona: seems some were dropped earlier today, currently their just getting deferred | 14:46 |
frickler | *they're | 14:46 |
lajoskatona | frickler: cool, thanks | 14:47 |
haleyb | hopefully it is fixed soon | 14:48 |
haleyb | ok, if nothing else i'll give people :10 minutes back | 14:49 |
haleyb | #endmeeting | 14:49 |
opendevmeet | Meeting ended Tue Dec 5 14:49:15 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:49 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/networking/2023/networking.2023-12-05-14.00.html | 14:49 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/networking/2023/networking.2023-12-05-14.00.txt | 14:49 |
opendevmeet | Log: https://meetings.opendev.org/meetings/networking/2023/networking.2023-12-05-14.00.log.html | 14:49 |
lajoskatona | +1, thanks | 14:49 |
lajoskatona | o/ | 14:49 |
ralonsoh | bye | 14:49 |
bcafarel | o/ | 14:49 |
ykarel | o/ | 14:50 |
rubasov | o/ | 14:50 |
ykarel | #startmeeting neutron_ci | 15:00 |
opendevmeet | Meeting started Tue Dec 5 15:00:58 2023 UTC and is due to finish in 60 minutes. The chair is ykarel. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'neutron_ci' | 15:00 |
ykarel | ping bcafarel, lajoskatona, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira | 15:01 |
mtomaska | o/ | 15:01 |
ykarel | This will be video meeting this time: https://meetpad.opendev.org/neutron-ci-meetings | 15:01 |
slaweq | o/ | 15:01 |
ykarel | #topic Actions from previous meetings | 15:02 |
ykarel | bhaley to refresh grafana dashboard for neutron-lib/neutron-tempest-plugin in project-config | 15:02 |
haleyb | https://review.opendev.org/c/openstack/project-config/+/902184?usp=email | 15:02 |
lajoskatona | o/ | 15:02 |
haleyb | https://review.opendev.org/c/openstack/project-config/+/902119?usp=email | 15:02 |
ykarel | bcafarel to drop neutron-tempest-mariadb-full in ussuri | 15:03 |
ykarel | #link https://review.opendev.org/c/openstack/neutron/+/902090 | 15:03 |
ykarel | mlavalle to check failure with test_port_binding_chassis_create_event | 15:04 |
ykarel | #action mlavalle to check failure with test_port_binding_chassis_create_event | 15:04 |
ykarel | ykarel to check if functional failure is same as bug 2000164 | 15:04 |
ykarel | ykarel to log a bug for dhcp/metadata issue in ovs jobs | 15:05 |
ykarel | #link https://bugs.launchpad.net/neutron/+bug/2045549 | 15:05 |
ykarel | ykarel to check issue with nftables xena periodic job | 15:05 |
ykarel | https://bugs.launchpad.net/neutron/+bug/2045383 | 15:05 |
ykarel | ykarel to send patch to drop ovs/ovn fips job in stable/yoga | 15:06 |
ykarel | #link https://review.opendev.org/c/openstack/neutron/+/902289 | 15:06 |
ykarel | ykarel to report bug for tobiko stable jobs | 15:06 |
ykarel | https://bugs.launchpad.net/neutron/+bug/2045270 | 15:06 |
ykarel | #topic Stable branches | 15:06 |
ykarel | all good | 15:07 |
ykarel | #topic Stadium projects | 15:07 |
ykarel | #topic Rechecks | 15:08 |
ykarel | #topic fullstack/functional | 15:09 |
ykarel | test_vm_port_rebound_when_L2_agent_revived | 15:09 |
ykarel | http://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_abf/901827/1/check/neutron-fullstack-with-uwsgi/abf43a8/testr_results.html | 15:09 |
ykarel | http://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_607/901894/6/check/neutron-fullstack-with-uwsgi/6071fab/testr_results.html | 15:09 |
ykarel | https://5bdf58218ab37a44ae41-6e3f5cf70dc34b47f0aa3e64a7c77f5d.ssl.cf2.rackcdn.com/901165/3/gate/neutron-fullstack-with-uwsgi/4f17069/testr_results.html | 15:09 |
ykarel | #action slawek to report bug for fullstack failure | 15:12 |
ykarel | neutron.privileged.agent.linux.ip_lib.NetworkInterfaceNotFound: Network | 15:13 |
ykarel | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_03d/901718/1/gate/neutron-functional-with-uwsgi/03d59c7/testr_results.html | 15:13 |
ykarel | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ed8/901717/1/gate/neutron-functional-with-uwsgi/ed8e900/testr_results.html | 15:13 |
ykarel | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_67e/901848/1/gate/neutron-functional-with-uwsgi/67e6d55/testr_results.html | 15:13 |
ykarel | #action ykarel to check and reopen bug for shy ports in functional tests | 15:14 |
ykarel | test_port_forwarding | 15:15 |
ykarel | https://bb35491f58b6f9c41162-f48ef770694ebf0a383fd045566ea3a4.ssl.cf5.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-sqlalchemy-master/d98a408/testr_results.html | 15:15 |
ykarel | Looks another variant of https://bugs.launchpad.net/neutron/+bug/2033387 | 15:15 |
ykarel | ralonsoh suggest to implement a similar solution as in https://review.opendev.org/c/openstack/neutron/+/893028 | 15:15 |
ykarel | #action ralonsoh to send fix for ft test test_port_forwarding | 15:15 |
ykarel | #topic Tempest/Scenario | 15:16 |
ykarel | Ubuntu image download still fails randomly | 15:16 |
ykarel | https://fe802c6521270c59450b-a7d9059cf68801c3dc92812dc120717e.ssl.cf1.rackcdn.com/901478/2/gate/neutron-tempest-plugin-openvswitch-enforce-scope-old-defaults/ebb161d/job-output.txt | 15:16 |
ykarel | test_unshelve_to_specific_host | 15:16 |
ykarel | https://67fbdc27dc1cab269631-9795c6ee70a51795a4d498c996d13136.ssl.cf5.rackcdn.com/901478/2/gate/neutron-ovs-tempest-multinode-full/e661940/testr_results.html | 15:16 |
ykarel | https://85bf7a1c249d0971baf7-33c96ff533edc27f55461123fdf39567.ssl.cf5.rackcdn.com/884407/9/check/neutron-ovs-tempest-multinode-full/07522b9/testr_results.html | 15:16 |
ykarel | http://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_59c/884711/9/check/neutron-ovs-tempest-dvr-ha-multinode-full/59c1ef4/testr_results.html | 15:16 |
ykarel | #action ykarel to check/report issue with test_unshelve_to_specific_host | 15:17 |
ykarel | #topic Periodic | 15:17 |
ykarel | #topic Grafana | 15:18 |
ykarel | https://grafana.opendev.org/d/f913631585/neutron-failure-rate | 15:18 |
ykarel | #topic On Demand | 15:19 |
ykarel | #link https://review.opendev.org/q/topic:%22fullstack-cleanup%22 | 15:22 |
ykarel | #endmeeting | 15:22 |
opendevmeet | Meeting ended Tue Dec 5 15:22:39 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:22 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-12-05-15.00.html | 15:22 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-12-05-15.00.txt | 15:22 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-12-05-15.00.log.html | 15:22 |
ralonsoh | bye | 15:22 |
haleyb | o/ | 15:23 |
jamespage | ykarel, fricker: apparently there have been some issues - digging on when that might be resolved | 15:44 |
opendevreview | Brian Haley proposed openstack/ovsdbapp stable/victoria: Fix TRY_AGAIN handling https://review.opendev.org/c/openstack/ovsdbapp/+/902666 | 15:48 |
opendevreview | Brian Haley proposed openstack/ovsdbapp stable/ussuri: Fix TRY_AGAIN handling https://review.opendev.org/c/openstack/ovsdbapp/+/902667 | 15:49 |
*** dmellado206 is now known as dmellado | 15:54 | |
frickler | jamespage: thx for confirming, so likely nothing we can do on our end, except possibly preloading these like we do for cirros | 15:57 |
opendevreview | Merged openstack/neutron stable/2023.1: Don't set port capabilities for OVS HW offloading https://review.opendev.org/c/openstack/neutron/+/898944 | 16:49 |
opendevreview | Merged openstack/neutron master: Remove migrate_to_stateful_fips maintenance task https://review.opendev.org/c/openstack/neutron/+/900084 | 17:03 |
opendevreview | Merged openstack/neutron master: Remove migrate_to_port_groups maintenance task https://review.opendev.org/c/openstack/neutron/+/900085 | 17:08 |
opendevreview | Brian Haley proposed openstack/ovsdbapp stable/ussuri: Fix TRY_AGAIN handling https://review.opendev.org/c/openstack/ovsdbapp/+/902667 | 17:38 |
opendevreview | Brian Haley proposed openstack/ovsdbapp stable/ussuri: Fix TRY_AGAIN handling https://review.opendev.org/c/openstack/ovsdbapp/+/902667 | 18:58 |
opendevreview | Brian Haley proposed openstack/ovsdbapp stable/ussuri: Fix TRY_AGAIN handling https://review.opendev.org/c/openstack/ovsdbapp/+/902667 | 20:48 |
opendevreview | Merged openstack/neutron stable/2023.1: Add constant to identify OVN LB HM ports https://review.opendev.org/c/openstack/neutron/+/901165 | 22:10 |
opendevreview | Frode Nordahl proposed openstack/neutron-tempest-plugin master: Add Active Active L3 GW API test cases https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/897823 | 22:19 |
opendevreview | Frode Nordahl proposed openstack/neutron-tempest-plugin master: Add Active Active L3 GW scenario test cases https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/898810 | 22:19 |
*** jlibosva is now known as Guest9341 | 22:30 | |
opendevreview | Merged openstack/neutron master: Metadata: handle process exceptions https://review.opendev.org/c/openstack/neutron/+/890986 | 23:20 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!