Thursday, 2025-12-04

*** liuxie is now known as liushy02:34
opendevreviewJimin Shin proposed openstack/neutron-specs master: Add spec to add information to network ip availabilities  https://review.opendev.org/c/openstack/neutron-specs/+/94782604:17
opendevreviewJimin Shin proposed openstack/neutron-lib master: Add information to network ip availabilities  https://review.opendev.org/c/openstack/neutron-lib/+/96508704:24
opendevreviewJimin Shin proposed openstack/neutron master: Add information to network ip availabilities  https://review.opendev.org/c/openstack/neutron/+/96508305:23
lajoskatonaykarel: Hi, I opened a bug for tap-as-a-service as the py313 ob seems to be stubborn enough to be failing: https://bugs.launchpad.net/neutron/+bug/213380708:24
ralonsohlajoskatona, do you happen to know in what tests is failing?08:26
lajoskatonaralonsoh: no, I have to debug that08:26
ralonsohpffff last time it passed was in october: https://zuul.opendev.org/t/openstack/builds?job_name=openstack-tox-py313&project=openstack%2Ftap-as-a-service&limit=2008:31
ykarellajoskatona, ack thx, hmm and also this is not running this in periodics so didn't got noticed with weekly runs08:32
ralonsohbtw, running with concurrency=1 works locally08:34
ralonsohso that could be, for now, a workaround08:34
ralonsohwithout defining the concurrency, it timeout too locally08:35
ralonsohlajoskatona, it fails in neutron_taas.tests.unit.services.ovn.test_taas_ovn08:40
ralonsohwhen executed in parallel, so must be something there08:40
lajoskatonaralonsoh: thanks, I check it08:43
ralonsohlajoskatona, is this:08:45
ralonsohException ignored in: <function TaasOvnDriver.__del__ at 0x7be4b6c6ef20>08:45
ralonsohTraceback (most recent call last):08:45
ralonsoh  File "/opt/stack/tap-as-a-service/neutron_taas/services/taas/service_drivers/ovn/taas_ovn.py", line 35, in __del__08:45
ralonsoh    self._ovn_helper.shutdown()08:45
ralonsoh  File "/opt/stack/tap-as-a-service/neutron_taas/services/taas/service_drivers/ovn/helper.py", line 95, in shutdown08:45
ralonsoh    self.ovn_nbdb.stop()08:45
ralonsohif I remove the call to "self.ovn_nbdb.stop()', it works08:45
ralonsohI'll propose a patch08:45
opendevreviewRodolfo Alonso proposed openstack/tap-as-a-service master: [UT] Correctly initialize the `TaasOvnProviderHelper` class in tests  https://review.opendev.org/c/openstack/tap-as-a-service/+/96956708:57
opendevreviewSlawek Kaplonski proposed openstack/neutron-lib master: Add "can_set_project_id" attribute to the context object  https://review.opendev.org/c/openstack/neutron-lib/+/96948109:30
opendevreviewRodolfo Alonso proposed openstack/tap-as-a-service master: WIP == [UT] Correctly initialize the `TaasOvnProviderHelper` class in tests  https://review.opendev.org/c/openstack/tap-as-a-service/+/96956709:31
razoffHello there ! With the company I am working for we are devlopping a backup plugin for Openstack. We were wondering if there exists a standard backup procedure for Neutron networks ? 09:53
opendevreviewRodolfo Alonso proposed openstack/tap-as-a-service master: [UT] Correctly initialize the `TaasOvnProviderHelper` class in tests  https://review.opendev.org/c/openstack/tap-as-a-service/+/96956710:16
ralonsohrazoff, sorry, what does it mean "to backup a Neutron network"?10:17
ralonsohto make a copy of the database?10:18
opendevreviewMerged openstack/neutron master: [OVN] OVN agent configuration options list missing "extensions"  https://review.opendev.org/c/openstack/neutron/+/96926610:20
razoffHi ralonsoh, not necessarly a copy of the whole database. More like a specific network (with its name, subnet associated, ...) to be restored at a later time 10:20
opendevreviewLajos Katona proposed openstack/tap-as-a-service master: Fix issue with py313 unit test threads  https://review.opendev.org/c/openstack/tap-as-a-service/+/96957410:21
ralonsohrazoff, no, we don't have anything related10:28
opendevreviewMerged openstack/neutron master: Remove a missing Windows configuration file  https://review.opendev.org/c/openstack/neutron/+/96926710:30
ralonsohlajoskatona, hi! please check https://review.opendev.org/c/openstack/tap-as-a-service/+/96956710:30
ralonsohthe py313 job is passing now10:30
ralonsohI need to remove the tox change10:30
opendevreviewRodolfo Alonso proposed openstack/tap-as-a-service master: [UT] Correctly initialize the `TaasOvnProviderHelper` class in tests  https://review.opendev.org/c/openstack/tap-as-a-service/+/96956710:30
razoffAlright thank you ralonsoh10:39
opendevreviewTakashi Kajinami proposed openstack/neutron master: Fix ignored metadata options  https://review.opendev.org/c/openstack/neutron/+/96824210:43
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2025.1: Update OVN_AGENT_METADATA_SB_CFG_KEY when OVN metadata agent starts  https://review.opendev.org/c/openstack/neutron/+/96975212:05
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2024.2: Update OVN_AGENT_METADATA_SB_CFG_KEY when OVN metadata agent starts  https://review.opendev.org/c/openstack/neutron/+/96975312:05
lajoskatonaralonsoh: Hi, I also pushed one patch https://review.opendev.org/c/openstack/tap-as-a-service/+/969574 :-)12:57
ralonsohlajoskatona, yeah... I have one comment on https://review.opendev.org/c/openstack/tap-as-a-service/+/969574/1/neutron_taas/services/taas/service_drivers/ovn/helper.py13:28
ralonsohmodifying the running code for the tests... hmmm13:28
ralonsohin any case, if you want that, I can abandon my patch13:29
ralonsohlajoskatona, anyway, I did the same (by mistake) in my patch too13:30
slaweqhaleyb: mlavalle hi, can you check https://review.opendev.org/c/openstack/neutron/+/968812 with your english language skills :) ? Thx in advance for help with that14:02
opendevreviewEduardo Olivares proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp  https://review.opendev.org/c/openstack/neutron/+/96218814:03
opendevreviewRenjing Xiao proposed x/whitebox-neutron-tempest-plugin master: Remove some TODO comments  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/96614814:15
opendevreviewRenjing Xiao proposed x/whitebox-neutron-tempest-plugin master: Remove some TODO comments  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/96614814:24
haleybralonsoh, lajoskatona: thanks for finding that taas issue, i couldn't get it to fail locally yesterday14:38
opendevreviewMerged openstack/tap-as-a-service master: Fix issue with py313 unit test threads  https://review.opendev.org/c/openstack/tap-as-a-service/+/96957415:49
opendevreviewRodolfo Alonso proposed openstack/neutron master: Maintenance method to update the LRP from GC to HCG  https://review.opendev.org/c/openstack/neutron/+/94790616:18
opendevreviewRodolfo Alonso proposed openstack/neutron master: Use HA_Chassis_Group in the OVN L3 scheduler  https://review.opendev.org/c/openstack/neutron/+/94731716:18
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Prevent redirecting traffic to new SHUTOFF backend members  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/95193716:18
opendevreviewRodolfo Alonso proposed openstack/neutron master: [RBAC] Test rule "context_with_global_access"  https://review.opendev.org/c/openstack/neutron/+/96980516:18
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Prevent redirecting traffic to new SHUTOFF backend members  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/95193716:35
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: Introduce BGP chassis commands  https://review.opendev.org/c/openstack/neutron/+/96042216:38
opendevreviewMerged openstack/tap-as-a-service master: Use correct package name for requests-mock  https://review.opendev.org/c/openstack/tap-as-a-service/+/96678217:58
opendevreviewJakub Libosvar proposed openstack/neutron master: Create a common function to parse mac column of Port_Binding  https://review.opendev.org/c/openstack/neutron/+/96742418:11
opendevreviewMerged openstack/neutron master: Fix ignored metadata options  https://review.opendev.org/c/openstack/neutron/+/96824221:00
opendevreviewMerged openstack/neutron-lib master: Add "can_set_project_id" attribute to the context object  https://review.opendev.org/c/openstack/neutron-lib/+/96948121:20
opendevreviewMerged openstack/tap-as-a-service master: Fix failing bandit target  https://review.opendev.org/c/openstack/tap-as-a-service/+/96283422:11
opendevreviewMerged openstack/tap-as-a-service master: tox: Fix outdated default envlist  https://review.opendev.org/c/openstack/tap-as-a-service/+/96510322:40

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