opendevreview | Maximilian Stinsky proposed openstack/neutron master: Add function to refresh accept_ra on router state change https://review.opendev.org/c/openstack/neutron/+/824947 | 07:08 |
---|---|---|
opendevreview | Liangyi Ma proposed openstack/ovn-bgp-agent master: Fix spelling errors https://review.opendev.org/c/openstack/ovn-bgp-agent/+/893339 | 08:00 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Document gap in packet fragmentation in E/W traffic https://review.opendev.org/c/openstack/neutron/+/894620 | 08:40 |
opendevreview | Merged openstack/os-vif stable/2023.2: Update .gitreview for stable/2023.2 https://review.opendev.org/c/openstack/os-vif/+/894060 | 08:50 |
opendevreview | Lajos Katona proposed openstack/networking-bgpvpn master: Fix bindep.txt for python 3.11 job(Debian Bookworm) https://review.opendev.org/c/openstack/networking-bgpvpn/+/894024 | 08:53 |
opendevreview | Lajos Katona proposed openstack/networking-bgpvpn master: Fix bindep.txt for python 3.11 job(Debian Bookworm) https://review.opendev.org/c/openstack/networking-bgpvpn/+/894024 | 08:55 |
frickler | ralonsoh: checking open patches for n-d-r I found https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/882940 , likely it is too late to get this into the current release? otoh I think it would be good to have consistency with neutron | 11:30 |
ralonsoh | frickler, this is a best effort task, that has been around the last 6 years | 11:34 |
ralonsoh | so no problem if that is not merged now (actually better not to merge it now) | 11:35 |
ralonsoh | actually now I check the UT errors, I still need to push a new patch to Neutron | 11:36 |
frickler | ralonsoh: ah, because of the neutron depends-on I assumed that this was a recently refreshed activity | 11:49 |
ralonsoh | yes but I found another issue (the UT error) | 11:50 |
ralonsoh | but no rush | 11:50 |
frickler | but then we should be fine with the rc1. sadly I didn't get to take a closer look at the other open issues yet, so they will also be left pending | 11:50 |
racosta_ | Hi fricker, please check this one: https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/888787 | 11:51 |
jras_ | Hi. We are experiencing an issue where libvirt sporadically fails to start a vm because of an error adding QoS rules to the tap device [https://paste.opendev.org/show/banv5zJOc8XA0vpDLFg3/](#31). The VM interface is configured as such: https://paste.opendev.org/show/btrGkjtPOjbqJzYPctNL/. A friendly developer from #virt pointed out that the interface has to specify <virtualport type='openvswitch'> to use OVS to configure QoS to prevent racing | 11:52 |
jras_ | conditions (https://libvirt.org/formatdomain.html#bridge-to-lan). Sadly I couldn't find any related config in OpenStack for this.. Has anyone seen this kind of behaviour before? Running OpenStack Yoga (Ubuntu 22.04) | 11:52 |
racosta_ | *frickler, sorry. | 11:53 |
frickler | racosta_: yes, I saw that, but I'm not convinced the fix is in the right location. need to build a functional test that reproduces the issue | 11:53 |
frickler | racosta_: sadly I've had no time for that over the past months | 11:54 |
racosta_ | No worries. I'm runnig this fix in production right now with no more issues. | 11:56 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: [OVN] Fail to start Neutron server when OVN and FIP PF config is invalid https://review.opendev.org/c/openstack/neutron/+/892542 | 12:39 |
slaweq | ralonsoh ltomasbo ykarel lajoskatona hi, please check again https://review.opendev.org/c/openstack/neutron/+/892542 - now I did it in the way that it will fail to start neutron-server in such incompatible configuration | 12:40 |
slaweq | there is also upgrade check added to find that problem before upgrade of Neutron | 12:40 |
lajoskatona | slaweq: ack, checking | 12:52 |
ralonsoh | sure, let me check | 12:57 |
slaweq | thx | 12:58 |
ltomasbo | nice one! | 13:02 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-bgp-agent master: Add initial support for local OVN cluster instead of kernel-networking https://review.opendev.org/c/openstack/ovn-bgp-agent/+/881779 | 13:07 |
ralonsoh | slaweq, some nits, code looks OK | 13:10 |
ralonsoh | slaweq, but I would wait until C release to merge this patch | 13:10 |
slaweq | thx, I will address them ASAP | 13:11 |
ralonsoh | qq: | 13:11 |
ralonsoh | is this a bug right now? | 13:11 |
slaweq | ralonsoh yes, I agree that we shouldn't go with it before we will have master opened for 2024.1 | 13:11 |
ralonsoh | perfect! | 13:11 |
slaweq | it's bug, we can add known issue in release notes for 2023.2 release | 13:11 |
slaweq | to let people know about this wrong configuration | 13:12 |
ralonsoh | ok then, please propose this patch | 13:12 |
slaweq | I can propose additional patch for that and to get it into this release | 13:12 |
ralonsoh | perfect | 13:12 |
slaweq | sure, right after the meeting I'm in now | 13:12 |
ralonsoh | frickler, please check https://review.opendev.org/c/openstack/releases/+/894687 | 13:24 |
ralonsoh | ltomasbo, hi! please check https://review.opendev.org/c/openstack/releases/+/894696 | 13:28 |
slaweq | ralonsoh regarding Your comment about "sys.exit" vs "raise SystemExit" - it seems that we don't always use the latter: https://codesearch.opendev.org/?q=sys%5C.exit&i=nope&literal=nope&files=&excludeFiles=&repos=openstack/neutron :) | 13:30 |
slaweq | do You think we should change all of those to the "raise SystemExit" way too? | 13:30 |
slaweq | I will update my patch of course, just wanted to ask wdyt about other places like that :) | 13:30 |
ralonsoh | slaweq, no no, sys.exit will work fine too. But please add the error str | 13:31 |
ralonsoh | sys.exit(str(err)) | 13:31 |
slaweq | ahh, ok | 13:31 |
slaweq | :) | 13:31 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: [OVN] Fail to start Neutron server when OVN and FIP PF config is invalid https://review.opendev.org/c/openstack/neutron/+/892542 | 13:49 |
ltomasbo | ralonsoh, the ovn-bgp-agent thing looks good to me | 13:54 |
*** obondarev_ is now known as obondarev | 14:00 | |
ralonsoh | ltomasbo, perfect then | 14:01 |
ralonsoh | Ping list: bcafarel, elvira, frickler, mlavalle, mtomaska, obondarev, slawek, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu, amotoki | 14:01 |
ralonsoh | #startmeeting networking | 14:01 |
opendevmeet | Meeting started Tue Sep 12 14:01:46 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 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:01 |
opendevmeet | The meeting name has been set to 'networking' | 14:01 |
mlavalle | o/ | 14:01 |
ykarel | o/ | 14:01 |
lajoskatona | o/ | 14:01 |
mtomaska | o/ | 14:01 |
ralonsoh | hello all | 14:01 |
obondarev | o/ | 14:01 |
rubasov | o/ | 14:01 |
frickler | \o | 14:01 |
haleyb | o/ | 14:02 |
ralonsoh | ok, let's start | 14:02 |
ralonsoh | #topic announcements | 14:02 |
ralonsoh | #link https://releases.openstack.org/bobcat/schedule.html | 14:02 |
elvira | o/ | 14:02 |
ralonsoh | we are in the RC1 release week | 14:02 |
ralonsoh | please remember that we should not accept patches others than bug fixes | 14:03 |
ralonsoh | until we have the 2023.2 stable branch open | 14:03 |
slaweq | o/ | 14:03 |
ralonsoh | I've collected the releases patches opened today | 14:03 |
ralonsoh | #link https://paste.opendev.org/show/bpcV0yPBlXr43E58H8ug/ | 14:03 |
ralonsoh | those related to Neutron, of course | 14:03 |
ralonsoh | so please check them during this week | 14:04 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Add release note with known issue with FIP PFs and vlan tenant networks https://review.opendev.org/c/openstack/neutron/+/894766 | 14:04 |
lajoskatona | thanks, that makes life easier, I just lost which one I checked already | 14:04 |
ralonsoh | at the end of this week we'll these patches will be approved | 14:04 |
slaweq | regarding release, I would like to include ^^ in the neutron before we will do 2023.2 branch | 14:04 |
ralonsoh | we'll check it in the on-deman section | 14:05 |
lajoskatona | slaweq: is this reno relatedt to this one: https://review.opendev.org/c/openstack/neutron/+/892542 ? | 14:05 |
slaweq | thx ralonsoh | 14:05 |
lajoskatona | ack, we check during the on-demand | 14:05 |
ralonsoh | last point I have in the agenda for this topic is | 14:05 |
ralonsoh | #link https://openinfra.dev/live/#all-episodes | 14:05 |
ralonsoh | (I didn't watch it yet) | 14:05 |
ralonsoh | Zuul Deep Dive: Volvo | 14:06 |
ralonsoh | nice to see infra topics commented | 14:06 |
ralonsoh | anything else I'm missing? | 14:06 |
ralonsoh | let's go then | 14:07 |
ralonsoh | #topic bugs | 14:07 |
ralonsoh | last week report is from ykarel | 14:07 |
ralonsoh | #link https://lists.openstack.org/pipermail/openstack-discuss/2023-September/035040.html | 14:07 |
ralonsoh | we have two pending bugs | 14:07 |
ralonsoh | #link https://bugs.launchpad.net/neutron/+bug/2034684 | 14:07 |
ralonsoh | UEFI (edk2/ovmf) network boot with OVN fail because no DHCP release reply | 14:08 |
ralonsoh | the IPv6 metadata support in OVN will be provided in https://review.opendev.org/c/openstack/neutron/+/890683 | 14:09 |
ralonsoh | but this is a feature that is covering an ML2/OVN gap | 14:09 |
ralonsoh | so it will be merged in C | 14:09 |
slaweq | ++ | 14:10 |
ralonsoh | I'll check this LP bug and if needed, I'll mark as duplicate of https://bugs.launchpad.net/neutron/+bug/2030520 | 14:10 |
opendevreview | Terry Wilson proposed openstack/neutron master: Add support for OVN MAC_Binding aging https://review.opendev.org/c/openstack/neutron/+/893575 | 14:10 |
ralonsoh | the second one is | 14:10 |
ralonsoh | #link https://bugs.launchpad.net/neutron/+bug/2034589 | 14:10 |
ralonsoh | [FT][OVN] "ovsdb_connection.stop()" failing during the test cleanup process | 14:10 |
ralonsoh | I've opened this bug because we have seen some FT tests failing during the cleanup phase | 14:11 |
ralonsoh | when stopping the ovsdb connections | 14:11 |
ralonsoh | if anyone is interested, feel free to assign yourself this bug | 14:11 |
ykarel | ralonsoh, for the other bug it was created while testing https://review.opendev.org/c/openstack/neutron/+/890683 and that mentions it needs some fixes on core ovn side | 14:11 |
ykarel | so i asked there apart from core ovn if anything else needed in neutron side too apart from 890683 | 14:12 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Add release note with known issue with FIP PFs and vlan tenant networks https://review.opendev.org/c/openstack/neutron/+/894766 | 14:13 |
ralonsoh | right, the OVN DHCP server is missing this release message | 14:13 |
ralonsoh | (in ipv6) | 14:13 |
ralonsoh | so ok, this LP should be linked to the core OVN bug | 14:14 |
ralonsoh | and keep the other LP bug for the ipv6 metadata implementation | 14:14 |
haleyb | ykarel: i saw a path on the ML for that | 14:14 |
ykarel | yes | 14:14 |
ralonsoh | perfect but I'll remove the Neutron dependency of this bug | 14:15 |
ykarel | haleyb, in ovn or openstack discuss ml? | 14:15 |
ralonsoh | in the LP bug | 14:15 |
haleyb | ovn ML | 14:15 |
ralonsoh | https://bugs.launchpad.net/neutron/+bug/2034684 | 14:15 |
ykarel | okk | 14:15 |
haleyb | i'll add a link in the neutron bug | 14:16 |
ykarel | thanks | 14:16 |
ralonsoh | all BZs/LP are referenced | 14:16 |
ralonsoh | ok, any other bug missing in this lsit? | 14:17 |
ralonsoh | This week mtomaska is the deputy, next week will be bcafarel | 14:17 |
ralonsoh | ack? | 14:17 |
mtomaska | ack | 14:18 |
ralonsoh | I've updated the bug deputy list, starting next week | 14:18 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: [OVN] External ports scheduling (WIP) https://review.opendev.org/c/openstack/neutron/+/894767 | 14:18 |
ralonsoh | with the new dates, just as a heads-up | 14:18 |
ralonsoh | ok, next topic | 14:19 |
ralonsoh | #topic community_goals | 14:19 |
ralonsoh | I'll skip the first one as I don't see progress this week | 14:19 |
ralonsoh | the second one is | 14:19 |
ralonsoh | 2) Neutron client deprecation | 14:19 |
ralonsoh | lajoskatona, please | 14:19 |
lajoskatona | all open patches are merged to neutronclient (for sfc, vpnaas, and fwaas) | 14:20 |
ralonsoh | +1 ! | 14:20 |
lajoskatona | thanks for the reviews | 14:20 |
lajoskatona | nothing new other than that | 14:20 |
opendevreview | Merged openstack/neutron-fwaas master: Firewall group associated with ports is not allowed to be deleted https://review.opendev.org/c/openstack/neutron-fwaas/+/884333 | 14:20 |
ralonsoh | but that was nice to have all these nclient patches merged | 14:21 |
ralonsoh | thanks a lot! | 14:21 |
lajoskatona | I try to allocate some time to this task in te C cycle also | 14:21 |
ralonsoh | perfect! | 14:21 |
lajoskatona | that's it from me | 14:21 |
ralonsoh | thanks, let's jump to the last topic | 14:21 |
ralonsoh | #topic on_demand | 14:21 |
ralonsoh | slaweq, please | 14:21 |
slaweq | I just wanted to ask if we can get this release note https://review.opendev.org/c/openstack/neutron/+/894766 in the 2023.2 | 14:22 |
slaweq | it's related to the https://review.opendev.org/c/openstack/neutron/+/892542 as ykarel asked earlier | 14:22 |
slaweq | that's it | 14:22 |
ralonsoh | yes, better than merging the other patch that changes the Neutron server behaviour | 14:22 |
ralonsoh | please check both patches, the second one will be merged in C release | 14:23 |
lajoskatona | +1 | 14:23 |
slaweq | ++ | 14:23 |
slaweq | thx | 14:23 |
ralonsoh | I have a quick update in a LP bug | 14:24 |
ralonsoh | (one sec) | 14:24 |
ralonsoh | #link https://bugs.launchpad.net/neutron/+bug/2032817 | 14:24 |
ralonsoh | the MTU handling for N/S traffic is correctly done by OVN routers | 14:25 |
ralonsoh | when the ovn_need_to_frag falg is set | 14:25 |
ralonsoh | but the E/W traffic between private networks with different MTUs not | 14:25 |
ralonsoh | --> https://bugzilla.redhat.com/show_bug.cgi?id=2238494 | 14:25 |
ralonsoh | I've opened this core OVN bug | 14:25 |
ralonsoh | that's all, it was just a heads-up because it was a hot topic last week (or 2 weeks ago) | 14:26 |
frickler | ralonsoh: did you test the N/S traffic? | 14:26 |
frickler | because I did and it didn't work for me, commented on https://review.opendev.org/c/openstack/neutron/+/894620 | 14:26 |
ralonsoh | yes, that works fine, the OVN router fragments the traffic | 14:26 |
frickler | can you add steps to reproduce somewhere? | 14:27 |
ralonsoh | it is reported in the BZ https://bugzilla.redhat.com/show_bug.cgi?id=1833813#c26 | 14:27 |
ralonsoh | I'll check today with the enviroment I have deployed | 14:27 |
frickler | but that's only with higher MTU on the tenant network, not with lower one, correct? | 14:28 |
ralonsoh | I think so, I would need to check if FIP->private works reducing the MTU (that is usually the other way) | 14:29 |
ralonsoh | if not, I'll open a sibling BZ to BZ#1833813 | 14:29 |
frickler | well lower MTU on tenant is the default deployment. 1500 on the outside and 1442 or 1450 on the inside | 14:30 |
ralonsoh | just to fit the headers | 14:31 |
frickler | yes, sure | 14:31 |
ralonsoh | but having jumbo frames is something usual too | 14:31 |
ralonsoh | in any case I'll check that today and update the LP | 14:31 |
frickler | thx | 14:32 |
ralonsoh | yw. Any other topic? | 14:32 |
ralonsoh | please remember the CI meeting will be in this channel in 30 mins | 14:32 |
ralonsoh | thank you all for attending | 14:33 |
ralonsoh | #endmeeting | 14:33 |
opendevmeet | Meeting ended Tue Sep 12 14:33:04 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:33 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/networking/2023/networking.2023-09-12-14.01.html | 14:33 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/networking/2023/networking.2023-09-12-14.01.txt | 14:33 |
opendevmeet | Log: https://meetings.opendev.org/meetings/networking/2023/networking.2023-09-12-14.01.log.html | 14:33 |
mlavalle | o/ | 14:33 |
slaweq | o/ | 14:33 |
mtomaska | o/ | 14:33 |
lajoskatona | o/ | 14:33 |
ykarel | o/ | 14:34 |
lajoskatona | ykarel: do we have a video or IRC only meeting today? | 14:49 |
ykarel | lajoskatona, video | 14:49 |
lajoskatona | ykarel: thanks | 14:50 |
ralonsoh | lajoskatona, haleyb slaweq: please check https://review.opendev.org/c/openstack/neutron/+/889791 | 14:55 |
ralonsoh | for RC1 | 14:55 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/xena: [neutron-api] remove leader_only for sb connection https://review.opendev.org/c/openstack/neutron/+/894783 | 14:56 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/wallaby: [neutron-api] remove leader_only for sb connection https://review.opendev.org/c/openstack/neutron/+/894784 | 14:57 |
lajoskatona | ralonsoh: and this series: https://review.opendev.org/q/topic:bug%252F2018289 ? Is this something we have to keep an eye ? | 14:58 |
ralonsoh | lajoskatona, yes, I'm on it. Now I need to fix the second patch in the stable branches | 15:00 |
ykarel | #startmeeting neutron_ci | 15:00 |
opendevmeet | Meeting started Tue Sep 12 15:00:59 2023 UTC and is due to finish in 60 minutes. The chair is ykarel. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'neutron_ci' | 15:00 |
lajoskatona | ralonsoh: ack, thanks for the update | 15:01 |
ykarel | ping bcafarel, lajoskatona, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira | 15:01 |
ralonsoh | hi | 15:01 |
ykarel | Grafana dashboard: https://grafana.opendev.org/d/f913631585/neutron-failure-rate?orgId=1 | 15:01 |
ralonsoh | video link? | 15:01 |
ykarel | Please open now | 15:01 |
ykarel | This will be video meeting this time: https://meetpad.opendev.org/neutron-ci-meetings | 15:01 |
lajoskatona | o/ | 15:01 |
mlavalle | o/ | 15:02 |
ykarel | #topic Actions from previous meetings | 15:02 |
ykarel | lajoskatona to check failures with fullstack test test_configurations_are_synced_towards_placement | 15:02 |
ykarel | ralonsoh to open bug for Timeout exception with self.mech_driver.nb_ovn.ovsdb_connection.stop() | 15:04 |
ralonsoh | #link https://bugs.launchpad.net/neutron/+bug/2034589 | 15:04 |
ykarel | slaweq to check failures with fullstack test test_l2_agent_restart | 15:05 |
ykarel | #link https://bugs.launchpad.net/neutron/+bug/1928764 | 15:05 |
ykarel | #link https://review.opendev.org/c/openstack/neutron/+/894428 | 15:05 |
ykarel | #topic Stable branches | 15:05 |
ykarel | All looks good in stable | 15:06 |
ykarel | #topic Stadium projects | 15:06 |
ykarel | All Green in periodic | 15:06 |
ykarel | #topic Grafana | 15:07 |
ykarel | https://grafana.opendev.org/d/f913631585/neutron-failure-rate | 15:07 |
ykarel | #topic Rechecks | 15:10 |
ykarel | topic fullstack/functional | 15:11 |
ykarel | test_virtual_port_host_update | 15:11 |
ykarel | #link https://review.opendev.org/q/I0ac92e3692fb1ba9667fee2f6fbf531a57b7b5b8 | 15:11 |
ykarel | test_add_tc_filter_policy fails consistantly on jobs running on ubuntu focal and jammy after recent kernel updates | 15:12 |
ykarel | #link https://bugs.launchpad.net/neutron/+bug/2034540 | 15:12 |
ykarel | #link https://review.opendev.org/q/I2f8130dc3cf3244be2a44a4ecbdbaa9c7f865731 | 15:12 |
ykarel | test_assert_pings_during_br_phys_setup_not_lost_in_vlan_to_flat | 15:12 |
ykarel | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_473/894009/1/check/neutron-functional-with-uwsgi/473af86/testr_results.html | 15:12 |
ykarel | test_read_queue_change_state | 15:13 |
ykarel | AssertionError: Text not found in file /tmp/tmpdzt9regr/tmpdtmgjgcz/log_file: "Initial status of router". | 15:14 |
ykarel | #link https://8271f43479f81f7d3395-4bdeef087e9d95514555f2932706a956.ssl.cf1.rackcdn.com/893555/1/check/neutron-functional-with-uwsgi/90dde54/testr_results.html | 15:14 |
ykarel | #action ralonsoh to open bug for test_read_queue_change_state | 15:16 |
ykarel | #topic Periodic | 15:16 |
ykarel | Still Broken https://zuul.openstack.org/builds?job_name=devstack-tobiko-neutron&branch=master&skip=0 | 15:16 |
ykarel | Being fixed with https://review.opendev.org/c/x/devstack-plugin-tobiko/+/893662 | 15:17 |
opendevreview | Merged openstack/tap-as-a-service master: Fix bindep.txt for python 3.11 job(Debian Bookworm) https://review.opendev.org/c/openstack/tap-as-a-service/+/893989 | 15:17 |
ykarel | test_dvr_ha_router_interface_mtu_update | 15:18 |
ykarel | - https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_392/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/39268d7/testr_results.html | 15:18 |
ykarel | - https://94f2299bbce6535bbf72-83901f212c28d08e2c5979ec74877f22.ssl.cf2.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/fc49ff2/testr_results.html | 15:18 |
ykarel | - https://450d90d523e7675fdc85-eeb1b996205b0cf07c5c3a98635b2027.ssl.cf1.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/fff1b0d/testr_results.html | 15:18 |
ykarel | Likely need to include changes similar to https://review.opendev.org/c/openstack/neutron/+/848585 | 15:18 |
ykarel | #action ralonsoh to check failure with ha functional test | 15:23 |
ykarel | test_controller_timeout_does_not_break_connectivity_sigkill | 15:23 |
ykarel | https://63942ee63c42f3e33db1-2a052569d3facbabacb331e67cb0b17e.ssl.cf2.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-fullstack/781a0f1/testr_results.html | 15:23 |
ykarel | https://zuul.openstack.org/builds?job_name=neutron-functional-with-uwsgi-fips | 15:24 |
ykarel | https://bugzilla.redhat.com/show_bug.cgi?id=2236501 | 15:26 |
slaweq | https://governance.openstack.org/tc/reference/runtimes/2023.1.html | 15:27 |
ykarel | #action ykarel to switch jobs to CentOS 9-Stream in stable branches where applicable as per runtimes per release | 15:29 |
ykarel | #topic On Demand | 15:29 |
ykarel | #endmeeting | 15:29 |
opendevmeet | Meeting ended Tue Sep 12 15:29:46 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:29 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-09-12-15.00.html | 15:29 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-09-12-15.00.txt | 15:29 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-09-12-15.00.log.html | 15:29 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/wallaby: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound" https://review.opendev.org/c/openstack/neutron/+/894790 | 15:30 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound" https://review.opendev.org/c/openstack/neutron/+/893447 | 15:30 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/2023.1: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound" https://review.opendev.org/c/openstack/neutron/+/894791 | 15:30 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/zed: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound" https://review.opendev.org/c/openstack/neutron/+/894792 | 15:30 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/yoga: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound" https://review.opendev.org/c/openstack/neutron/+/894793 | 15:30 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/xena: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound" https://review.opendev.org/c/openstack/neutron/+/894794 | 15:30 |
opendevreview | Merged openstack/networking-bgpvpn master: Fix bindep.txt for python 3.11 job(Debian Bookworm) https://review.opendev.org/c/openstack/networking-bgpvpn/+/894024 | 15:37 |
opendevreview | Brian Haley proposed openstack/neutron master: Add release note with known issue with FIP PFs and vlan tenant networks https://review.opendev.org/c/openstack/neutron/+/894766 | 16:03 |
ralonsoh | haleyb, can you remove the tab in the last line? | 16:06 |
ralonsoh | ^^ | 16:06 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/894766/3/releasenotes/notes/Known-incompatibility-in-the-OVN-L3-with-FIP-PF-and-distributed-FIPs-config-0b4e9a92255cf4a8.yaml | 16:06 |
haleyb | ralonsoh: argh, let me look | 16:06 |
ralonsoh | hehehe | 16:06 |
opendevreview | Brian Haley proposed openstack/neutron master: Add release note with known issue with FIP PFs and vlan tenant networks https://review.opendev.org/c/openstack/neutron/+/894766 | 16:06 |
ralonsoh | thanks | 16:06 |
haleyb | it auto-indented | 16:06 |
haleyb | ralonsoh: so my update fixed that release note, but it's still wonky, see Upgrade Notes here, https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_315/894766/4/check/build-openstack-releasenotes/3155790/docs/unreleased.html | 16:21 |
opendevreview | Brian Haley proposed openstack/neutron master: Fix wrong indentation in release note https://review.opendev.org/c/openstack/neutron/+/894808 | 16:30 |
opendevreview | Brian Haley proposed openstack/neutron master: Fix wrong indentation in release note https://review.opendev.org/c/openstack/neutron/+/894808 | 16:55 |
opendevreview | Merged openstack/neutron stable/2023.1: [neutron-api] remove leader_only for sb connection https://review.opendev.org/c/openstack/neutron/+/889807 | 17:07 |
opendevreview | Merged openstack/neutron stable/zed: [neutron-api] remove leader_only for sb connection https://review.opendev.org/c/openstack/neutron/+/889817 | 17:08 |
opendevreview | Merged openstack/neutron stable/yoga: [neutron-api] remove leader_only for sb connection https://review.opendev.org/c/openstack/neutron/+/889804 | 17:08 |
opendevreview | Merged openstack/neutron master: Add release note with known issue with FIP PFs and vlan tenant networks https://review.opendev.org/c/openstack/neutron/+/894766 | 19:16 |
opendevreview | Jakub Libosvar proposed openstack/neutron master: Remove unused things from the OVN metadata agent https://review.opendev.org/c/openstack/neutron/+/893966 | 20:44 |
opendevreview | Corey Bryant proposed openstack/neutron-vpnaas-dashboard master: Fix unit test failures for Django 4.x https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/894832 | 21:16 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!