opendevreview | Merged openstack/neutron stable/yoga: ovn: Don't fail db sync if new IP allocation fails for metadata https://review.opendev.org/c/openstack/neutron/+/854011 | 00:14 |
---|---|---|
opendevreview | Merged openstack/neutron stable/xena: ovn: Don't fail db sync if new IP allocation fails for metadata https://review.opendev.org/c/openstack/neutron/+/854012 | 00:14 |
opendevreview | Merged openstack/neutron stable/wallaby: ovn: Don't fail db sync if new IP allocation fails for metadata https://review.opendev.org/c/openstack/neutron/+/854013 | 00:26 |
opendevreview | Merged openstack/neutron stable/yoga: Mellanox_eth.img url expires, remove the mellanox_eth.img node https://review.opendev.org/c/openstack/neutron/+/853445 | 00:26 |
opendevreview | Merged openstack/neutron stable/xena: Mellanox_eth.img url expires, remove the mellanox_eth.img node https://review.opendev.org/c/openstack/neutron/+/853446 | 00:37 |
opendevreview | Merged openstack/neutron stable/wallaby: Mellanox_eth.img url expires, remove the mellanox_eth.img node https://review.opendev.org/c/openstack/neutron/+/853447 | 00:38 |
opendevreview | Merged openstack/neutron stable/victoria: Mellanox_eth.img url expires, remove the mellanox_eth.img node https://review.opendev.org/c/openstack/neutron/+/853448 | 00:38 |
opendevreview | Merged openstack/neutron stable/ussuri: Mellanox_eth.img url expires, remove the mellanox_eth.img node https://review.opendev.org/c/openstack/neutron/+/853449 | 00:38 |
opendevreview | Merged openstack/neutron stable/train: Mellanox_eth.img url expires, remove the mellanox_eth.img node https://review.opendev.org/c/openstack/neutron/+/853630 | 00:38 |
opendevreview | Merged openstack/neutron stable/stein: Mellanox_eth.img url expires, remove the mellanox_eth.img node https://review.opendev.org/c/openstack/neutron/+/853633 | 00:38 |
opendevreview | Merged openstack/neutron stable/rocky: Mellanox_eth.img url expires, remove the mellanox_eth.img node https://review.opendev.org/c/openstack/neutron/+/853631 | 00:38 |
opendevreview | Merged openstack/neutron stable/queens: Mellanox_eth.img url expires, remove the mellanox_eth.img node https://review.opendev.org/c/openstack/neutron/+/853632 | 00:38 |
opendevreview | Merged openstack/neutron stable/yoga: [OVN] Try to bind ports only to the ovn-controller agents https://review.opendev.org/c/openstack/neutron/+/853635 | 00:38 |
opendevreview | Merged openstack/neutron stable/yoga: remove unused updated_at parameter for AgentCache.update https://review.opendev.org/c/openstack/neutron/+/853262 | 00:38 |
opendevreview | David Hill proposed openstack/neutron master: Allow operator to disable usage of random-fully https://review.opendev.org/c/openstack/neutron/+/854041 | 00:46 |
opendevreview | Merged openstack/neutron master: Migrate "migrate_names" to use "cliff" https://review.opendev.org/c/openstack/neutron/+/852834 | 01:25 |
opendevreview | yatin proposed openstack/neutron master: [WIP] Switch fullstack/functional fips jobs to 9-stream https://review.opendev.org/c/openstack/neutron/+/843245 | 04:12 |
*** tkajinam|off is now known as tkajinam | 05:48 | |
jeffyang | frickler: Hi, lajoskatona tell me you are testing ndp proxy, I am the author of the feature. Thank you for your hard work. If you have any issues, please tell me by the channel. | 06:20 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Pin OVS version for OVN master https://review.opendev.org/c/openstack/ovn-octavia-provider/+/854008 | 06:41 |
*** elvira2 is now known as elvira | 07:04 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Remove session check in ``update_network_postcommit`` https://review.opendev.org/c/openstack/neutron/+/852885 | 07:56 |
frickler | jeffyang: welcome, thanks for updating the OSC patch, will review again later | 08:08 |
frickler | jeffyang: I've written you a DM about the other issue, not sure whether it is to be made public yet | 08:19 |
congnt | Hi everyone, Anyone hit this bug(https://bugs.launchpad.net/neutron/+bug/1987060)? My cluster is very unstable, so many vm created without metadata | 08:31 |
ralonsoh | congnt, how many subnets do you have in the network of the port attached to the VM? | 08:40 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib master: Add DSCP mark 44 https://review.opendev.org/c/openstack/neutron-lib/+/854117 | 08:46 |
congnt | ralonsoh: Sorry, I'm late, my network has only one subnet | 09:28 |
ralonsoh | congnt, and how much time does it take to the metadata service to create the network namespace and apply the IP address to the metadata port? | 09:41 |
ralonsoh | logs could be useful | 09:41 |
congnt | 2022-08-23 11:14:11.563 7 INFO neutron.agent.ovn.metadata.agent [-] Port 56e87dc8-c9aa-48e4-91df-a51a35c5f285 in datapath 477df9df-b624-4464-af1d-0ce88794de24 bound to our chassis | 09:47 |
congnt | https://imgur.com/a/GwmSHMR | 09:47 |
congnt | It takes only 2 seconds to create namespace and apply the IP Address, and start haproxy | 09:47 |
congnt | ralonsoh: Sorry, I'm send wrong link image (https://imgur.com/dGkFeNX) | 09:49 |
ralonsoh | It could be more useful to check the metatada logs in debug mode | 09:50 |
ralonsoh | to check when the event is received | 09:50 |
ralonsoh | in any case, 2 seconds is not fast enough? | 09:50 |
congnt | ralonsoh: I saw namespace create successfully, but VM can't ping to the namespace, so it can't get metadata | 09:52 |
ralonsoh | congnt, so this is another problem, the bug is no legit | 09:53 |
ralonsoh | the problem is not in the metadata | 09:53 |
ralonsoh | did you received the DHCP packets correctly in the VM? | 09:53 |
ralonsoh | do you have the correct routes? | 09:53 |
congnt | ralonsoh: Yes, maybe problem is not in the metadata, I think it because openvswitch set up flow slowly after debug | 09:54 |
ralonsoh | ok, so check that. In any case, the number of flows for a new single port are just a few | 09:55 |
congnt | After successful namespace creation, it takes up to 40-60 seconds for below 6 flows to be added (https://imgur.com/aO2Di8O) | 09:56 |
congnt | ralonsoh: After that, vm can ping namespace and I can reboot to receive metadata | 09:57 |
ralonsoh | check the ovn-controller and the OVS service | 09:57 |
ralonsoh | but 1 minute for 6 flows is not normal | 09:57 |
ralonsoh | so something is happening there | 09:57 |
congnt | ralonsoh: I checked, but nothing logged except log tcp:127.0.0.1:58982: no response to inactivity probe after 5.03 seconds, disconnecting in ovsdb-server | 10:03 |
congnt | ralonsoh: All log neutron-ovn-metadata, ovs-vswitchd, ovn-controller and ovsdb-server in https://imgur.com/a/mwCnL5y. Can you help me see if there is any abnormal log? | 10:16 |
ralonsoh | if the VM receives the DHCP reply correctly, the flows are set | 10:17 |
congnt | ralonsoh: But VM can't ping namespace after 6 flows above added, do you know why it add 6 flows above slowly? | 10:26 |
opendevreview | Merged openstack/neutron master: Migrate "download_gerrit_change" to use "cliff" https://review.opendev.org/c/openstack/neutron/+/852841 | 10:32 |
opendevreview | Ke Niu proposed openstack/networking-sfc master: remove unicode prefix from code https://review.opendev.org/c/openstack/networking-sfc/+/854152 | 11:02 |
opendevreview | Ke Niu proposed openstack/networking-sfc master: remove unicode prefix from code https://review.opendev.org/c/openstack/networking-sfc/+/854152 | 11:03 |
frickler | lajoskatona: slaweq: ralonsoh: maybe some of you can join in reviewing the OSC patch for ndp proxy, would be good to have the client functionality in Zed, too https://review.opendev.org/c/openstack/python-openstackclient/+/749038 | 11:55 |
frickler | related question: if I wanted to have ndp proxy in yoga, I would have to do the backport downstream only, right? | 11:56 |
opendevreview | Merged openstack/neutron master: [OVN] Remove session check in ``update_network_postcommit`` https://review.opendev.org/c/openstack/neutron/+/852885 | 11:59 |
lajoskatona | frickler: yes, the patch series added a new api-def (https://review.opendev.org/c/openstack/neutron-lib/+/747523 ) and that can't be backported | 12:01 |
slaweq | frickler: sure, I added it to my review list | 12:09 |
opendevreview | David Hill proposed openstack/neutron master: Allow operator to disable usage of random-fully https://review.opendev.org/c/openstack/neutron/+/854041 | 13:04 |
*** dasm|off is now known as dasm | 13:28 | |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: DNM Just test of the Centos 9 stream periodic job https://review.opendev.org/c/openstack/neutron/+/854191 | 13:29 |
*** obondarev_ is now known as obondarev | 13:50 | |
lajoskatona | #startmeeting networking | 14:01 |
opendevmeet | Meeting started Tue Aug 23 14:01:23 2022 UTC and is due to finish in 60 minutes. The chair is lajoskatona. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:01 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:01 |
opendevmeet | The meeting name has been set to 'networking' | 14:01 |
lajoskatona | Hi | 14:01 |
mlavalle | o/ | 14:01 |
lajoskatona | sorry for being late.... | 14:01 |
ralonsoh | hi | 14:01 |
slaweq | o/ | 14:01 |
isabek | Hi | 14:01 |
frickler | \o | 14:01 |
lajoskatona | #topic Announcements | 14:03 |
lajoskatona | the usual Zed schedule: https://releases.openstack.org/zed/schedule.html | 14:03 |
bcafarel | o/ | 14:03 |
lajoskatona | And we have a fresh release countdown mail: | 14:03 |
lajoskatona | [release] Release countdown for week R-6, Aug 22 - 26 (#link https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030037.html ) | 14:03 |
lajoskatona | some dates from it: | 14:03 |
lajoskatona | Non-client library freeze: August 25th, 2022 (R-6 week) | 14:03 |
lajoskatona | Client library freeze: September 1st, 2022 (R-5 week) | 14:03 |
lajoskatona | Zed-3 milestone: September 1st, 2022 (R-5 week) | 14:03 |
lajoskatona | Cycle Highlights Due: September 1st, 2022 (R-5 week) | 14:04 |
lajoskatona | For this I pushed a WIP: https://review.opendev.org/c/openstack/releases/+/853813 | 14:04 |
elvira | o/ | 14:04 |
lajoskatona | please check it, I just started to list what we have this cycle and I will add nice sentences later | 14:04 |
obondarev | hi | 14:04 |
lajoskatona | And Zed final release: October 5th, 2022 | 14:05 |
lajoskatona | Do you have questions or comments for the final weeks of the Zed cycle? | 14:06 |
lajoskatona | Ok, I have another thing for announcements | 14:07 |
lajoskatona | We are closing the Outreachy internship period also | 14:08 |
lajoskatona | The project was the network cascade deletion spec | 14:08 |
lajoskatona | It is quite complex so at about half time I changed to touch the things that can be useful for the intern (skoech[m]), and can give some positive feeling and success :-) | 14:09 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: DNM Just test of the Centos 9 stream periodic job https://review.opendev.org/c/openstack/neutron/+/854191 | 14:10 |
lajoskatona | Thanks everybody who helped with reviews or with comentoring (elvira :-)) | 14:10 |
slaweq | elvira++ lajoskatona++ :) | 14:10 |
elvira | thanks to you for letting me help lajoskatona!! And I came back from PTO yesterday so sorry if I missed something :) | 14:10 |
slaweq | thx for taking care of it | 14:10 |
obondarev | good work! | 14:10 |
mlavalle | Thanks to skoech[m] for her efforts also | 14:11 |
elvira | and thanks skoech[m] for joining us | 14:11 |
mlavalle | and great contrinution | 14:11 |
lajoskatona | My takeaway is that this kind of intenrship program can be useful, but the project must be carefully selected | 14:11 |
elvira | +1 to that | 14:12 |
lajoskatona | Ok, that's it for outreachy | 14:13 |
lajoskatona | PTG: please check the etherpad: https://etherpad.opendev.org/p/neutron-antelope-ptg | 14:13 |
lajoskatona | and add your topics | 14:13 |
lajoskatona | We will have a session around pyroute2 :-) | 14:14 |
lajoskatona | if you have questions for that add those to the lines for pyroute2 from svinota | 14:14 |
lajoskatona | And one last thing: | 14:15 |
lajoskatona | RECHECKs: Check the failure before rechecking, and add a line of reason for recheck | 14:15 |
lajoskatona | like bug number or some reason like zuul mirror issue or such | 14:16 |
slaweq | ++ | 14:17 |
lajoskatona | I think this is our related doc: https://docs.openstack.org/neutron/latest/contributor/gerrit-recheck.html | 14:17 |
lajoskatona | Do you have anything to add to the announcements? | 14:18 |
lajoskatona | #topic Bugs | 14:19 |
lajoskatona | Report from lajoskatona: https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030057.html | 14:19 |
lajoskatona | I have 2 bugs to mention here: | 14:21 |
lajoskatona | OVN Metadata set up very slow (#link https://bugs.launchpad.net/neutron/+bug/1987060 ) | 14:21 |
ralonsoh | not valid | 14:21 |
lajoskatona | As I see ralonsoh commented on this one, thanks for it | 14:21 |
lajoskatona | thanks, I just read it :-) | 14:21 |
lajoskatona | The other one: | 14:21 |
lajoskatona | [stable/stein][stable/rocky}[stable/queens] CI jobs failing (#link https://bugs.launchpad.net/neutron/+bug/1986682 ) | 14:22 |
lajoskatona | for this one I spend some time on the stein failures | 14:22 |
lajoskatona | and from high level: I switched off grenade, and I cant fix the linuxbridge job (not serious more the usual legacy vs new neutron lib in devstack) | 14:23 |
lajoskatona | https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/853794 & https://review.opendev.org/c/openstack/neutron/+/853608 | 14:23 |
lajoskatona | so it can be a thing to think about, if we reduce the coverage of these branches (I checked only stein) we can still keep them green | 14:24 |
ralonsoh | fine for me, TBH | 14:24 |
mlavalle | +1 | 14:25 |
lajoskatona | for grenade QA team seems the jobs experimental for these branches, so that is clear message | 14:25 |
ralonsoh | agree | 14:26 |
lajoskatona | that's it for me for the bugs | 14:26 |
lajoskatona | This week slaweq is the deputy and next week haleyb will be. | 14:26 |
slaweq | I already checked some of the bugs from this week | 14:26 |
lajoskatona | slaweq: thanks | 14:27 |
lajoskatona | #topic On Demand Agenda | 14:28 |
lajoskatona | Do you have anything more to discuss? | 14:28 |
mlavalle | not me | 14:29 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: DNM Just test of the Centos 9 stream periodic job https://review.opendev.org/c/openstack/neutron/+/854191 | 14:29 |
lajoskatona | ok, if nothing more we can close the meeting | 14:30 |
lajoskatona | #endmeeting | 14:30 |
opendevmeet | Meeting ended Tue Aug 23 14:30:46 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:30 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/networking/2022/networking.2022-08-23-14.01.html | 14:30 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/networking/2022/networking.2022-08-23-14.01.txt | 14:30 |
opendevmeet | Log: https://meetings.opendev.org/meetings/networking/2022/networking.2022-08-23-14.01.log.html | 14:30 |
lajoskatona | Bye | 14:30 |
ralonsoh | bye | 14:30 |
lajoskatona | see you on the CI meeting | 14:30 |
bcafarel | indeed! | 14:32 |
mlavalle | see you there | 14:32 |
frickler | lajoskatona: how will the cascade delete patch be handled, is there someone else who will take over? | 14:33 |
lajoskatona | frickler: good question | 14:40 |
lajoskatona | To tell the truth I don't know, the original idea is from slaweq, and he is the owner of the spec also | 14:40 |
slaweq | frickler: lajoskatona TBH currently I don't have plans to work on it but I will try to find some time | 14:45 |
slaweq | #startmeeting neutron_ci | 15:00 |
opendevmeet | Meeting started Tue Aug 23 15:00:58 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 |
mlavalle | o/ | 15:01 |
lajoskatona | o/ | 15:01 |
slaweq | o/ | 15:01 |
slaweq | Grafana dashboard: https://grafana.opendev.org/d/f913631585/neutron-failure-rate?orgId=1 | 15:01 |
slaweq | ralonsoh: ykarel ping | 15:01 |
slaweq | bcafarel: | 15:01 |
ralonsoh | sorry, hi | 15:01 |
ykarel | hi | 15:02 |
bcafarel | o/ sorry | 15:02 |
slaweq | no problem :) | 15:02 |
slaweq | I think we can start | 15:02 |
slaweq | #topic Actions from previous meetings | 15:02 |
slaweq | slaweq to fix functiona/fullstack failures on centos 9 stream: https://bugs.launchpad.net/neutron/+bug/1976323 | 15:02 |
slaweq | I got back to it today | 15:02 |
slaweq | and I still have no idea why 2 functional tests related to the deletion of conntrack entires are failing | 15:03 |
slaweq | on centos 9 stream there is libnetfilter_conntrack-1.0.8-4.el9.x86_64 and with this version tests are failing | 15:03 |
slaweq | but when I downgraded it to libnetfilter_conntrack-1.0.6-5.el8.x86_64 tests are passing | 15:04 |
ralonsoh | any error in syslog? | 15:04 |
ralonsoh | or in neutron | 15:04 |
slaweq | from what I found, with version 1.0.8 we got -1 in https://github.com/openstack/neutron/blob/master/neutron/privileged/agent/linux/netlink_lib.py#L200 | 15:05 |
slaweq | ralonsoh: no any other errors | 15:06 |
ralonsoh | slaweq, I'll ping you later | 15:06 |
slaweq | ralonsoh: thx, we can talk about it offline tomorrow morning | 15:06 |
slaweq | in the meantime I will assign same action for me for this week | 15:07 |
slaweq | #action slaweq to fix functiona/fullstack failures on centos 9 stream: https://bugs.launchpad.net/neutron/+bug/1976323 | 15:07 |
slaweq | ok, next one | 15:07 |
slaweq | ralonsoh to check route not found failure in functional job https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_9a3/852723/2/check/neutron-functional-with-uwsgi/9a30d07/testr_results.html | 15:07 |
ralonsoh | yeah, still fighting with this one, sorry | 15:07 |
slaweq | no problem | 15:07 |
slaweq | do You want to assign it for You for this week? | 15:07 |
ralonsoh | sure | 15:08 |
slaweq | #action ralonsoh to check route not found failure in functional job https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_9a3/852723/2/check/neutron-functional-with-uwsgi/9a30d07/testr_results.html | 15:08 |
slaweq | thx | 15:08 |
slaweq | ok, next one | 15:08 |
slaweq | slaweq to check failing neutron-ovn-tempest-ovs-master-centos-9-stream periodic job | 15:08 |
slaweq | I also got to this today | 15:08 |
slaweq | for now I proposed devstack patch https://review.opendev.org/c/openstack/devstack/+/854190 | 15:09 |
slaweq | and I'm waiting for results of that job with this change | 15:09 |
slaweq | I think it will move forward a bit but there will be other changes needed as well probably | 15:09 |
ralonsoh | when that started to happen? | 15:10 |
slaweq | ralonsoh: I don't really know | 15:10 |
slaweq | I will also assign it to me for this week and will continue work on fixes | 15:10 |
slaweq | #action slaweq to check failing neutron-ovn-tempest-ovs-master-centos-9-stream periodic job | 15:10 |
slaweq | and that was last Action Item for today | 15:11 |
slaweq | #topic Stable branches | 15:11 |
slaweq | lajoskatona: bcafarel: anything new with stable branches? | 15:11 |
lajoskatona | From me only what I mentioned on the team meeting | 15:12 |
bcafarel | not a lot on my side, backports on >=train are merging fine | 15:12 |
lajoskatona | I checked stein failures and as I see we can skip grenade as that is experimenta lfrom QA teams perspective on these branches | 15:13 |
bcafarel | +1 and backports in these branches should not have upgrade impacts | 15:13 |
lajoskatona | and the linuxbridge tempest job is failing and I know what is the problem but can't figure out what to say in zuul cfg to have the good result (disable q-log or disable neutron-log) | 15:13 |
slaweq | lajoskatona: You can try to disable both :) | 15:14 |
bcafarel | lajoskatona: use uppercase to yell at zuul? :) | 15:14 |
lajoskatona | :-) | 15:14 |
lajoskatona | ok, I will push not wip patch for it | 15:14 |
slaweq | lajoskatona: please send me link to patch, I will take a look :) | 15:15 |
lajoskatona | slaweq: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/853794 & https://review.opendev.org/c/openstack/neutron/+/853608 | 15:15 |
slaweq | ok, I will look at it tomorrow | 15:16 |
slaweq | I think we can move on | 15:17 |
lajoskatona | +1 | 15:17 |
bcafarel | yep (and thanks lajoskatona for working on these) | 15:17 |
slaweq | #topic Stadium projects | 15:18 |
slaweq | any updates regarding stadium ? | 15:18 |
lajoskatona | I have one small thing forthe weekly jobs | 15:19 |
lajoskatona | the bgpvpn job is failing but as I see only because the required project list is empty | 15:19 |
lajoskatona | no sorry it is bagpipe: https://review.opendev.org/c/openstack/networking-bagpipe/+/854003 | 15:19 |
lajoskatona | otherwise I don't know of any issues for stadiums | 15:21 |
slaweq | thx for update lajoskatona | 15:22 |
slaweq | I just approved that patch | 15:22 |
slaweq | #topic Grafana | 15:23 |
slaweq | in grafana things looks pretty good | 15:23 |
slaweq | except that today many jobs are going to very high failure rates | 15:24 |
slaweq | but also, there is very few runs of the jobs so maybe it was just one or 2 runs which failed and that's why percentage are high | 15:24 |
mlavalle | yeah, I think so | 15:24 |
slaweq | because when I was checking recent patches, I didn't notice today any major issue with our gates | 15:25 |
slaweq | I think we can move on | 15:26 |
slaweq | to the next topic | 15:26 |
slaweq | #topic Rechecks | 15:26 |
slaweq | +---------+----------+... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/VBdFagQCTXlesqxdQgkdHVzg) | 15:27 |
slaweq | average number of rechecks to get patch merge is pretty good still | 15:27 |
slaweq | and regarding bare rechecks in last 7 days: | 15:27 |
slaweq | +---------+---------------+--------------+-------------------+... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/fYoqUJzwSUDwuRESBqExPdYb) | 15:27 |
slaweq | it is also much better | 15:27 |
slaweq | thank You all :) | 15:27 |
lajoskatona | \o/ | 15:28 |
slaweq | anything You want to add there? | 15:28 |
mlavalle | Cool! | 15:28 |
slaweq | ok, lets move on | 15:29 |
slaweq | #topic Periodic | 15:29 |
slaweq | here I just wanted to say thanks to ralonsoh as openstack-tox-py39-with-oslo-master is fixed now :) | 15:30 |
ralonsoh | cool | 15:30 |
slaweq | other than that, only broken job is the one with centos-9 stream but we talked about it already earlier today | 15:31 |
lajoskatona | +1 thanks | 15:31 |
mlavalle | Thanks ralonsoh | 15:31 |
slaweq | and I have nothing more for today's meeting | 15:31 |
slaweq | so if You don't have any other topics related to CI, we can finish meeting earlier | 15:31 |
bcafarel | I like the trend of "not a lot to say on CI" meetings | 15:31 |
slaweq | :) | 15:31 |
lajoskatona | :-) | 15:32 |
slaweq | ok, so lets have few minutes back :) | 15:32 |
ykarel | :) | 15:32 |
slaweq | thx for attending the meeting | 15:32 |
mlavalle | \o/ | 15:32 |
slaweq | and see You online | 15:32 |
slaweq | o/ | 15:32 |
bcafarel | o/ | 15:32 |
ralonsoh | bye! | 15:32 |
slaweq | #endmeeting | 15:32 |
opendevmeet | Meeting ended Tue Aug 23 15:32:55 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:32 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-08-23-15.00.html | 15:32 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-08-23-15.00.txt | 15:32 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-08-23-15.00.log.html | 15:32 |
mlavalle | bye | 15:32 |
lajoskatona | o/ | 15:32 |
ykarel | bye | 15:33 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/yoga: [OVN] Remove session check in ``update_network_postcommit`` https://review.opendev.org/c/openstack/neutron/+/854233 | 15:40 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/xena: [OVN] Remove session check in ``update_network_postcommit`` https://review.opendev.org/c/openstack/neutron/+/854234 | 15:41 |
opendevreview | David Hill proposed openstack/neutron master: Allow operator to disable usage of random-fully https://review.opendev.org/c/openstack/neutron/+/854041 | 15:56 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib master: Add DSCP mark 44 https://review.opendev.org/c/openstack/neutron-lib/+/854117 | 16:39 |
opendevreview | Merged openstack/networking-bagpipe master: CI: Add required_projects to weekly py39 job https://review.opendev.org/c/openstack/networking-bagpipe/+/854003 | 16:49 |
*** jlibosva is now known as Guest904 | 17:43 | |
*** dasm is now known as dasm|off | 22:29 | |
opendevreview | Miguel Lavalle proposed openstack/neutron-specs master: FWaaS Group Ordering Spec https://review.opendev.org/c/openstack/neutron-specs/+/851607 | 23:43 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!