[Yahoo-eng-team] [Bug 2024510] [NEW] Address on SNAT port won't be advertised by BGP speaker

2023-06-20 Thread Wenpeng Zhang
Public bug reported: ENV: Zed FYI: 1. All IP addresses mentioned are all in the same scope 2. The IP addresses are only examples, this bug is not related to any specific IP addresses range. Description: 1. When a DVR floating IP associate to a VM, the BGP will advertise the FIP to Provider ro

[Yahoo-eng-team] [Bug 2023171] Re: [OVN] Agent deletion only removes the "Chassis" register, not the "Chassis_Private" one

2023-06-20 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/885744 Committed: https://opendev.org/openstack/neutron/commit/9ca0e34a5edeb0419d86117dfaabb3f7842bb347 Submitter: "Zuul (22348)" Branch:master commit 9ca0e34a5edeb0419d86117dfaabb3f7842bb347 Author: Rodolfo Alonso Hernandez Date:

[Yahoo-eng-team] [Bug 2024502] [NEW] Tempest: add scenario to validate that stateless SG rules are working in presence of Load Balancer attached to the same network

2023-06-20 Thread Ihar Hrachyshka
Public bug reported: It was found that in case of ML2/OVN, stateless SG rules stop working when a Octavia Load Balancer is attached to the same network. This was addressed in OVN core project with: https://github.com/ovn- org/ovn/commit/a0f82efdd9dfd3ef2d9606c1890e353df1097a51 I think it may make

[Yahoo-eng-team] [Bug 2024481] Re: [ndr] neutron-bgp-dragent is racy when a service restart is made just before a speaker is added

2023-06-20 Thread Dmitrii Shcherbakov
** Description changed: Hit a race with the Antelope (22.0.0) version of NDR in one of our functional test runs: 1) neutron-bgp-dragent got restarted right before creating a speaker and adding an external network and tenant network to it; - 2) As can be seen in the service log below, jus

[Yahoo-eng-team] [Bug 2024481] [NEW] [ndr] neutron-bgp-dragent is racy when a service restart is made just before a speaker is added

2023-06-20 Thread Dmitrii Shcherbakov
Public bug reported: Hit a race with the Antelope (22.0.0) version of NDR in one of our functional test runs: 1) neutron-bgp-dragent got restarted right before creating a speaker and adding an external network and tenant network to it; 2) As can be seen in the service log below, just after neutr

[Yahoo-eng-team] [Bug 1949230] Re: OVN Octavia provider driver should implement allowed_cidrs to enforce security groups on LB ports

2023-06-20 Thread Luis Tomas
There is no need to support this as the SG enforced are the ones of the members, since the source IP does not change ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. htt

[Yahoo-eng-team] [Bug 1959666] Re: Neutron-dynamic-routing does not work with OVN

2023-06-20 Thread Dmitrii Shcherbakov
When it comes to the NDR charm we enabled it in the charms (neutron-api- plugin-ovn specifically needed a code change) documenting those limitations in the charm-guide. https://review.opendev.org/q/topic:2023-enable-ndr https://review.opendev.org/q/topic:2023-ovn-ndr Also we are adding some data

[Yahoo-eng-team] [Bug 2024160] Re: [trunk ports] subport doesn't reach status ACTIVE

2023-06-20 Thread Sylvain Bauza
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New => Confirmed ** Changed in: nova Importance: Undecided => High ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Y

[Yahoo-eng-team] [Bug 1959666] Re: Neutron-dynamic-routing does not work with OVN

2023-06-20 Thread Dr. Jens Harbott
Ack, OVN+NDR is working in general now, some specific use case may still need additional work. ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.l

[Yahoo-eng-team] [Bug 2024447] [NEW] [OVN] "_load_hash_ring" is couting the hash righ nodes without opening a DB txn

2023-06-20 Thread Rodolfo Alonso
Public bug reported: In [1], we are accessing to the DB calling "count_offline_nodes". This call is issuing a DB request without opening a txn (reader context, for example). The methods "get_active_nodes" and "count_offline_nodes" are calling query.all() and query.count() outside the reader conte