Monday, 2025-05-12

opendevreviewyatin proposed x/whitebox-neutron-tempest-plugin master: Remove duplicated test_ping_global_ip_from_vm_with_fip  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/94943603:55
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == [eventlet-removal] Change the state change WSGI server  https://review.opendev.org/c/openstack/neutron/+/93840405:37
opendevreviewyatin proposed x/whitebox-neutron-tempest-plugin master: Remove duplicated test_ping_global_ip_from_vm_with_fip  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/94943606:30
ralonsohykarel, hello!07:03
ralonsohI'm not sure how to continue with the Jammy image07:03
ralonsohI've manually tested in my env07:03
ralonsohcreating the VMs and also executing the test07:03
ralonsoh{0} neutron_tempest_plugin.scenario.test_multicast.MulticastTestIPv4.test_multicast_between_vms_on_same_network [152.368879s] ... ok07:03
ykarelralonsoh, ok then let's try it in CI node only, pushing test patch to hold it for some hours07:25
opendevreviewyatin proposed openstack/neutron master: [DNM] Check ubuntu jammy guest vm multicast issue  https://review.opendev.org/c/openstack/neutron/+/94944507:34
ykarellet's see in ^, once reproduced will ping you07:36
ralonsohykarel, thanks!07:37
ykarelralonsoh, node is ready 158.69.73.16808:18
ralonsohykarel, accessing now08:19
ykarelralonsoh, created a tmux there08:20
ralonsohykarel, hmmm let me check this public key08:21
ykarelralonsoh, added now all from https://github.com/ralonsoh.keys08:22
ralonsohyeah...08:23
ralonsohI don't know why I have 308:23
ralonsohthe only one valid is the last one...08:23
ykarelack must be there from old systems08:23
ralonsohykarel, ok, let me push again this patch08:25
ykarelralonsoh, not able to access this system?08:25
ralonsohno, sorry08:26
ykarel1 sec08:26
opendevreviewyatin proposed openstack/neutron-tempest-plugin master: [WIP] Use infra mirrors for image prepare  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/94948410:28
opendevreviewyatin proposed openstack/neutron master: [DNM] Check ubuntu jammy guest vm multicast issue  https://review.opendev.org/c/openstack/neutron/+/94944510:40
stephenfinralonsoh: lajoskatona: Do either of you know what workaround sean-k-mooney is referring to here? https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/206568511:06
stephenfinContext is that I'm trying to bump the Gophercloud and k8s cloud-provider-openstack jobs to Noble and am seeing a failure in the ovn_agent devstack plugin https://github.com/gophercloud/gophercloud/actions/runs/14969772718/job/42047885458?pr=337411:07
ralonsohstephenfin, no that I'm aware, sorry11:08
ralonsohlet me check this code11:08
lajoskatonastephenfin: no idea of such an issue, to tell the truth last week I worked on noble and I had no issue with it11:30
stephenfinlajoskatona: was this locally or in CI? If locally, can you check if apparmor is enabled?11:31
lajoskatonalocally11:31
lajoskatonastephenfin: yes, apparmor is enabled (I just booted the vm I used)11:33
lajoskatonaralonsoh: fyi I started to play with threading backend for oslo.service (https://review.opendev.org/c/openstack/oslo.service/+/945720 ) and dhcp agent locally11:34
stephenfinand you were using OVN?11:34
lajoskatonastephenfin: yes this was an OVN  environment11:34
stephenfinlastly: I assume if you try 'sudo aa-complain /etc/apparmor.d/usr.sbin.libvirtd' it fails?11:35
lajoskatonawith devstack11:35
lajoskatonano it passed actually: $ sudo aa-complain /etc/apparmor.d/usr.sbin.libvirtd11:35
lajoskatonaSetting /etc/apparmor.d/usr.sbin.libvirtd to complain mode.11:35
lajoskatona$ echo $?11:35
lajoskatona011:35
stephenfinoh, weird. I see if fail on an oldish noble VM I have11:36
* stephenfin tries updating11:38
stephenfinno dice. very odd :/12:03
opendevreviewMerged x/whitebox-neutron-tempest-plugin master: Remove duplicated test_ping_global_ip_from_vm_with_fip  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/94943612:22
sean-k-mooneylajoskatona: as noted in the bug this is cause by the passt and pasta package which are install if you install podman12:42
sean-k-mooneythe apparmor rules for thos are broken in 24.04 and it will break disabling apparmor on libvirt as a result12:42
lajoskatonasean-k-mooney: ack, thanks, so not affecting devstack based deployments12:42
sean-k-mooneyits is12:43
sean-k-mooneybut it depends on what plugins you use12:43
sean-k-mooneyif you enable podman or maybe ceph it could12:43
sean-k-mooneynormaly we dont pull in the broken package in the job12:43
sean-k-mooneyso it normally does not affect us. its fixed in later ubuntu but they have not backported the fix to noble12:44
lajoskatonasean-k-mooney: thanks, so it is an accident that I live without it :-)12:45
sean-k-mooneyi debated updatign devstack to auto fix this but maybe haleyb|out  coudl help with geting the fix backported12:45
sean-k-mooneylajoskatona: yep. i didnt hit this until i started workign on wachter and needed promethous which is installed as a contianer12:45
sean-k-mooneythe manual fix is documented in comment 7 https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2065685/comments/712:46
sean-k-mooneyyou have ot update 3 rules and hten that vm will continue to work until you reinstall the OS12:46
sean-k-mooneyso its one of those things you fix onece and hten forgetabout it until you setup another vm 12:47
sean-k-mooneylajoskatona: the code that triggers teh faildure is this https://github.com/openstack/devstack/blob/ddcd052b1e4ed707f431de56cfa81ac24328bbaa/lib/neutron_plugins/ovn_agent#L303-L313 which realy shoudl nto be in the ovn_agnet file at all12:56
sean-k-mooneya better way to fix it might be to 1 move that function to teh correctly place and two make it fix the know broken rule before putting libvirt in complein mode12:57
*** iurygregory_ is now known as iurygregory13:08
lajoskatonasean-k-mooney: as I see from the git log it was copy-pasted from networking-ovn or neutron devstack lib, so I suppose can be a discussion to find better place for them13:31
sean-k-mooneywell the concern is the way we deploy libvirt shouoll not change between usign ml2/ovs and ml2/ovn13:31
sean-k-mooneyi think that was added because ovn/ovs was being built form souce at one point13:32
sean-k-mooneyim not sure its required anymroe but if it is it whould be done constitently regardless fo the neutorn backend13:32
opendevreviewPierre Riteau proposed openstack/ovn-octavia-provider master: Respect passed arguments for Neutron client connection  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/92589313:36
opendevreviewLajos Katona proposed openstack/networking-bagpipe master: DNM: test master  https://review.opendev.org/c/openstack/networking-bagpipe/+/94950613:54
ykarel#startmeeting neutron_ci14:02
opendevmeetMeeting started Mon May 12 14:02:04 2025 UTC and is due to finish in 60 minutes.  The chair is ykarel. Information about MeetBot at http://wiki.debian.org/MeetBot.14:02
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:02
opendevmeetThe meeting name has been set to 'neutron_ci'14:02
ykarelPing list: bcafarel, lajoskatona, slawek, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira14:02
ykarelThis will be video meeting this time: https://meetpad.opendev.org/neutron-ci-meetings14:02
ralonsohhello14:02
slaweqo/14:02
lajoskatonao/14:03
ykarelslaweq, it's video today14:05
slaweqahh, sorry14:06
slaweqjoining14:06
ykarel#topic Actions from previous meetings14:06
ykarellajoskatona to check bagpipe tempest failure14:06
opendevreviewMerged x/whitebox-neutron-tempest-plugin master: Add WSGI check for devstack  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/94895314:07
ykarelykarel to check and report bug for functional timeouts14:08
ykarel#action ykarel to check https://bugs.launchpad.net/neutron/+bug/211000414:11
ykarel#topic Stable branches14:11
ykarelall good mostly14:11
ykarel#topic Stadium projects14:11
ykarelall green14:11
ykarel#topic Rechecks14:11
ykarel1/13 bare rechecks14:12
ykarel#topic fullstack/functional14:12
ykarelrandom timeout in functional https://bugs.launchpad.net/neutron/+bug/211000414:12
ykarel#topic Tempest/Scenario14:12
ykarelfocal image customize failures https://bugs.launchpad.net/neutron/+bug/211019114:13
ykarelmirror issue looks resolved since 8th May, but we still move forward with switch to jammy image as focal End of Standard Support is May 2025 14:13
ykarel#topic Periodic14:14
ykarel9-stream fips jobs still broken14:14
ykarelwaiting on few more devstack patches to merge https://review.opendev.org/q/topic:%22bug/2109591%22+status:open14:14
ykarelfocal jobs failing with sudo -H -E python3.8 /opt/stack/devstack/files/get-pip.py, basically in wallaby, xena14:15
ykarelhttps://9dfd50a9331e5f6b74ea-fdc6c3614653bf0b139fa050a159caa6.ssl.cf1.rackcdn.com/openstack/044415052eff464e8e02cdcf1139ef26/job-output.txt14:15
ykarel    there are some fixes for this already https://review.opendev.org/q/topic:%22get-pip-py38%2214:15
ykareldevstack-tobiko-neutron broken on unmaintained/zed and 2023.114:15
ykarel- https://zuul.openstack.org/builds?job_name=devstack-tobiko-neutron&project=openstack%2Fneutron&branch=unmaintained%2Fzed&branch=unmaintained%2F2023.1&skip=014:15
ykarel#action ralonsoh to send patch to drop devstack-tobiko-neutron from zed and 2023.114:17
ykarel#topic Grafana14:18
ykarelhttps://grafana.opendev.org/d/f913631585/neutron-failure-rate14:18
ykarel#topic On Demand14:20
ykarel#endmeeting14:20
opendevmeetMeeting ended Mon May 12 14:20:49 2025 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:20
opendevmeetMinutes:        https://meetings.opendev.org/meetings/neutron_ci/2025/neutron_ci.2025-05-12-14.02.html14:20
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/neutron_ci/2025/neutron_ci.2025-05-12-14.02.txt14:20
opendevmeetLog:            https://meetings.opendev.org/meetings/neutron_ci/2025/neutron_ci.2025-05-12-14.02.log.html14:20
stephenfinsean-k-mooney: lajoskatona: I'm hoping it shouldn't be needed anymore. Let's see what CI says https://review.opendev.org/c/openstack/devstack/+/94951014:21
stephenfinFrom https://bugs.launchpad.net/networking-ovn/+bug/1466631, it seems it'll be pretty obvious if it is needed since the VM won't be able to be made active14:21
sean-k-mooneystephenfin: i think "but im not sure" that it shouldnt but ya we will see14:21
stephenfinYOLO14:22
ykarelstephenfin, likely in CI that part is not tested?14:22
ykarelbecause in some logs i noticed aa-status command do not exist, so that part is skipped?14:22
sean-k-mooneywell we eont use libvirt to add the port anymore14:22
sean-k-mooneyos-vif does it so its very likely that it wont be14:22
stephenfinthen...we won't care?14:22
ykarelbut that command can exists in some envs like it's sean in your failure logs :)14:23
sean-k-mooneywell my point is i thikn just deleting it shoudl be good but it might fail if you compile ovs form souce but we will see14:23
sean-k-mooneyit might be worth addign a DNM to neutron that depend on the devstaCK CHANGE14:23
ykarelyes in some jobs we do compile, not sure if in any devstack job we do14:23
sean-k-mooneyto run there jobs14:23
stephenfinsean-k-mooney: can do14:23
ykarel++14:23
opendevreviewStephen Finucane proposed openstack/neutron master: DNM: Test removal of libvirt OVN workaround  https://review.opendev.org/c/openstack/neutron/+/94951114:30
stephenfinto be seen if zuul handles empty commits or not...14:30
opendevreviewSami Yessou proposed openstack/ovn-octavia-provider master: Passing coverage and pep tests  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/94951615:15
opendevreviewSami Yessou proposed openstack/ovn-octavia-provider master: Patching Octavia LB pool removal issue and adding updated unit tests  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/94922715:20
opendevreviewPierre Riteau proposed openstack/ovn-octavia-provider master: Respect passed arguments for Neutron client connection  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/92589315:27
priteauHello Neutron developers. We discovered a bug in the OVN provider after upgrading to Caracal (I think it affects Bobcat too), I found an existing patch and updated it. Could you please review? https://review.opendev.org/c/openstack/ovn-octavia-provider/+/92589315:29
opendevreviewSami Yessou proposed openstack/ovn-octavia-provider master: Patching Octavia LB pool removal issue and adding updated unit tests  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/94952015:37
opendevreviewRodolfo Alonso proposed openstack/neutron-tempest-plugin master: WIP -- Bump advance image to Ubuntu Noble 24.04  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/94952215:58
stephenfinLooks like CI is happy with removing that workaround. ralonsoh lajoskatona sean-k-mooney Could I get a +1 on https://review.opendev.org/c/openstack/devstack/+/949510 when you've a chance?17:10
stephenfinThe DNM patch is here https://review.opendev.org/c/openstack/neutron/+/949511 I'll abandon it tomorrow assuming it's served its purpose17:10
sean-k-mooneydone with a comment17:15
opendevreviewMerged openstack/neutron-tempest-plugin master: Remove Bobcat 2023.2 jobs  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/94885017:26

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