Tuesday, 2023-03-21

*** EugenMayer43 is now known as EugenMayer406:56
opendevreviewFrode Nordahl proposed openstack/neutron master: Open the 2023.2 (Bobcat) DB branch  https://review.opendev.org/c/openstack/neutron/+/87605109:15
opendevreviewFrode Nordahl proposed openstack/neutron master: Allow Multiple External Gateways  https://review.opendev.org/c/openstack/neutron/+/87359309:15
opendevreviewFrode Nordahl proposed openstack/neutron master: Add extra router attributes for ECMP and BFD  https://review.opendev.org/c/openstack/neutron/+/87479709:15
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Add end to end test for QosExtension  https://review.opendev.org/c/openstack/neutron/+/87760309:15
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Drop use of OVN_GW_PORT_EXT_ID_KEY  https://review.opendev.org/c/openstack/neutron/+/87783109:15
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Drop use of LR OVN_GW_NETWORK_EXT_ID_KEY  https://review.opendev.org/c/openstack/neutron/+/87771209:15
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Implement support for external-gateway-multihoming extension  https://review.opendev.org/c/openstack/neutron/+/87419909:16
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Allow L3 scheduler to be aware of current transaction  https://review.opendev.org/c/openstack/neutron/+/87476009:16
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Add helper for retrieving LR associated with LRP  https://review.opendev.org/c/openstack/neutron/+/87369809:16
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Apply soft anti-affinity for LRs with multiple LRPs when scheduling  https://review.opendev.org/c/openstack/neutron/+/87369909:16
opendevreviewSlawek Kaplonski proposed openstack/neutron-tempest-plugin master: [Stateless SG] Ensure replies won't work without ingress rule  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/87709210:10
opendevreviewSlawek Kaplonski proposed openstack/neutron-tempest-plugin master: [Stateless SG] Test if TCP packets with various conn state are allowed  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/87710610:10
opendevreviewSlawek Kaplonski proposed openstack/neutron-tempest-plugin master: [Stateless SG] Test fragmented traffic is allowed by stateless SG  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/87748010:10
lajoskatonaralonsoh: thanks for https://review.opendev.org/c/openstack/oslo.db/+/874858 , it seems it fixes a lot of sqlalchemy >2 issues :-)11:15
ralonsohcool!11:15
lajoskatonaralonsoh: I just went back to check some of these failures, and a lot of them just disappeared with it :-)11:16
ralonsohwe still need to check some missing bits that appear in https://review.opendev.org/c/openstack/neutron/+/87477811:17
ralonsohbut looks much better11:17
opendevreviewArnaud Morin proposed openstack/neutron master: Add new DEFAULT option named "my_ip"  https://review.opendev.org/c/openstack/neutron/+/87807011:56
hybrid512Hi everyone12:19
hybrid512Is there a way to get recordset of an instance within this instance ? (through metadata)12:19
hybrid512example : I have a tenant where a zone with the tenant name has been created, and there, I create an instance which will automatically create a recordset for this instance12:19
hybrid512something like <instance>.<tenant>.<base domain>12:19
hybrid512it works, I have the recordset created automatically but when I try to get the fqdn within the instance, I have <instance>.<base domain> instead of <instance>.<tenant>.<base domain>12:20
hybrid512how can I get the latest ? I tried to find something in the metadata but neither the tenant name nor the designate recordset is available within the instance12:20
hybrid512I must add that dns_assignment is good on the port side but I don't have the information inside the instance12:21
hybrid512I'm running yoga/stable on ubuntu 20.0412:21
hybrid512could it be some bug or a misconfiguration ?12:22
ralonsohhybrid512, maybe what you are looking for is DnsDomainKeywordsExtensionDriver12:24
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/686343/31/doc/source/contributor/internals/external_dns_integration.rst12:25
hybrid512ralonsoh: could be ... would it work with provider networks and not FIP networks ?12:26
hybrid512because we're not using private+FIP network, we're using provider (vlan based) networks12:27
ralonsohthe network type doesn't matter12:27
fricklerhybrid512: how exactly do you perform "get the fqdn within the instance"? I think there may be a mismatch between what neutron generates as reverse DNS and what designate does. are you using OVN? if yes, it will break any external nameserver accesses for PTRs for instance IPs12:41
hybrid512ralonsoh: well, I took a look at your link but this is already what we do and basically, the network port dns_assignment attribute is correct with the right FQDN, the recordset in the zone associated to the tenant is also there and correct *but*, inside the guest instance, the fqdn is wrong (we have the host part + the base domain part but the tenant level is not there) and there is no mention of the tnant name or the c12:41
hybrid512frickler: we do use OVN12:42
hybrid512frickler: and as I said, "hostname -f" or "hostnamectl status" don't display the right fqdn (only <instance>.<basedomain> but not <instance>.<tenant>.<basedomain> as we want) and even curling the metadata din't display anything about the tenant name ou the proper fqdn ... the best we can et is the project_id but not its name12:44
ralonsohhybrid512, please open a launchpad bug describing the issue. There could be a bug on this feature when using OVN12:45
mnasiadkamorning12:46
mnasiadkaralonsoh: is neutron-ovn-agent functional now? trying to add support in kolla-ansible and getting following errors: https://5e278c36ca3a98df0521-5775ad363b5cad1640e005d0e8356875.ssl.cf5.rackcdn.com/871297/12/check/kolla-ansible-rocky9-ovn/31a8749/primary/logs/kolla/neutron/neutron-ovn-agent.txt12:47
ralonsohmnasiadka, it is, yes, but we are not currently deploying it12:48
ralonsohmnasiadka, this is used only for hardware offloaded ports with QoS 12:49
ralonsohin any case, please open a LP bug reporting this issue12:49
mnasiadkaralonsoh: I assumed we should deploy it everytime and at least it should not fail, will report an LP bug and we'll merge it currently as is.12:50
ralonsohand should not fail, I'll investigate what is happening12:51
ralonsohmnasiadka, what version of OVN are you using?12:52
mnasiadkaralonsoh: should be 22.0912:54
ralonsohthanks12:54
ihrachys__ralonsoh perhaps an ignorant question - what's about hints extension? why aren't standard attr tags enough?12:55
ralonsohihrachys__, let me re-read the spec to have more context12:56
ralonsohI don't remember now, to be honest12:57
mnasiadkaralonsoh: https://bugs.launchpad.net/neutron/+bug/201238513:00
ralonsohihrachys__, I think this is because hints is by default an admin only resource13:01
ralonsohbut let me confirm that this afternoon13:01
ralonsohmnasiadka, thanks, I'll check that this week13:01
ihrachys__ralonsoh I come from a place of ignorance. I was just looking through vptg agenda and learned about hints work, which rang a bell (seemed similar to tags, except tags are for all base resources).13:02
ralonsohihrachys__, yeah, maybe we have overloaded unnecessarily the API... 13:03
ihrachys__i wonder if admin-only hints could be achieved through some form of smart rbac policies limiting particular tags for admins (here I also come from a place of ignorance since I don't know how flexible rbac mechanism is)13:03
ralonsohwe can limit per resource (tags in this case) but not for the content13:04
ralonsoh(sorry, I'm going for lunch now, I have a meeting in 1 hour)13:04
ihrachys__this - not being able to enforce values - sounds like oslo policy mechanism limitation that may not be insurmountable (again, talking from a blissful place of ignorance)13:05
ihrachys__hints api definition strikes me as 1) potentially overlapping with tags - maybe not completely though if we count policy enforcement as part of semantics of the new api) and 2) limited in that it's defined for ports only. why sticking to ports only? even if there's no immediate use for them for other resources now, I can imagine in the future backends may want to relate some "network hints" or13:08
ihrachys__ "SG hints" the same way as they do for ports.13:08
*** obondarev_ is now known as obondarev13:44
hybrid512ralonsoh: LP bug report created : https://bugs.launchpad.net/neutron/+bug/201239113:49
opendevreviewLuis Tomas Bolivar proposed openstack/neutron master: Add support for localnet_learn_fdb OVN option  https://review.opendev.org/c/openstack/neutron/+/87767513:57
ralonsohihrachys__, thanks for adding this topic in the agenda14:00
ralonsohwe'll discuss it next week for sure14:00
ralonsohkindly reminder: bcafarel, elvira, frickler, mlavalle, mtomaska, obondarev, sahid, slawek, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, amotoki 14:00
ralonsoh#startmeeting networking14:01
opendevmeetMeeting started Tue Mar 21 14:01:00 2023 UTC and is due to finish in 60 minutes.  The chair is ralonsoh. Information about MeetBot at http://wiki.debian.org/MeetBot.14:01
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:01
opendevmeetThe meeting name has been set to 'networking'14:01
mlavalleo/14:01
ralonsohhello all14:01
mtomaskao/14:01
rubasovo/14:01
obondarevo/14:01
slaweqo/14:01
ykarelo/14:01
frickler\o14:01
bcafarelo/14:01
lajoskatonao14:02
lajoskatonao/14:02
ralonsohok, I think we have quorum14:02
ralonsoh#topic announcements14:02
ralonsoh#link https://releases.openstack.org/antelope/schedule.html14:02
ralonsohand that's all folks!14:02
ralonsohR+014:02
ralonsohthis week is the release week14:03
ralonsohthank you all!14:03
ralonsohlast week (thanks slaweq) we updated the RC candidate hashes for Neutron and ovn-octavia-provider14:03
ralonsohthe other projects will keep the same as 2 weeks ago14:03
ralonsohand what is next?14:04
ralonsoh#link https://etherpad.opendev.org/p/neutron-bobcat-ptg14:04
ralonsohwe have a list of topics and some votes in the poll14:04
ralonsoh#link https://doodle.com/meeting/organize/id/eZ83mmvb14:04
ralonsoh^^^ please if you want to vote, I'll close it today14:04
ralonsohand tomorrow I'll send (a bit late) the Neutron schedule14:05
elvirao/14:05
ralonsohI think we'll have enough with 3 hours per day, from tuesday to friday14:05
ralonsohand according to the votes, we will probably use the 14 to 17 UTC time slots14:06
ralonsoh^^ what do you think?14:06
lajoskatonafine, sounds good14:06
ralonsoh(14UTC is now_14:06
ralonsohso we will start same as today14:06
fricklerwill be 1h later in most of europe next week14:07
lajoskatonayeah be careful with that :-)14:07
ralonsoh"just this weekend..."14:07
ralonsohwhat a coincidence...14:08
ralonsohso let me re-write my sentence14:08
lajoskatonaagain a PTG with jet-eg but without flight14:08
ralonsohthe meeting will start at 13 UTC14:08
ralonsoh(in other words, same as this meeting)14:08
ralonsohbut I'll be more cautious when sending the schedule14:09
fricklernope, this meeting starts at 14 UTC14:09
ralonsohI know14:09
ralonsohthis meeting is UTC14:10
ralonsohI'm talking as a reference of today14:10
ralonsohat least not for US folks14:10
slaweqlets just use UTC and nothing else :)14:10
ralonsohI'll send the mail with UTC references14:10
mtomaskaUTC ++14:10
slaweqeveryone will calculate it for their TZ :)14:10
ralonsohok, any other missing bit in this topic?14:11
ralonsohah yes14:11
ralonsohone sec 14:11
ralonsoh#link https://lists.openstack.org/pipermail/openstack-discuss/2023-March/032523.html14:11
ralonsohVancouver: I still don't know the traction of this community on this event14:12
ralonsohso I don't know if the Neutron community is going to celebrate any meeting/event/whatever14:12
ralonsohto be honest, this "abbreviated" PTG is driving me crazy#14:13
haleybfly halfway across the world for a short meeting for you :(14:13
fricklerjust as if there's no climate crisis, no pandemic ...14:14
ralonsohso please fill https://etherpad.opendev.org/p/neutron-vancouver-2023 if you think we can have any meeting/discussion/topic14:14
ralonsohyes but we have next week PTG14:14
ralonsohand seeing the number of topics, it will be enough14:15
ralonsohI think I spend 60-70% of my time fixing bugs (some of them mine) and taking care of the CI14:15
lajoskatonathe big advantage would be to meet personally with the magic of it14:16
slaweqlajoskatona++14:16
mlavalleDefibirely there is value in that14:16
lajoskatonabut true it is expensive now from management perspective for sure14:16
ralonsohok, I'll talk to Kendall to know how to proceed in this case14:17
lajoskatona+114:17
lajoskatonaI don't know others but we got "promise" to have some feedback on the trvel in 1 month14:17
lajoskatonaor latest in early May14:18
ralonsohok, let's move to the next topic14:18
ralonsoh#topic bugs14:18
ralonsohLast week haleyb was the deputy. This is the report: https://lists.openstack.org/pipermail/openstack-discuss/2023-March/032825.html14:18
ralonsohwe have some bugs still not assigned14:19
ralonsoh#link https://bugs.launchpad.net/neutron/+bug/201160014:19
haleybwas not too busy a week for bugs, most were picked-up14:19
haleyb^^ was filed by ihar14:19
haleyb#link https://bugs.launchpad.net/neutron/+bug/201210414:20
ralonsohone sec14:20
ralonsohabout the first one14:20
ralonsohI pushed a patch 2 months ago14:20
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/86831114:20
ralonsohbut seems that this is not enough14:21
ralonsohor at least this is not solving the issue14:21
ralonsohslaweq, have you seen this problem during the last month?14:21
slaweqralonsoh are You asking about https://bugs.launchpad.net/neutron/+bug/2011600 ?14:22
ralonsohyes14:22
ralonsohI didn't see that after the patch I sent 2 months ago14:22
slaweqI didn't saw error like that recently14:22
slaweqbut it seems that ihrachys had it about 2 weeks ago14:23
ralonsohok, let's move this to the CI meeting and keep an eye on this one. If we see it again, we'll need to find a better fix14:23
slaweq++14:23
ralonsohok, next one14:24
ralonsoh#link https://bugs.launchpad.net/neutron/+bug/201180014:24
ralonsohI'll pick this one14:24
ralonsohI'm 120% responsible of it14:24
ralonsohI saw fnordahl sent a patch testing this feature better14:24
haleyb+114:24
ralonsohso it will be easier to fix and test it14:24
ralonsohthanks fnordahl14:24
ralonsohok, next one14:25
ralonsoh#link https://bugs.launchpad.net/neutron/+bug/201210414:25
haleybralonsoh: i was going to ask you to look at this since you fixed a related issue recently, did not know if there was a manual step required14:26
ralonsohthat happens when you stop the ovn-controller not gracefully14:26
ralonsohand the chassis register is deleted but not the chassis_private14:26
ralonsohso, IMO (of course I need to check that), this is not a Neutron problem14:26
ralonsohbut they need to manually cleanup the SB database14:27
ralonsohI'll pick this one to check what is actually happening14:27
haleyback, they did ask if they had to manually fix SB14:27
lajoskatonaSo perhaps some extra warning in the doc would be helpful to say this manual step14:27
ralonsohyeah, with the patch I sent Neutron doesn't raise an exception14:28
ralonsohbut it is better to document what are the next steps14:28
lajoskatona+114:28
ralonsohbut I need to read it in detail (I'm just speculating)14:28
ralonsohand last one was already attended but not assigned14:29
ralonsoh#link https://bugs.launchpad.net/neutron/+bug/201206914:29
ralonsohso all good14:29
ralonsohand as usual, the nominees14:29
ralonsohThis week amotoki is the deputy, next week will be mlavalle.14:29
ralonsohok?14:30
haleybthere was one more14:30
ralonsohsure please14:30
haleyb#link https://bugs.launchpad.net/neutron/+bug/201214414:30
haleybykarel noticed it might just be an OVN version issue, submitter was going to check14:30
ralonsohexactly14:31
ralonsohthis is the problem14:32
ralonsohand I remember seen that in out internal CI last week14:32
ralonsohI'll check the versions released and I'll close the bug if needed14:32
ralonsohykarel, thanks for finding the problem (and the fix)14:32
haleybthat's all the bugs i had14:34
ralonsohthanks, I missed that one14:34
ralonsohok, let's move to the next topic 14:34
ralonsoh#topic community_goals14:34
ralonsoh1) Consistent and Secure Default RBAC 14:34
ralonsohslaweq, did you have time to check the timeouts?14:34
slaweqnot yet14:34
slaweqI have it on my todo but didn't get to it yet14:35
ralonsohno problem14:35
ralonsohqq14:35
ralonsohdo we have these issues in master?14:35
ralonsohor in 2023.1?14:35
slaweqI don't think so14:35
ralonsohbtw, I'm talking about the n-t-p-patch14:35
ralonsohadding CI support for Zed14:35
ralonsohone sec14:35
slaweqtime of that job with "new-defaults" is similar to other jobs14:36
ralonsoh#link https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/87470914:36
ralonsohbecause in master this job is taking 1h11m14:36
ralonsohsame as others14:36
lajoskatonaso we can merge this one?14:36
ralonsohbut in Zed this is taking more that 2h14:37
slaweqare You sure? I'm looking now at https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/874709/614:37
ralonsohone sec: 2023.1 job is missing, right?14:37
ralonsohactually no, we need new n-t-p jobs for 2023.114:37
slaweqand neutron-tempest-plugin-openvswitch-enforce-scope-new-defaults is faster than other jobs14:37
lajoskatonagenerally the jobs were merged: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/87761314:38
fricklerralonsoh: iirc you wanted to add those some time ago14:38
ralonsoh^^ there it is14:38
ralonsohslaweq, do you mind rebasing https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/874709 and adding 2023.1 job?14:38
slaweqyeah, I will do that14:39
ralonsohthanks!14:39
ralonsohok, next one is14:39
ralonsoh2) Neutron client deprecation 14:39
ralonsohfirst of all, sorry: I didn't review any patch14:39
lajoskatonathe usual etherpad: https://etherpad.opendev.org/p/python-neutronclient_deprecation14:40
lajoskatonaand the open patches: https://review.opendev.org/q/topic:bug/1999774+status:open14:40
lajoskatonathe SDK side of BGPVPN is in good shape, so I can move on to the next one14:40
lajoskatonathis is the bgpvpn patch: https://review.opendev.org/c/openstack/openstacksdk/+/87553014:41
lajoskatonathat's all news regarding this topic I think14:41
ralonsohyeah, sdk looks fine14:41
ralonsohthanks a lot for your commitment on this topic14:42
ralonsohok, let's move to the last topic14:42
ralonsoh#topic on_demand14:42
ralonsohone qq14:43
ralonsohhttps://lists.openstack.org/pipermail/openstack-discuss/2023-March/032770.html14:43
ralonsohto transition Tran to EOL14:43
ralonsohI think it is time for this and most of the projects are doing that14:43
ralonsohdo you agree?14:43
mlavalle+114:44
lajoskatona+114:44
mlavalleYou meant Train, right?14:44
ralonsohyeah, sorry14:44
haleyb+114:44
ralonsohslaweq, obondarev, rubasov ?14:44
obondarevno objections, +114:45
slaweq+1 from me14:45
rubasov+114:45
slaweqEOL train and we are finally done with python 2 once and forever :)14:45
ralonsohexactly14:45
mlavalle\o/14:45
mtomaska\o/14:46
ralonsohcool, let's check, after the PTG, what to do with Victoria. But we can discuss this in 2 weeks, no rush14:46
ralonsohand second one14:46
ralonsoh#link https://wiki.openstack.org/wiki/Meetings/NeutronDrivers14:46
ralonsohihrachys, slaweq do want to keep this topic here? or the mail sent and next week PTG will be enough?14:46
slaweqwe don't need that topic anymore I guess14:47
slaweqplease read and reply to ihrachys' email14:47
slaweqand that should be enough14:47
ralonsohyeah, I have it open14:47
ralonsohthanks!14:47
ralonsohnothing else from me14:48
slaweqon qq14:48
slaweq*one qq14:48
opendevreviewDmitrii Shcherbakov proposed openstack/neutron-lib master: ext-gw-multihoming: api-def and api-ref  https://review.opendev.org/c/openstack/neutron-lib/+/87088714:48
slaweqwill You cancel next week's meeting ralonsoh? As there's PTG then14:48
ralonsohyeah, I'll send a mail cancelling all Neutron meetings14:48
slaweqthx14:49
haleybone question on DB branch from me... https://review.opendev.org/c/openstack/neutron/+/876051 - i'm assuming we merge when 2023.1 is tagged?14:49
haleybit's the Bobcat branch commit14:49
ralonsohyes, when a branch is released, we close it in the DB migration14:49
ralonsohneutron_milestone = [migration.RELEASE_2023_1]14:49
haleybi just knew someone was waiting, 2023.1 should be soon i hope14:50
ralonsohso we can merge that one now14:50
slaweq2023.1 branch is already there14:50
slaweqAnd final release will be this week AFAIK14:50
haleybright, and i couldn't see a backport doing a DB migration, so someone can +214:51
ralonsohno14:51
ralonsohdb migrations, api changes or config changes are not allowed14:52
haleybwell, a backport needed for 2023.1 RC2 i mean14:52
ralonsohbut DB migrations are blocked by the migration tool itself14:52
ralonsohnot anymore14:52
ralonsohwhat patch are you talking about?14:53
ralonsohjust to have some context14:53
haleybthere is no patch, it was hypothetical14:53
ralonsohso no, no db migration backports14:53
ralonsohanything else?14:54
ralonsohthank you all and remember that the CI meeting is in 5 mins, in this channel14:54
ralonsoh#endmeeting14:54
opendevmeetMeeting ended Tue Mar 21 14:54:45 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:54
opendevmeetMinutes:        https://meetings.opendev.org/meetings/networking/2023/networking.2023-03-21-14.01.html14:54
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/networking/2023/networking.2023-03-21-14.01.txt14:54
opendevmeetLog:            https://meetings.opendev.org/meetings/networking/2023/networking.2023-03-21-14.01.log.html14:54
lajoskatonais it video today?14:54
lajoskatonao/14:54
mlavalleslaweq: video meeting today?14:54
slaweqYes14:55
mlavalleack14:55
slaweqBut I may be 5 minutes late for the ci meeting, sorry for that14:58
lajoskatonaack14:58
ralonsohbetter for me, I'll have time for a coffee 14:59
mtomaska^good idea... coffee time14:59
slaweq#startmeeting neutron_ci15:05
opendevmeetMeeting started Tue Mar 21 15:05:44 2023 UTC and is due to finish in 60 minutes.  The chair is slaweq. Information about MeetBot at http://wiki.debian.org/MeetBot.15:05
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:05
opendevmeetThe meeting name has been set to 'neutron_ci'15:05
slaweqping bcafarel, lajoskatona, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva - CI meeting time15:06
slaweqThis will be video meeting this time: https://meetpad.opendev.org/neutron-ci-meetings15:06
slaweqGrafana dashboard: https://grafana.opendev.org/d/f913631585/neutron-failure-rate?orgId=115:06
lajoskatonao/15:07
slaweq#topic Actions from previous meetings15:07
slaweqslaweq to propose "sleep patch" to hopefully fix interface not found and dvr tests issues15:07
slaweq    Patch https://review.opendev.org/c/openstack/neutron/+/87576715:07
slaweq    mtomaska to check https://bugs.launchpad.net/neutron/+bug/200806215:07
slaweq    alonsoh to check failed initail state of ha router test: https://45c66512638ca6be811a-ed2c0d9273209e4be8351fb65446e61d.ssl.cf1.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/90c9e81/testr_results.html15:11
opendevreviewDmitrii Shcherbakov proposed openstack/neutron-lib master: ext-gw-multihoming: api-def and api-ref  https://review.opendev.org/c/openstack/neutron-lib/+/87088715:11
slaweq#topic Stable branches15:14
slaweq#topic Stadium projects15:16
slaweq#topic Grafana15:17
slaweqhttps://grafana.opendev.org/d/f913631585/neutron-failure-rate15:17
slaweqhttps://review.opendev.org/c/openstack/neutron/+/87476015:21
opendevreviewTakashi Kajinami proposed openstack/neutron-tempest-plugin master: Replace deprecated tenant_id property  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/87811015:22
slaweq#topic Rechecks15:23
slaweq#topic fullstack/functional15:24
slaweqhttps://28fef91087ecefa38c48-09ee8bbf59038f8040eb9d88bbbf0d69.ssl.cf5.rackcdn.com/877535/2/gate/neutron-functional-with-uwsgi/9fa4519/testr_results.html15:24
slaweq#action ralonsoh to move neutron.tests.functional.plugins.ml2.drivers.macvtap.agent.test_macvtap_neutron_agent.MacvtapAgentTestCase.test_get_all_devices to be run in "serial" stage15:25
slaweqhttps://49014f76aaafbe7deabd-4b7d4da09de7dae33770cacbfd550cfb.ssl.cf1.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/871d106/testr_results.html15:26
opendevreviewTakashi Kajinami proposed openstack/neutron-tempest-plugin master: Replace deprecated tenant_id property  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/87811015:26
slaweqhttps://51ef113da153f8613d4d-a1d06e2d26608a8f46317a106e743309.ssl.cf5.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/abfdd11/testr_results.html15:27
slaweqhttps://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_a68/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-uwsgi-fips/a680936/testr_results.html15:28
mtomaskahttps://review.opendev.org/c/openstack/neutron/+/87753515:28
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/864715/7/neutron/tests/functional/agent/ovn/metadata/test_metadata_agent.py#22315:30
slaweq#action mtomaska to fix waiting for SB events in ovn metadata functional tests15:31
slaweqhttps://6e8718b2c3cdf775660a-479aba3a0d5645603ea5f6db22bcd24f.ssl.cf2.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-fullstack-with-uwsgi-fips/9adc639/testr_results.html15:32
slaweqhttps://0eb85d302a2fe58e4b01-5e4b426cf1ca8d9cb4613ee1042e28ab.ssl.cf2.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-fullstack-with-pyroute2-master/c0a03dc/testr_results.html15:32
slaweq#action slaweq to check dhcp issue in fullstack tests15:33
slaweq#topic Tempest/Scenario15:33
slaweq    https://ba7302a10c3d93ab35a6-db8ca95132ec140bd430dcac738a5dcd.ssl.cf1.rackcdn.com/876732/3/check/tempest-integrated-networking/0f64c3c/testr_results.html 15:33
slaweqhttps://zuul.openstack.org/build/871d10635d2c43abb35744a705caead315:35
slaweq#topic On Demand15:37
slaweqhttps://review.opendev.org/q/topic:issue/OSP-20968+status:open15:37
opendevreviewArnaud Morin proposed openstack/neutron master: Add new DEFAULT option named "my_ip"  https://review.opendev.org/c/openstack/neutron/+/87807015:41
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Implement support for external-gateway-multihoming extension  https://review.opendev.org/c/openstack/neutron/+/87419915:56
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Allow L3 scheduler to be aware of current transaction  https://review.opendev.org/c/openstack/neutron/+/87476015:56
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Add helper for retrieving LR associated with LRP  https://review.opendev.org/c/openstack/neutron/+/87369815:56
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Apply soft anti-affinity for LRs with multiple LRPs when scheduling  https://review.opendev.org/c/openstack/neutron/+/87369915:56
opendevreviewRodolfo Alonso proposed openstack/neutron stable/zed: Fix default value for MTUs, when not provided  https://review.opendev.org/c/openstack/neutron/+/87813917:05
opendevreviewRodolfo Alonso proposed openstack/neutron stable/yoga: Fix default value for MTUs, when not provided  https://review.opendev.org/c/openstack/neutron/+/87814017:05
opendevreviewRodolfo Alonso proposed openstack/neutron stable/xena: Fix default value for MTUs, when not provided  https://review.opendev.org/c/openstack/neutron/+/87814117:05
opendevreviewRodolfo Alonso proposed openstack/neutron stable/wallaby: Fix default value for MTUs, when not provided  https://review.opendev.org/c/openstack/neutron/+/87814217:06
opendevreviewRodolfo Alonso proposed openstack/neutron stable/wallaby: [OVN] Explicitly define the fixed IPs for the metadata port  https://review.opendev.org/c/openstack/neutron/+/87798517:07
opendevreviewRodolfo Alonso proposed openstack/neutron stable/zed: [OVN] Explicitly define the fixed IPs for the metadata port  https://review.opendev.org/c/openstack/neutron/+/87797917:07
opendevreviewRodolfo Alonso proposed openstack/neutron stable/yoga: [OVN] Explicitly define the fixed IPs for the metadata port  https://review.opendev.org/c/openstack/neutron/+/87798017:07
opendevreviewRodolfo Alonso proposed openstack/neutron stable/xena: [OVN] Explicitly define the fixed IPs for the metadata port  https://review.opendev.org/c/openstack/neutron/+/87798417:07
opendevreviewBodo Petermann proposed openstack/neutron master: Fix concurrent port binding activate  https://review.opendev.org/c/openstack/neutron/+/85328117:08
opendevreviewMerged openstack/neutron master: Fix metadata agent intermittent test failures  https://review.opendev.org/c/openstack/neutron/+/87753519:36

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