Tuesday, 2023-12-05

opendevreviewBrian Haley proposed openstack/neutron stable/ussuri: Change RBAC relationship loading method to "joined"  https://review.opendev.org/c/openstack/neutron/+/90253801:19
opendevreviewMerged openstack/neutron stable/yoga: [Stable yoga Only] Drop ovs/ovn fips 9-stream jobs  https://review.opendev.org/c/openstack/neutron/+/90228902:19
opendevreviewFrode Nordahl proposed openstack/neutron-tempest-plugin master: Add Active Active L3 GW API test cases  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/89782302:53
opendevreviewFrode Nordahl proposed openstack/neutron-tempest-plugin master: Add Active Active L3 GW scenario test cases  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/89881002:53
opendevreviewyatin proposed openstack/neutron master: Create an OVN metadata namespace prefix constant  https://review.opendev.org/c/openstack/neutron/+/89616905:43
opendevreviewhuanghailun proposed openstack/neutron master: Add allowed_address_pairs add/remove atomic operations  https://review.opendev.org/c/openstack/neutron/+/90189507:15
mstinskyGreetings, 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
opendevreviewliuyulong proposed openstack/neutron master: [Trivial] speed up l3_db floating IP port janitor DB query  https://review.opendev.org/c/openstack/neutron/+/88820008:09
ralonsohmstinsky, hi, can you explain this change: https://review.opendev.org/c/openstack/neutron/+/824947/10/neutron/agent/l3/ha_router.py#b34408:19
ralonsohwhy is that needed?08:19
ralonsohslaweq, hello! If you have a couple of mins (no rush): https://review.opendev.org/c/openstack/neutron/+/89594608:24
opendevreviewliuyulong proposed openstack/neutron master: Add bridge_port_mappings to direct output for physical  https://review.opendev.org/c/openstack/neutron/+/86815008:26
opendevreviewliuyulong proposed openstack/neutron master: Adds a RPC for ovs-agent to get server side config options  https://review.opendev.org/c/openstack/neutron/+/86815108:26
mstinskyHi, 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
mstinskylocal 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
mstinskyrunning with this patch backported in production since I wrote the patch.08:27
mstinskyThe 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
opendevreviewliuyulong proposed openstack/neutron master: Add meter bandwidth limit support  https://review.opendev.org/c/openstack/neutron/+/86076708:30
ralonsohmstinsky, 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.py08:32
ralonsohI really would like haleyb (the author of this patch and now PTL) to review your patch08:33
mstinskyAh 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
mstinskywhen 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
ralonsohok, makes sense08: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
mstinskyI 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
fnordahlI 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
sahido/ hello09:43
sahidit 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
opendevreviewLucas Alvares Gomes proposed openstack/neutron master: Fix IGMP inconsistency across drivers  https://review.opendev.org/c/openstack/neutron/+/90175310:49
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [Fullstack] Remove unnecessary tests  https://review.opendev.org/c/openstack/neutron/+/90263310:58
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider stable/2023.2: Allow multiple VIPs per LB  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/90263511:08
*** tobias-urdin-pto is now known as tobias-urdin11:15
*** elodilles is now known as elodilles_pto11:21
opendevreviewMerged openstack/neutron master: Make ``OVNMechanismDriver.post_fork_initialize`` callback cancellable  https://review.opendev.org/c/openstack/neutron/+/89594611:37
opendevreviewMerged openstack/neutron master: Fix format-string-without-interpolation  https://review.opendev.org/c/openstack/neutron/+/90233311:38
opendevreviewMerged openstack/neutron master: Remove re-importation of uuid library  https://review.opendev.org/c/openstack/neutron/+/90232811:38
opendevreviewMerged openstack/neutron master: Fix deprecated-method warning  https://review.opendev.org/c/openstack/neutron/+/90233411:38
opendevreviewMerged openstack/neutron master: Fix simplifiable-if-expression warning  https://review.opendev.org/c/openstack/neutron/+/90233711:38
opendevreviewSlawek Kaplonski proposed openstack/neutron-tempest-plugin master: Add test_port_shut_down API test  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/90263812:06
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [Fullstack] Remove test_port_shut_down module  https://review.opendev.org/c/openstack/neutron/+/90263912:07
fricklerykarel: 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
ykarelfrickler, yes we are seeing it from quite some time12:44
lajoskatonafrickler, ykarel: isn't that general I 've seen cirros download failure also today12:47
ykarellajoskatona, can you share the link, cirros we should be using the cached one in the nodepool image12:47
ykarelubuntu one we pull so it's the one mostly impacted, and we seeing that more than a week now, sometime the failure rates are high12:48
fricklerlooking at opensearch it seems to have started about 2 weeks ago, getting worse in december12:49
ykarelyeap, 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.txt12:50
ykarelhere 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
ykareland then Unable to establish SSL connection.12:50
lajoskatonaykarel: you are right, it was ubuntu not cirros12:50
jamespagefrickler: let me find out if there have been any problems12:56
opendevreviewBernard Cafarelli proposed openstack/neutron stable/ussuri: [stable-only] Drop rally and periodic mariadb jobs  https://review.opendev.org/c/openstack/neutron/+/90209013:16
andreykurilinHi folks! Can anyone help me properly get rid of misleading policy warning message raised by neutron-lib while loading neutron-server?13:27
slaweqralonsoh 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 time13:28
lajoskatonaslaweq: +113:34
ykarelack13:41
haleybping bcafarel, elvira, frickler, mlavalle, mtomaska, obondarev, slaweq, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, amotoki14:00
haleyb#startmeeting networking14:00
opendevmeetMeeting 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
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
opendevmeetThe meeting name has been set to 'networking'14:00
jlibosvao/14:00
elvirao/14:00
lajoskatonao/14:00
obondarevo/14:00
ykarelo/14:00
slaweqo/14:00
haleyb#topic announcements14:01
rubasovo/14:02
ralonsohhi14:02
haleybWanted to welcome ralonsoh back after his leave (and congrats!)14:02
ralonsohthanks a lot14:02
bcafarelo/14:02
mlavalle\o14:02
mlavallewelcome back and congrats ralonsoh 14:03
ralonsohthanks14:03
haleybWe are in C-2 and the C-2 milestone is Jan 8-12 which will come up quickly with the Christmas break14:03
haleybReminder: If you have a topic for the drivers meeting on Friday, please add it to the wiki @ https://wiki.openstack.org/wiki/Meetings/NeutronDrivers14:04
haleybthere is nothing as of today14:04
haleybLast Friday we had our first Review Day, thanks for taking the time for doing all the reviews!14:05
lajoskatona\o/14:05
haleybWe are planning on the second one this Friday, but I realize there was a little confusion on what to prioritize14:06
haleybwe can use the Review Priority +1/+2 flags in reviews for some things14:07
mlavalleyou set a couple of priority patches in Gerrit during the day and that worked well for me14:07
haleybBut I also created an etherpad if you wanted to add items there14:07
haleyb#link https://etherpad.opendev.org/p/neutron-review-days-caracal14:07
mlavalleI followed those. We can do something similar this coming Friday14:07
slaweqmaybe You can also advertize it more on the ML so that people would know and come to IRC channel to ask for reviews more14:08
mlavallethe etherpad works also fine14:08
haleybmlavalle: ack, and yes i will send another reminder to the ML14:08
slaweq++14:08
ykarel++14:08
ralonsoh+1 to this14:08
haleybi think we made good progress on things, merged a few of the OVN L3 active/active reviews which are a little complicated14:09
haleybany other announcements?14:10
haleyb#topic bugs14:10
haleybisabek was the deputy this week, but i did not see a report or notice them on irc at the moment14:11
slaweqI saw email this week I think14:11
haleyboh, maybe i missed it14:11
slaweqhttps://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/TXLIYVJZOXOOP4DNPUBI7MNUUFAVO37D/14:12
lajoskatonastrange because I also missied it in my mailbox14:12
haleybstrange, i definitely didn't get it either14:12
lajoskatonabut yesterday it again happened that I sent out mail to openstakc-discuss and I cant see it in the arhives14:13
haleybso there are a few unassigned14:13
haleyb#link https://bugs.launchpad.net/neutron/+bug/204541514:14
haleybOVN Octavia provider14:14
haleybfroyo_: wonder if you could take a look at that?14:15
froyo_haleyb sure14:15
haleybthanks!14:15
haleybnext bug14:16
haleyb#link https://bugs.launchpad.net/neutron/+bug/204523714:16
ralonsohI think that one was addressed in https://review.opendev.org/q/topic:%22bug/2039550%2214:16
ralonsohBut I'll check it again (maybe the reporter had an old version)14:16
haleybralonsoh: thanks, will add that info to the bug14:17
haleybthe next was an rfe we discussed last week14:18
haleyb#link https://bugs.launchpad.net/neutron/+bug/204505814:18
haleybwe did not have quorom at drivers meeting to approve14:18
lajoskatonabut the idea is really promising14:19
ralonsohagree14:19
haleybihrachys was going to work on a PoC after the holidays, we all thought it was a good idea14:19
lajoskatonaand used in Nova14:19
ykarel+1 it's worth a try14:20
haleybthose were the only bugs in the list, any others people want to discuss?14:21
haleybok, just my weekly bug count14:22
haleybCurrent bug count this week: 755, down 7 from last week14:22
haleybso moving in the right direction14:22
haleyband 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 it14:23
ykarelworks for me14:23
haleyband just a reminder there is the Neutron CI meeting after this, believe it's video today14:23
ykarelyeap it's video today14:24
lajoskatona+114:24
haleyb#topic specs14:24
haleyb#link https://review.opendev.org/q/project:openstack%252Fneutron-specs+status:open14:25
haleybwe still have 3 open, i will go through them after meetings14:25
haleybi believe we are close with them all after previous discussions14:26
haleybso any reviews will be good14:26
haleyb#topic community_goals14:27
haleyblajoskatona is continuing with neutronclient deprecation14:27
haleyb#link https://review.opendev.org/c/openstack/horizon/+/89120514:27
haleybi have not had cycles to review yet myself14:28
lajoskatonayes, I am just working on the horizon patch, I beleive that it is close14:28
lajoskatonathe 1st patch is just to make network and subnet use sdk instead of neutronclient calls14:28
haleyblajoskatona: thanks for the work there :)14:29
opendevreviewLucas Alvares Gomes proposed openstack/neutron stable/2023.2: [OVN] Enhanced external port scheduling  https://review.opendev.org/c/openstack/neutron/+/90215714:29
lajoskatonaany 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 tried14:30
haleybok, moving on14:30
haleyb#topic on_demand14:30
lajoskatonathe 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
haleybi forgot to remove the openapi sdk item from last week, so just your two items ralonsoh 14:32
ralonsohok14:32
ralonsohso first one14:32
ralonsoha regression related to https://bugs.launchpad.net/neutron/+bug/178800914:32
ralonsohsummary: in Ml2/OVN (any related OVS backend) we need to populate the bridge of the port in the vif details14:33
ralonsohI'll open a LP bug to fix that14:33
ralonsohthe second one is more complicated14:33
ralonsoh#link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/OQO2C4EGYUFSGUB7F6O7K2AXOONKK4TW14:33
ralonsohI hope you have followed the discussion in the ML list about deprecating eventlet14:33
ralonsoh(sorry, bad link)14:34
ralonsohthis is the correct one14:34
ralonsoh#link https://review.opendev.org/c/openstack/governance/+/90258514:34
ralonsohthis is a wip patch to start an overall effort to move from eventlet to something else14:34
ralonsohbecause it is not supported in py3.1214:34
haleyb#link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/YO5CZDVAJ6QSF734ALWSGNOQDDAIOXKI/#RZFUTBFTUCSHKVA6SOCWWIXEH3QJHMYT was the ML thread14:35
ralonsohthe sqlalchemy migration is going to be a joke compared to this...14:35
ralonsohthat is just a heads-up, nothing else14:35
ralonsohthanks14:35
mlavallevery interesting indeed14:35
lajoskatonaand this is the thread for it I think: https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/YO5CZDVAJ6QSF734ALWSGNOQDDAIOXKI/14:35
haleybralonsoh: yes, thanks for bringing this up, just noticed the patch but will look at the timelines proposed14:36
haleybSo py3.12 will be a D-cycle runtime afaik14:37
ralonsohyes, it will be needed to attend to the TC meetings to decide what will be the strategy14:38
haleybok, and i see there is a meeting today at 18:0014:39
slaweq18 UTC14:40
slaweqit will be on zoom this time14:40
haleybso just to recap that governance patch14:40
haleybshort term: merge fixes and release new eventlet version14:41
haleybmedium term: change openstack project to asyncio14:41
ralonsohmedium term: create a oslo.aiohub to use asyncio and use it14:41
ralonsohlong term: use native threads (but I don't know if we'll reach that)14:41
haleybright, as you said, still don't have everyone using sqlalchemy2 afaik14:42
haleybso moving to asyncio is aggressive14:43
haleybwere there any other topics?14:44
fricklerthe ML issue seems to be gmail refusing to accept mail from us btw14:45
lajoskatonafrickler: but I receive mails just not all14:45
haleybfrickler: who needs gmail? :-p but that does explain it14:46
fricklerlajoskatona: seems some were dropped earlier today, currently their just getting deferred14:46
frickler*they're14:46
lajoskatonafrickler: cool, thanks14:47
haleybhopefully it is fixed soon14:48
haleybok, if nothing else i'll give people :10 minutes back14:49
haleyb#endmeeting14:49
opendevmeetMeeting ended Tue Dec  5 14:49:15 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:49
opendevmeetMinutes:        https://meetings.opendev.org/meetings/networking/2023/networking.2023-12-05-14.00.html14:49
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/networking/2023/networking.2023-12-05-14.00.txt14:49
opendevmeetLog:            https://meetings.opendev.org/meetings/networking/2023/networking.2023-12-05-14.00.log.html14:49
lajoskatona+1, thanks14:49
lajoskatonao/14:49
ralonsohbye14:49
bcafarelo/14:49
ykarelo/14:50
rubasovo/14:50
ykarel#startmeeting neutron_ci15:00
opendevmeetMeeting 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
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'neutron_ci'15:00
ykarelping bcafarel, lajoskatona, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira15:01
mtomaskao/15:01
ykarelThis will be video meeting this time: https://meetpad.opendev.org/neutron-ci-meetings15:01
slaweqo/15:01
ykarel#topic Actions from previous meetings15:02
ykarelbhaley to refresh grafana dashboard for neutron-lib/neutron-tempest-plugin in project-config15:02
haleybhttps://review.opendev.org/c/openstack/project-config/+/902184?usp=email15:02
lajoskatonao/15:02
haleybhttps://review.opendev.org/c/openstack/project-config/+/902119?usp=email15:02
ykarelbcafarel to drop neutron-tempest-mariadb-full in ussuri15:03
ykarel#link https://review.opendev.org/c/openstack/neutron/+/90209015:03
ykarelmlavalle to check failure with test_port_binding_chassis_create_event15:04
ykarel#action mlavalle to check failure with test_port_binding_chassis_create_event15:04
ykarelykarel to check if functional failure is same as bug 200016415:04
ykarelykarel to log a bug for dhcp/metadata issue in ovs jobs15:05
ykarel#link https://bugs.launchpad.net/neutron/+bug/204554915:05
ykarelykarel to check issue with nftables xena periodic job15:05
ykarelhttps://bugs.launchpad.net/neutron/+bug/204538315:05
ykarelykarel to send patch to drop ovs/ovn fips job in stable/yoga15:06
ykarel#link https://review.opendev.org/c/openstack/neutron/+/90228915:06
ykarelykarel to report bug for tobiko stable jobs15:06
ykarelhttps://bugs.launchpad.net/neutron/+bug/204527015:06
ykarel#topic Stable branches15:06
ykarelall good15:07
ykarel#topic Stadium projects15:07
ykarel#topic Rechecks15:08
ykarel#topic fullstack/functional15:09
ykareltest_vm_port_rebound_when_L2_agent_revived15:09
ykarelhttp://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_abf/901827/1/check/neutron-fullstack-with-uwsgi/abf43a8/testr_results.html15:09
ykarelhttp://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_607/901894/6/check/neutron-fullstack-with-uwsgi/6071fab/testr_results.html15:09
ykarelhttps://5bdf58218ab37a44ae41-6e3f5cf70dc34b47f0aa3e64a7c77f5d.ssl.cf2.rackcdn.com/901165/3/gate/neutron-fullstack-with-uwsgi/4f17069/testr_results.html15:09
ykarel#action slawek to report bug for fullstack failure15:12
ykarelneutron.privileged.agent.linux.ip_lib.NetworkInterfaceNotFound: Network15:13
ykarelhttps://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_03d/901718/1/gate/neutron-functional-with-uwsgi/03d59c7/testr_results.html15:13
ykarelhttps://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ed8/901717/1/gate/neutron-functional-with-uwsgi/ed8e900/testr_results.html15:13
ykarelhttps://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_67e/901848/1/gate/neutron-functional-with-uwsgi/67e6d55/testr_results.html15:13
ykarel#action ykarel to check and reopen bug for shy ports in functional tests15:14
ykareltest_port_forwarding15:15
ykarelhttps://bb35491f58b6f9c41162-f48ef770694ebf0a383fd045566ea3a4.ssl.cf5.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-sqlalchemy-master/d98a408/testr_results.html15:15
ykarelLooks another variant of https://bugs.launchpad.net/neutron/+bug/203338715:15
ykarelralonsoh suggest to implement a similar solution as in https://review.opendev.org/c/openstack/neutron/+/89302815:15
ykarel#action ralonsoh to send fix for ft test test_port_forwarding15:15
ykarel#topic Tempest/Scenario15:16
ykarelUbuntu image download still fails randomly15:16
ykarelhttps://fe802c6521270c59450b-a7d9059cf68801c3dc92812dc120717e.ssl.cf1.rackcdn.com/901478/2/gate/neutron-tempest-plugin-openvswitch-enforce-scope-old-defaults/ebb161d/job-output.txt15:16
ykareltest_unshelve_to_specific_host15:16
ykarelhttps://67fbdc27dc1cab269631-9795c6ee70a51795a4d498c996d13136.ssl.cf5.rackcdn.com/901478/2/gate/neutron-ovs-tempest-multinode-full/e661940/testr_results.html15:16
ykarelhttps://85bf7a1c249d0971baf7-33c96ff533edc27f55461123fdf39567.ssl.cf5.rackcdn.com/884407/9/check/neutron-ovs-tempest-multinode-full/07522b9/testr_results.html15:16
ykarelhttp://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.html15:16
ykarel#action ykarel to check/report issue with test_unshelve_to_specific_host15:17
ykarel#topic Periodic15:17
ykarel#topic Grafana15:18
ykarelhttps://grafana.opendev.org/d/f913631585/neutron-failure-rate15:18
ykarel#topic On Demand15:19
ykarel#link https://review.opendev.org/q/topic:%22fullstack-cleanup%2215:22
ykarel#endmeeting15:22
opendevmeetMeeting ended Tue Dec  5 15:22:39 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:22
opendevmeetMinutes:        https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-12-05-15.00.html15:22
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-12-05-15.00.txt15:22
opendevmeetLog:            https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-12-05-15.00.log.html15:22
ralonsohbye15:22
haleybo/15:23
jamespageykarel, fricker: apparently there have been some issues - digging on when that might be resolved15:44
opendevreviewBrian Haley proposed openstack/ovsdbapp stable/victoria: Fix TRY_AGAIN handling  https://review.opendev.org/c/openstack/ovsdbapp/+/90266615:48
opendevreviewBrian Haley proposed openstack/ovsdbapp stable/ussuri: Fix TRY_AGAIN handling  https://review.opendev.org/c/openstack/ovsdbapp/+/90266715:49
*** dmellado206 is now known as dmellado15:54
fricklerjamespage: thx for confirming, so likely nothing we can do on our end, except possibly preloading these like we do for cirros15:57
opendevreviewMerged openstack/neutron stable/2023.1: Don't set port capabilities for OVS HW offloading  https://review.opendev.org/c/openstack/neutron/+/89894416:49
opendevreviewMerged openstack/neutron master: Remove migrate_to_stateful_fips maintenance task  https://review.opendev.org/c/openstack/neutron/+/90008417:03
opendevreviewMerged openstack/neutron master: Remove migrate_to_port_groups maintenance task  https://review.opendev.org/c/openstack/neutron/+/90008517:08
opendevreviewBrian Haley proposed openstack/ovsdbapp stable/ussuri: Fix TRY_AGAIN handling  https://review.opendev.org/c/openstack/ovsdbapp/+/90266717:38
opendevreviewBrian Haley proposed openstack/ovsdbapp stable/ussuri: Fix TRY_AGAIN handling  https://review.opendev.org/c/openstack/ovsdbapp/+/90266718:58
opendevreviewBrian Haley proposed openstack/ovsdbapp stable/ussuri: Fix TRY_AGAIN handling  https://review.opendev.org/c/openstack/ovsdbapp/+/90266720:48
opendevreviewMerged openstack/neutron stable/2023.1: Add constant to identify OVN LB HM ports  https://review.opendev.org/c/openstack/neutron/+/90116522:10
opendevreviewFrode Nordahl proposed openstack/neutron-tempest-plugin master: Add Active Active L3 GW API test cases  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/89782322:19
opendevreviewFrode Nordahl proposed openstack/neutron-tempest-plugin master: Add Active Active L3 GW scenario test cases  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/89881022:19
*** jlibosva is now known as Guest934122:30
opendevreviewMerged openstack/neutron master: Metadata: handle process exceptions  https://review.opendev.org/c/openstack/neutron/+/89098623:20

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