| *** liuxie is now known as liushy | 02:34 | |
| opendevreview | Jimin Shin proposed openstack/neutron-specs master: Add spec to add information to network ip availabilities https://review.opendev.org/c/openstack/neutron-specs/+/947826 | 04:17 |
|---|---|---|
| opendevreview | Jimin Shin proposed openstack/neutron-lib master: Add information to network ip availabilities https://review.opendev.org/c/openstack/neutron-lib/+/965087 | 04:24 |
| opendevreview | Jimin Shin proposed openstack/neutron master: Add information to network ip availabilities https://review.opendev.org/c/openstack/neutron/+/965083 | 05:23 |
| lajoskatona | ykarel: 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/2133807 | 08:24 |
| ralonsoh | lajoskatona, do you happen to know in what tests is failing? | 08:26 |
| lajoskatona | ralonsoh: no, I have to debug that | 08:26 |
| ralonsoh | pffff 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=20 | 08:31 |
| ykarel | lajoskatona, ack thx, hmm and also this is not running this in periodics so didn't got noticed with weekly runs | 08:32 |
| ralonsoh | btw, running with concurrency=1 works locally | 08:34 |
| ralonsoh | so that could be, for now, a workaround | 08:34 |
| ralonsoh | without defining the concurrency, it timeout too locally | 08:35 |
| ralonsoh | lajoskatona, it fails in neutron_taas.tests.unit.services.ovn.test_taas_ovn | 08:40 |
| ralonsoh | when executed in parallel, so must be something there | 08:40 |
| lajoskatona | ralonsoh: thanks, I check it | 08:43 |
| ralonsoh | lajoskatona, is this: | 08:45 |
| ralonsoh | Exception ignored in: <function TaasOvnDriver.__del__ at 0x7be4b6c6ef20> | 08:45 |
| ralonsoh | Traceback (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 shutdown | 08:45 |
| ralonsoh | self.ovn_nbdb.stop() | 08:45 |
| ralonsoh | if I remove the call to "self.ovn_nbdb.stop()', it works | 08:45 |
| ralonsoh | I'll propose a patch | 08:45 |
| opendevreview | Rodolfo 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/+/969567 | 08:57 |
| opendevreview | Slawek Kaplonski proposed openstack/neutron-lib master: Add "can_set_project_id" attribute to the context object https://review.opendev.org/c/openstack/neutron-lib/+/969481 | 09:30 |
| opendevreview | Rodolfo 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/+/969567 | 09:31 |
| razoff | Hello 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 |
| opendevreview | Rodolfo 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/+/969567 | 10:16 |
| ralonsoh | razoff, sorry, what does it mean "to backup a Neutron network"? | 10:17 |
| ralonsoh | to make a copy of the database? | 10:18 |
| opendevreview | Merged openstack/neutron master: [OVN] OVN agent configuration options list missing "extensions" https://review.opendev.org/c/openstack/neutron/+/969266 | 10:20 |
| razoff | Hi 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 |
| opendevreview | Lajos 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/+/969574 | 10:21 |
| ralonsoh | razoff, no, we don't have anything related | 10:28 |
| opendevreview | Merged openstack/neutron master: Remove a missing Windows configuration file https://review.opendev.org/c/openstack/neutron/+/969267 | 10:30 |
| ralonsoh | lajoskatona, hi! please check https://review.opendev.org/c/openstack/tap-as-a-service/+/969567 | 10:30 |
| ralonsoh | the py313 job is passing now | 10:30 |
| ralonsoh | I need to remove the tox change | 10:30 |
| opendevreview | Rodolfo 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/+/969567 | 10:30 |
| razoff | Alright thank you ralonsoh | 10:39 |
| opendevreview | Takashi Kajinami proposed openstack/neutron master: Fix ignored metadata options https://review.opendev.org/c/openstack/neutron/+/968242 | 10:43 |
| opendevreview | Rodolfo 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/+/969752 | 12:05 |
| opendevreview | Rodolfo 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/+/969753 | 12:05 |
| lajoskatona | ralonsoh: Hi, I also pushed one patch https://review.opendev.org/c/openstack/tap-as-a-service/+/969574 :-) | 12:57 |
| ralonsoh | lajoskatona, 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.py | 13:28 |
| ralonsoh | modifying the running code for the tests... hmmm | 13:28 |
| ralonsoh | in any case, if you want that, I can abandon my patch | 13:29 |
| ralonsoh | lajoskatona, anyway, I did the same (by mistake) in my patch too | 13:30 |
| slaweq | haleyb: mlavalle hi, can you check https://review.opendev.org/c/openstack/neutron/+/968812 with your english language skills :) ? Thx in advance for help with that | 14:02 |
| opendevreview | Eduardo Olivares proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp https://review.opendev.org/c/openstack/neutron/+/962188 | 14:03 |
| opendevreview | Renjing Xiao proposed x/whitebox-neutron-tempest-plugin master: Remove some TODO comments https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/966148 | 14:15 |
| opendevreview | Renjing Xiao proposed x/whitebox-neutron-tempest-plugin master: Remove some TODO comments https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/966148 | 14:24 |
| haleyb | ralonsoh, lajoskatona: thanks for finding that taas issue, i couldn't get it to fail locally yesterday | 14:38 |
| opendevreview | Merged openstack/tap-as-a-service master: Fix issue with py313 unit test threads https://review.opendev.org/c/openstack/tap-as-a-service/+/969574 | 15:49 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: Maintenance method to update the LRP from GC to HCG https://review.opendev.org/c/openstack/neutron/+/947906 | 16:18 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: Use HA_Chassis_Group in the OVN L3 scheduler https://review.opendev.org/c/openstack/neutron/+/947317 | 16:18 |
| opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Prevent redirecting traffic to new SHUTOFF backend members https://review.opendev.org/c/openstack/ovn-octavia-provider/+/951937 | 16:18 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: [RBAC] Test rule "context_with_global_access" https://review.opendev.org/c/openstack/neutron/+/969805 | 16:18 |
| opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Prevent redirecting traffic to new SHUTOFF backend members https://review.opendev.org/c/openstack/ovn-octavia-provider/+/951937 | 16:35 |
| opendevreview | Jakub Libosvar proposed openstack/neutron master: bgp: Introduce BGP chassis commands https://review.opendev.org/c/openstack/neutron/+/960422 | 16:38 |
| opendevreview | Merged openstack/tap-as-a-service master: Use correct package name for requests-mock https://review.opendev.org/c/openstack/tap-as-a-service/+/966782 | 17:58 |
| opendevreview | Jakub Libosvar proposed openstack/neutron master: Create a common function to parse mac column of Port_Binding https://review.opendev.org/c/openstack/neutron/+/967424 | 18:11 |
| opendevreview | Merged openstack/neutron master: Fix ignored metadata options https://review.opendev.org/c/openstack/neutron/+/968242 | 21:00 |
| opendevreview | Merged openstack/neutron-lib master: Add "can_set_project_id" attribute to the context object https://review.opendev.org/c/openstack/neutron-lib/+/969481 | 21:20 |
| opendevreview | Merged openstack/tap-as-a-service master: Fix failing bandit target https://review.opendev.org/c/openstack/tap-as-a-service/+/962834 | 22:11 |
| opendevreview | Merged openstack/tap-as-a-service master: tox: Fix outdated default envlist https://review.opendev.org/c/openstack/tap-as-a-service/+/965103 | 22:40 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!