Thursday, 2025-09-18

opendevreviewIvan Anfimov proposed openstack/neutron-vpnaas master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/neutron-vpnaas/+/96153200:00
opendevreviewIvan Anfimov proposed openstack/neutron-vpnaas master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/neutron-vpnaas/+/96153200:22
*** haleyb is now known as haleyb|out00:31
opendevreviewOpenStack Proposal Bot proposed openstack/neutron-vpnaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/96158104:11
opendevreviewOpenStack Proposal Bot proposed openstack/neutron-fwaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/96158404:57
ralonsohlajoskatona, hello! if you have 1 min: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/95854106:18
ralonsohthanks!06:18
lajoskatonaralonsoh: sure, but why it has already a verified -2, really agressive from zuul....06:22
lajoskatonaanyway seems like zuul reconsiders the decision and started the check jobs: https://zuul.opendev.org/t/openstack/status?change=95854106:24
ralonsohlajoskatona, yeah, the problem is that, by mistake, I self-approved it06:36
ralonsohand then I reverted that06:36
lajoskatonaralonsoh: ahh, ok I haven't consumed all the history of this patch than :-)06:43
ralonsohah, a trivial easy patch: https://review.opendev.org/c/openstack/neutron/+/96121707:02
ralonsohbcafarel_, hello! A couple of backports:07:16
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/96109507:16
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/96109607:16
ralonsohthanks in advance07:16
zigoHi there!07:53
zigoI'm trying to get port.{create,update,delete}.end notifications to reach 3 consumers I wrote, though I always get only one to consume the rabbitmq message, and then others don't get it. What should I do to have the 3 consumers to get the message?07:53
zigoralonsoh do you know?07:53
ralonsohzigo, can you provide an code example of what you are doing? I think you have examples in the agents code about RPC clients08:03
ralonsohin general there is one single client (and resource) per process. You can subscribe to several topics but you'll have one single consumer of this topic in the process08:04
zigoralonsoh: https://paste.opendev.org/show/b8AXqSBnElhEB41etHdz/08:05
zigoralonsoh: Full code is here:08:08
zigohttps://salsa.debian.org/openstack-team/services/neutron-ipv6-bgp-injector/-/blob/debian/flamingo/neutron_ipv6_bgp_injector/injector.py?ref_type=heads#L77608:08
zigoThis issue is my last bug, and then it can be:08:08
zigo1/ pushed to production08:08
zigo2/ published and announce in the list for others to use :)08:08
zigoWhat my thing does, is doing BGP announcement for each individual /128 IPv6 addresses, this way, only traffic that is *really* intended for an instance in our deployment reaches OpenStack, everything else is dropped in our switches and routers. This avoid a lot of troubles with IPv6 DoS and scans, which is kind of a nightmare in production.08:09
ralonsohzigo, the only place done like this is in designate, you can check with this code08:16
ralonsohhttps://github.com/openstack/designate/blob/master/designate/rpc.py08:16
ralonsohthey have the server and the client, with the corresponding targats and endpoints08:16
ralonsohI don't see anything different there08:17
ralonsohbut I'm not really sure what is failing in your code08:17
mnasiadkamorning08:20
mnasiadkaralonsoh: do you have any idea what might be wrong in my bug - or is that rather something for OVN core guys?08:21
ralonsohmnasiadka, no, I didn't triage it yet08:21
*** EugenMayer4401809 is now known as EugenMayer44018008:23
zigoralonsoh: Thanks, looking it up.08:25
mnasiadkaralonsoh: thanks08:36
opendevreviewLajos Katona proposed openstack/neutron-vpnaas master: Add N535 hacking check to ban eventlet imports  https://review.opendev.org/c/openstack/neutron-vpnaas/+/95569308:52
opendevreviewMerged openstack/neutron-vpnaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/96158109:12
opendevreviewMerged openstack/neutron-fwaas master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/neutron-fwaas/+/96152709:30
opendevreviewMerged openstack/neutron-vpnaas master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/neutron-vpnaas/+/96153209:32
opendevreviewMerged openstack/neutron-fwaas-dashboard master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/96153109:40
opendevreviewMerged openstack/neutron-fwaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/96158409:40
opendevreviewMerged openstack/neutron stable/2025.1: Unify ``MetadataProxyHandlerBaseSocketServer`` class  https://review.opendev.org/c/openstack/neutron/+/96109509:40
opendevreviewMerged openstack/neutron stable/2025.1: Decode the metadata response before sending it to the VM  https://review.opendev.org/c/openstack/neutron/+/96109609:40
opendevreviewRodolfo Alonso proposed openstack/neutron-lib master: Add extension "router-enable-snat"  https://review.opendev.org/c/openstack/neutron-lib/+/96161209:47
opendevreviewRodolfo Alonso proposed openstack/neutron-lib master: Add extension "router-enable-snat"  https://review.opendev.org/c/openstack/neutron-lib/+/96161210:10
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/2025.1: [ML2/OVS] Maintain learning OF rules for GARP/ND in br-tun  https://review.opendev.org/c/openstack/neutron/+/96148310:11
opendevreviewMerged openstack/neutron unmaintained/yoga: Limit trunk ACTIVE state hack to OVN  https://review.opendev.org/c/openstack/neutron/+/95344910:17
opendevreviewyatin proposed openstack/neutron-fwaas master: [pyproject] Add optional-dependencies as dynamic  https://review.opendev.org/c/openstack/neutron-fwaas/+/96162111:20
opendevreviewLajos Katona proposed openstack/networking-bagpipe master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/networking-bagpipe/+/96162311:27
mnasiadkaralonsoh: ok, I think I got it - each VLAN LRP needs also to use the same HCG11:31
*** ykarel_ is now known as ykarel11:43
opendevreviewLajos Katona proposed openstack/networking-bgpvpn master: Remove legacy neutronclient CLI plugin  https://review.opendev.org/c/openstack/networking-bgpvpn/+/96164212:19
opendevreviewLajos Katona proposed openstack/networking-bgpvpn master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/networking-bgpvpn/+/96164312:19
ralonsohmnasiadka, but the LRP of the internal network is not (should not) be bound to any chassis13:37
mnasiadkaralonsoh: if ha_chassis_group field is empty for that LRP - SNAT works, but direct routing doesn't13:38
mnasiadka(I assume due to reside-on-redirect-chassis=true)13:38
mnasiadkaAt least that's what I observed on my env13:38
mnasiadkaUnless that's some OVN 24.03 bug13:39
ralonsohok, I'll check that locally tomorrow if I have time13:39
mnasiadkathanks, would be good to validate that outside of my lab environment :)13:39
opendevreviewLajos Katona proposed openstack/networking-bgpvpn master: Remove legacy neutronclient CLI plugin  https://review.opendev.org/c/openstack/networking-bgpvpn/+/96164213:42
opendevreviewLajos Katona proposed openstack/tap-as-a-service master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/tap-as-a-service/+/96167114:11
opendevreviewLajos Katona proposed openstack/networking-bgpvpn master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/networking-bgpvpn/+/96164314:40
opendevreviewLajos Katona proposed openstack/neutron-dynamic-routing master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/96168515:04
opendevreviewLajos Katona proposed openstack/networking-bgpvpn master: Remove legacy neutronclient CLI plugin  https://review.opendev.org/c/openstack/networking-bgpvpn/+/96164215:06
opendevreviewLajos Katona proposed openstack/networking-bgpvpn master: Migrate setup configuration to pyproject.toml  https://review.opendev.org/c/openstack/networking-bgpvpn/+/96164315:06
opendevreviewMerged openstack/neutron-tempest-plugin master: Add hacking check to the pre-commit configuration  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/95854115:08
opendevreviewPierre Riteau proposed openstack/neutron master: Fix typo in warning log  https://review.opendev.org/c/openstack/neutron/+/96172516:00

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