opendevreview | Krzysztof Tomaszewski proposed openstack/neutron master: Don't set HA ports down while L2 agent restart. https://review.opendev.org/c/openstack/neutron/+/826545 | 00:04 |
---|---|---|
opendevreview | ZhouHeng proposed openstack/neutron-fwaas master: revive neutron-fwaas project https://review.opendev.org/c/openstack/neutron-fwaas/+/828149 | 01:01 |
opendevreview | ZhouHeng proposed openstack/neutron master: [ovn]Refusing to bind port to dead agent https://review.opendev.org/c/openstack/neutron/+/825428 | 02:48 |
zhouhenglc | amotoki: hi, according to your comments, the submitted information has been updated. https://review.opendev.org/c/openstack/neutron-fwaas/+/828149 | 02:54 |
amotoki | zhouhenglc: thanks. the commit msg looks better as it matches the current version :) | 03:00 |
zhouhenglc | amotoki: ok :) | 03:05 |
opendevreview | yatin proposed openstack/neutron master: Ensure gateway is set for prefix delegated subnets https://review.opendev.org/c/openstack/neutron/+/831214 | 04:40 |
opendevreview | ZhouHeng proposed openstack/neutron master: [ovn]Refusing to bind port to dead agent https://review.opendev.org/c/openstack/neutron/+/825428 | 05:39 |
opendevreview | yatin proposed openstack/neutron master: [DNM] Check ovn ovs experimental https://review.opendev.org/c/openstack/neutron/+/831220 | 05:52 |
*** prometheanfire is now known as Guest844 | 05:52 | |
opendevreview | yatin proposed openstack/neutron master: [DNM] Check ovn ovs experimental https://review.opendev.org/c/openstack/neutron/+/831220 | 05:56 |
opendevreview | ZhouHeng proposed openstack/neutron master: [ovn]Reschduler router gateway chassis when chassis's available zone updated https://review.opendev.org/c/openstack/neutron/+/825073 | 05:56 |
*** Guest844 is now known as prometheanfire | 05:56 | |
zhouhenglc | ralonsoh, slaweq sorry again, revive neutron-fwaas project patch, can you see again https://review.opendev.org/c/openstack/neutron-fwaas/+/828149 | 07:35 |
ralonsoh | ok | 07:37 |
zhouhenglc | thanks | 07:38 |
opendevreview | Candido Campos Rivas proposed openstack/neutron-tempest-plugin master: Recover ssh interface config and interface reload https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/831321 | 08:00 |
opendevreview | Elvira GarcĂa Ruiz proposed openstack/networking-ovn stable/train: [OVN] Handle RouterNotFound exception in set_gateway_mtu https://review.opendev.org/c/openstack/networking-ovn/+/831218 | 08:39 |
opendevreview | Krzysztof Tomaszewski proposed openstack/neutron master: Don't set HA ports down while L2 agent restart. https://review.opendev.org/c/openstack/neutron/+/826545 | 08:43 |
opendevreview | Luis Tomas Bolivar proposed openstack/networking-ovn stable/train: Avoid race when trying to find a recently created loadbalancer https://review.opendev.org/c/openstack/networking-ovn/+/831349 | 09:33 |
*** mgoddard- is now known as mgoddard | 10:04 | |
opendevreview | Merged openstack/neutron master: Restructure layout for periodic, experimental and tox jobs https://review.opendev.org/c/openstack/neutron/+/830938 | 10:22 |
ykarel | Thanks slaweq ralonsoh | 10:26 |
ykarel | lajoskatona, ralonsoh when u get chance please check https://review.opendev.org/c/openstack/neutron/+/830623 and https://review.opendev.org/c/openstack/neutron/+/827302 | 10:30 |
ykarel | thx in advance | 10:30 |
lajoskatona | ykarel: sure, thanks | 10:30 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [WIP][DNM] [L3][QoS] L3 agent QoS extension to handle duplicated FIPs https://review.opendev.org/c/openstack/neutron/+/831238 | 11:13 |
opendevreview | Merged openstack/neutron stable/xena: Add functional and fullstack jobs with FIPS enabled https://review.opendev.org/c/openstack/neutron/+/828697 | 11:14 |
opendevreview | Merged openstack/neutron stable/xena: Add FIPS enabled scenario jobs https://review.opendev.org/c/openstack/neutron/+/828142 | 11:19 |
opendevreview | Merged openstack/neutron-fwaas master: revive neutron-fwaas project https://review.opendev.org/c/openstack/neutron-fwaas/+/828149 | 11:31 |
opendevreview | Merged openstack/neutron stable/xena: segments: fix scheduling duplicate segments https://review.opendev.org/c/openstack/neutron/+/829956 | 11:42 |
opendevreview | CHEOLMIN KIM proposed openstack/neutron master: Fix typo in the third instruction paragraph of "Controller nodes" block https://review.opendev.org/c/openstack/neutron/+/831365 | 12:11 |
opendevreview | Merged openstack/networking-ovn stable/train: Return UnsupportedOptionError() on loadbalancer failover https://review.opendev.org/c/openstack/networking-ovn/+/827332 | 12:19 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [L3][QoS] L3 agent QoS extension to handle duplicated FIPs https://review.opendev.org/c/openstack/neutron/+/831238 | 12:23 |
ralonsoh | slaweq, https://review.opendev.org/c/openstack/neutron-lib/+/828738 | 12:24 |
ralonsoh | if you have 2 mins | 12:24 |
ralonsoh | thanks in advance | 12:24 |
ralonsoh | and lajoskatona ^^ | 12:24 |
ralonsoh | that's needed for the migration to sqlalchemy 2.0 | 12:24 |
lajoskatona | ralonsoh: I wanted to ask when we have to change to sqlalchemy 2.0? I tried to figure out from sqlalchemy hompage but I lost there .... | 12:28 |
ralonsoh | lajoskatona, we are in the intermediate step | 12:28 |
ralonsoh | that is 1.4 | 12:28 |
ralonsoh | in this version, the autocommit parameter will be False by default | 12:28 |
ralonsoh | and in 2.0, this parameter will be removed and the behaviour will be as autocommit=False | 12:29 |
ralonsoh | this is why all projects are moving to this | 12:29 |
ralonsoh | https://review.opendev.org/q/topic:sqlalchemy-20 | 12:29 |
lajoskatona | ralonsoh: ok, thanks | 12:30 |
ralonsoh | found it: https://review.opendev.org/c/openstack/oslo.db/+/804775 | 12:30 |
opendevreview | Merged openstack/neutron stable/victoria: segments: fix scheduling duplicate segments https://review.opendev.org/c/openstack/neutron/+/829958 | 12:33 |
opendevreview | Merged openstack/neutron master: Add devstack-enforce-scope job to our periodic queue https://review.opendev.org/c/openstack/neutron/+/827302 | 13:12 |
opendevreview | Merged openstack/neutron master: Move FIPS jobs from the experimental to the periodic queue https://review.opendev.org/c/openstack/neutron/+/830623 | 13:12 |
opendevreview | Merged openstack/neutron master: Re enable update_router_admin_state scenario test https://review.opendev.org/c/openstack/neutron/+/830812 | 13:12 |
lajoskatona | all: I will be a few minutes late from the meeting ,sorry for it.... | 13:39 |
ralonsoh | no rush | 13:39 |
slaweq | thx for the heads up lajoskatona | 13:55 |
mlavalle | lajoskatona: thanks for letting us know | 14:00 |
-amotoki- we may need to give lajoskatona 5mins every week to avoid rushing :-) | 14:01 | |
opendevreview | yatin proposed openstack/neutron master: [DNM] Check ovn ovs experimental https://review.opendev.org/c/openstack/neutron/+/831220 | 14:02 |
lajoskatona | #startmeeting networking | 14:03 |
opendevmeet | Meeting started Tue Mar 1 14:03:49 2022 UTC and is due to finish in 60 minutes. The chair is lajoskatona. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:03 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:03 |
opendevmeet | The meeting name has been set to 'networking' | 14:03 |
lajoskatona | Hi | 14:03 |
ralonsoh | hi | 14:04 |
elvira | o/ | 14:04 |
mlavalle | o/ | 14:04 |
lajoskatona | amotoki: in a few weeks it will be no problem as we change to summer time here | 14:04 |
ykarel | o/ | 14:04 |
amotoki | lajoskatona: nice! joking :-) | 14:05 |
bcafarel | o/ | 14:05 |
rubasov | o/ | 14:05 |
slaweq | o/ | 14:06 |
liuyulong | hi | 14:06 |
lajoskatona | #topic Announcements | 14:06 |
lajoskatona | Release countdown, R-4: #link http://lists.openstack.org/pipermail/openstack-discuss/2022-February/027422.html | 14:06 |
lajoskatona | Yoga branch cut on its way for some projects: https://review.opendev.org/c/openstack/releases/+/831289 | 14:06 |
lajoskatona | I also have to check it :-) | 14:07 |
lajoskatona | From the mail: RC1 deadline: March 10th, 2022(R-3 week) | 14:09 |
lajoskatona | That is next Thursday | 14:09 |
lajoskatona | I hope there will be no big issues with it :-) | 14:10 |
lajoskatona | if there is no comments for Yoga release we can move on | 14:10 |
lajoskatona | #topic Bugs | 14:11 |
lajoskatona | Report from lajoskatona: http://lists.openstack.org/pipermail/openstack-discuss/2022-February/027445.html | 14:11 |
lajoskatona | I have 2 bugs to highlight here as they have no owner: | 14:11 |
lajoskatona | Duplicate IP address on LSPs in the same LS lead to unpredictable flow output (#link https://bugs.launchpad.net/neutron/+bug/1961046 ) | 14:12 |
lajoskatona | this one is originally reported for OVN, but fnordahl set Neutron also affected | 14:12 |
lajoskatona | The other one: | 14:13 |
lajoskatona | [ovn-octavia-provider] OVN NB DB timeouts (#link https://bugs.launchpad.net/neutron/+bug/1961874 ) | 14:14 |
lajoskatona | it's perhaps some "which package to use in my deployment" question, so perhaps nothing to do in our side | 14:15 |
lajoskatona | This week haleyb is the deputy, and next week it will be amotoki. | 14:16 |
amotoki | lajoskatona: regarding the first bug, a bug fnordahl referred still looks specific to ovn. | 14:16 |
amotoki | I am fine with my deputy turn | 14:16 |
lajoskatona | amotoki: thanks | 14:16 |
lajoskatona | amotoki: yes, but if I understand the comment it can be fixed from Neutron side, and perhaps that's quicker than to wait for OVN | 14:17 |
lajoskatona | "although the current OVN DB schema allows duplicates to occur it is the CMS's responsibility to avoid them." | 14:17 |
lajoskatona | this is the usual on which layer to fix something, and who will first fix it or wait till the other layer fix it :-) | 14:18 |
lajoskatona | ok if there is no more comments/question for bugs, we can move on | 14:19 |
amotoki | lajoskatona: yeah, fair enough | 14:19 |
opendevreview | Krzysztof Tomaszewski proposed openstack/neutron master: Don't set HA ports down while L2 agent restart. https://review.opendev.org/c/openstack/neutron/+/826545 | 14:20 |
lajoskatona | Outreachy | 14:21 |
lajoskatona | Last week we discussed some topics, and I quickly listed them ( I hope all): | 14:21 |
lajoskatona | https://wiki.openstack.org/wiki/Network/Meetings#Outreachy_ideas | 14:21 |
slaweq | lajoskatona: do You want me to add to that list the RFEs which I found last week and sent to You already? | 14:24 |
lajoskatona | slaweq: sent a few RFEs which should be ok | 14:24 |
slaweq | :) | 14:24 |
lajoskatona | thank, I just found the list | 14:24 |
lajoskatona | but please | 14:24 |
slaweq | ok | 14:25 |
slaweq | I will add them right now | 14:25 |
lajoskatona | Personally I like this one: #link https://bugs.launchpad.net/neutron/+bug/1870319 :[RFE] Network cascade deletion API call | 14:26 |
amotoki | it would be nice if we can show candidates we have to outreachy folks. slaweq's list is really nice and at a quick look there are candidates for the program. | 14:26 |
amotoki | "candidates" I mean are potential areas they can work on. | 14:26 |
slaweq | lajoskatona: yes, that's something what is useful for others (Kuryr), shouldn't be hard to implement but also may let someone to learn a lot IMO | 14:27 |
opendevreview | Krzysztof Tomaszewski proposed openstack/neutron master: Don't set HA ports down while L3 agent restart. https://review.opendev.org/c/openstack/neutron/+/826545 | 14:27 |
bcafarel | it is also useful for lazy developers :) | 14:27 |
lajoskatona | bcafarel: :-) | 14:28 |
slaweq | also https://bugs.launchpad.net/neutron/+bug/1892200 could be very useful IMO | 14:30 |
lajoskatona | I still have fears that 3 month for a student is short for such RFE :-) | 14:32 |
slaweq | You mean https://bugs.launchpad.net/neutron/+bug/1892200 ? | 14:33 |
lajoskatona | but perhaps I underestimate them (I try to remember how useless I was when I was student :P) | 14:33 |
slaweq | IMO this one should be pretty quick to do, it should be one or 2 patches most likely | 14:33 |
lajoskatona | yes or the other one for Net cascade deletion | 14:33 |
slaweq | only on the L3 agent's side | 14:33 |
slaweq | net cascade deletion may be longer, that's true | 14:34 |
lajoskatona | yes but imagine it for somebody who perhaps first works with a cloud | 14:34 |
lajoskatona | but on the other hand we have a saying like the "palm tree grows better if it is loaded" (soory I even can't recall the correct Hungarian version of it) | 14:35 |
slaweq | maybe I misunderstand something there but shouldn't we except that participants in this program will have some knowledge about it (at least basic)? | 14:36 |
mlavalle | IMO the tasks should be doable but also represent a stretch | 14:36 |
slaweq | and that keepalived config template rfe isn't really nothing very "cloud specific" | 14:36 |
slaweq | it's about generating config file based on the jinja2 template | 14:37 |
slaweq | nothing more really | 14:37 |
lajoskatona | slaweq: true | 14:37 |
mlavalle | yeah, in that sense, the net cascade delete is more reflective of cloud knowledge | 14:37 |
slaweq | net cascade deletion is more complicated as this involves api, knowledge about resources like port, subnet, etc | 14:37 |
mlavalle | which is what the community is promising the interns | 14:37 |
mlavalle | yeah, but I think that is really meaningful for a student who wants to learn really about cloud | 14:38 |
slaweq | mlavalle: I know, that's why I added it to the list :) | 14:38 |
elvira | This might be obvious, but I think the best way would be dividing the task if possible in 2 or 3 subtasks so that the student sees it as bit sized doable tasks instead of "wow I need to add a whole new feature, I don't know where to start" :) | 14:39 |
mlavalle | even if at the end, he / she doesn't conclude the entire RFE, it will provide very good knwledge along the way | 14:39 |
mlavalle | agree with elvira | 14:39 |
slaweq | elvira++ | 14:39 |
lajoskatona | +1 | 14:40 |
slaweq | but I think someone who will be mentor in that program can think about splitting RFEs into smaller tasks later | 14:40 |
elvira | slaweq: you are right! | 14:40 |
slaweq | btw. lajoskatona do we need to propose this week specific RFE(s) which we want assign to someone from outreachy program? | 14:41 |
lajoskatona | for that the 1st task is to review the spec, and perhaps the splitting can be written into it | 14:41 |
slaweq | and mentors for that/those rfes? | 14:41 |
slaweq | or how it works exactly? | 14:41 |
lajoskatona | this Friday the deadline for propsing project, here: https://www.outreachy.org/communities/cfp/openstack/ | 14:42 |
mlavalle | I'd say propose net cascade deletion as is, and do the splitting later | 14:46 |
lajoskatona | anything can be proposed whic is a meaningful project that can be assigned to an intern, and osmeody will mentor it | 14:46 |
slaweq | by project You mean "neutron" or specific rfe/thing to work on? | 14:46 |
lajoskatona | a project for outreachy is more a task, so not such general thing like Neutron as openstack project | 14:47 |
slaweq | ok | 14:47 |
mlavalle | that's what I think | 14:47 |
slaweq | so, personally I would go with this net cascade deletion too probably | 14:47 |
mlavalle | and an RFE is a concrete enough task that serves this purpose well | 14:48 |
slaweq | it gives some view about how cloud works, but isn't very related to the networking backend, it's like web application -rest api, db operations etc. | 14:48 |
lajoskatona | right, that's true it requires more learning | 14:48 |
lajoskatona | good option to learn rest API, and net concepts in Openstack | 14:48 |
lajoskatona | ok, let's go with it | 14:49 |
amotoki | it is true, but it is a good chance to understnad how the rest API handles resources :-) | 14:49 |
lajoskatona | This is the spec for it: https://review.opendev.org/c/openstack/neutron-specs/+/810822 | 14:49 |
slaweq | it will require updates for sure | 14:50 |
mlavalle | yeah, but I think that to meet this week's deadline we have enough | 14:50 |
lajoskatona | I will propose it than | 14:51 |
lajoskatona | and later we can split it to smaller parts | 14:52 |
mlavalle | if nobody else does it, I will update the spec and try to come up with subtasks | 14:52 |
lajoskatona | mlavalle: thanks | 14:52 |
mlavalle | lajoskatona: do you know when the intern will start working with us? | 14:53 |
mlavalle | I want to have an idea of the deadline I have for this | 14:53 |
slaweq | mlavalle: https://www.outreachy.org/apply/project-selection/#openstack | 14:53 |
lajoskatona | mlavalle: no, but I can ask | 14:53 |
slaweq | there is some timeline | 14:53 |
lajoskatona | From May 30, 2022 to Aug. 26, 2022 ? | 14:55 |
mlavalle | yes, it looks like | 14:55 |
mlavalle | plenty of time to scrub the spec and reshape it in bite size bits | 14:56 |
slaweq | ++ | 14:56 |
lajoskatona | mlavalle, slaweq, elvira: if I understand well you can help with it to participate in mentoring? I can also do mentoring | 14:56 |
opendevreview | Merged openstack/neutron master: Fix typo in the third instruction paragraph of "Controller nodes" block https://review.opendev.org/c/openstack/neutron/+/831365 | 14:56 |
elvira | I think usually the intern will try to contribute with low hanging fruit commit before May 30 | 14:56 |
mlavalle | lajoskatona: yes, I'll be glad to work on the mentoring, either on my own or with elvira / slaweq | 14:57 |
slaweq | I can of course help if needed :) | 14:57 |
lajoskatona | ok, thanks | 14:57 |
elvira | sure thing lajoskatona, mlavalle. Please if you need any help ping me at any time, I'll be glad :) | 14:57 |
elvira | Or co-mentoring | 14:57 |
lajoskatona | I propose this rfe as project than, and we will see if we will have somebody who is interested :-) | 14:57 |
lajoskatona | ok, thanks everybody :-) | 14:58 |
lajoskatona | the time is up, if there's nothing more to discuss, we can close the meeting | 14:58 |
mlavalle | o/ | 14:59 |
lajoskatona | o/ | 14:59 |
slaweq | o/ | 14:59 |
ralonsoh | bye | 14:59 |
lajoskatona | #endmeeting | 14:59 |
opendevmeet | Meeting ended Tue Mar 1 14:59:48 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:59 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/networking/2022/networking.2022-03-01-14.03.html | 14:59 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/networking/2022/networking.2022-03-01-14.03.txt | 14:59 |
opendevmeet | Log: https://meetings.opendev.org/meetings/networking/2022/networking.2022-03-01-14.03.log.html | 14:59 |
ykarel | bye | 14:59 |
mlavalle | slaweq: I won't be able to attend CI meeting today. Still working on my action item from last week and will continue this week | 14:59 |
slaweq | mlavalle: ok, thx for the heads up | 15:00 |
slaweq | #startmeeting neutron_ci | 15:00 |
opendevmeet | Meeting started Tue Mar 1 15:00:18 2022 UTC and is due to finish in 60 minutes. The chair is slaweq. 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 |
slaweq | hi | 15:00 |
ralonsoh | hi | 15:00 |
lajoskatona | Hi, | 15:00 |
slaweq | This will be video meeting this time: https://meetpad.opendev.org/neutron-ci-meetings | 15:00 |
slaweq | Grafana dashboard: https://grafana.opendev.org/d/f913631585/neutron-failure-rate?orgId=1 | 15:00 |
lajoskatona | slaweq: I have to leave earlier today (~15:30 UTC) | 15:00 |
* bcafarel checks if he has working sound this time | 15:01 | |
slaweq | lajoskatona: sure, we can do quick meeting today :) | 15:01 |
slaweq | ralonsoh: obondarev are You joining video call? | 15:03 |
ralonsoh | sorry! | 15:03 |
obondarev | just a sec | 15:04 |
slaweq | #topic Actions from previous meetings | 15:04 |
slaweq | mlavalle will continue work on https://bugs.launchpad.net/neutron/+bug/1945283 | 15:04 |
slaweq | #action mlavalle will continue work on https://bugs.launchpad.net/neutron/+bug/1945283 | 15:04 |
slaweq | slaweq to check missing devices in namespace, see https://bugs.launchpad.net/neutron/+bug/1961740 for details | 15:04 |
slaweq | #link https://review.opendev.org/c/openstack/neutron/+/830622 | 15:05 |
slaweq | slaweq to move fips jobs to periodic queue | 15:07 |
slaweq | Patch https://review.opendev.org/c/openstack/neutron/+/830623 | 15:07 |
ykarel | is audio working for everyone? | 15:07 |
slaweq | #action slaweq to update grafana to add fips jobs to the periodic graph | 15:07 |
slaweq | ykarel: for me it works | 15:07 |
slaweq | please try different browser maybe | 15:07 |
ralonsoh | ykarel, it is | 15:08 |
ykarel | yes now working | 15:08 |
slaweq | #topic Stable branches | 15:08 |
ykarel | gone again, so seems some issue on my side only, test sound works fine | 15:09 |
* ykarel tries different browser | 15:09 | |
slaweq | #topic Stadium projects | 15:11 |
slaweq | #topic Grafana | 15:12 |
slaweq | #link https://grafana.opendev.org/d/f913631585/neutron-failure-rate | 15:12 |
slaweq | | 2022-7 | 1.67 |... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/KWUVCtOoknnPjQONAlCmqEzz) | 15:12 |
slaweq | Gate failure bugs: https://tinyurl.com/2p9x6yr2 - ykarel did great job cleaning this list recently, now it's only 28 bugs there | 15:13 |
ralonsoh | +1 for this cleaning effort ! | 15:14 |
ralonsoh | ykarel, ^^ | 15:14 |
obondarev | nice! | 15:14 |
lajoskatona | +1 | 15:15 |
slaweq | #topic fullstack/functional | 15:16 |
lajoskatona | This is the dashboard for resource usage I think: https://review.opendev.org/c/openstack/project-config/+/831374 | 15:16 |
ykarel | lajoskatona, yes right ^ | 15:17 |
ykarel | no audio for me yet, tried different browsers | 15:17 |
slaweq | https://56478ba267ebf25a23bb-1eea024bd5e7ce21ccc269ced577bdd4.ssl.cf2.rackcdn.com/830509/3/gate/neutron-functional-with-uwsgi/efe0312/testr_results.html | 15:17 |
slaweq | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_780/828687/1/gate/neutron-functional-with-uwsgi/780a196/testr_results.html | 15:17 |
slaweq | https://7dbf986b2ac380cd13d6-397caf381a73cd99b004eb00bbac7fbc.ssl.cf2.rackcdn.com/825428/10/check/neutron-functional-with-uwsgi/1f91dc7/testr_results.html | 15:17 |
slaweq | #action ralonsoh to investigate timeout while waiting for router to be "primary" in functional tests | 15:19 |
slaweq | https://f7e1d46dbc2e3f05ff14-bdc442ba3e90f0570dc90e3be6cfc7bb.ssl.cf5.rackcdn.com/830622/3/check/neutron-functional-with-uwsgi/c6a67e0/testr_results.html | 15:19 |
ykarel | somehow audio works now, it's weird | 15:21 |
slaweq | #action ralonsoh to investigate mysql failure https://f7e1d46dbc2e3f05ff14-bdc442ba3e90f0570dc90e3be6cfc7bb.ssl.cf5.rackcdn.com/830622/3/check/neutron-functional-with-uwsgi/c6a67e0/testr_results.html | 15:21 |
slaweq | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_366/830623/1/check/neutron-fullstack-with-uwsgi/366febd/testr_results.html | 15:22 |
slaweq | #action slaweq to check fullstack failure https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_366/830623/1/check/neutron-fullstack-with-uwsgi/366febd/testr_results.html | 15:22 |
slaweq | #topic Tempest/Scenario | 15:22 |
slaweq | https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_242/830509/3/gate/neutron-ovn-tempest-ipv6-only/2424298/testr_results.html | 15:23 |
slaweq | https://review.opendev.org/c/openstack/neutron/+/830808 | 15:23 |
slaweq | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_275/819147/3/check/neutron-ovs-tempest-dvr-ha-multinode-full/275f51f/testr_results.html | 15:24 |
slaweq | #action slaweq to check notifications from neutron to nova in https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_275/819147/3/check/neutron-ovs-tempest-dvr-ha-multinode-full/275f51f/testr_results.html | 15:25 |
ykarel | patch to add new periodic jobs to dashboard https://review.opendev.org/c/openstack/project-config/+/831378 | 15:26 |
ykarel | https://review.opendev.org/c/openstack/project-config/+/831374 | 15:27 |
opendevreview | yatin proposed openstack/neutron master: Fix configure_for_func_testing script https://review.opendev.org/c/openstack/neutron/+/830949 | 15:51 |
opendevreview | Merged openstack/neutron stable/victoria: [OVN] Handle RouterNotFound exception in set_gateway_mtu https://review.opendev.org/c/openstack/neutron/+/830866 | 15:51 |
opendevreview | Merged openstack/neutron stable/ussuri: [OVN] Handle RouterNotFound exception in set_gateway_mtu https://review.opendev.org/c/openstack/neutron/+/830867 | 16:18 |
opendevreview | Merged openstack/neutron-tempest-plugin master: Re enable trunk_subport_lifecycle scenario test https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/830990 | 16:19 |
opendevreview | Merged openstack/neutron-tempest-plugin master: Add test to verify DHCP port IP address modification https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/827827 | 16:19 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Group execution of SQL functional tests https://review.opendev.org/c/openstack/neutron/+/831409 | 17:17 |
opendevreview | Merged openstack/neutron master: Switch to cirros uec image in ovn tempest jobs https://review.opendev.org/c/openstack/neutron/+/830808 | 18:19 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Group execution of SQL functional tests https://review.opendev.org/c/openstack/neutron/+/831409 | 18:53 |
*** kleini_ is now known as kleini | 20:46 | |
opendevreview | Merged openstack/networking-ovn stable/train: [OVN] Handle RouterNotFound exception in set_gateway_mtu https://review.opendev.org/c/openstack/networking-ovn/+/831218 | 22:17 |
*** dasm|rover is now known as dasm|off | 22:39 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!