[Yahoo-eng-team] [Bug 2048745] [NEW] [ovn] FIP not working when mixing vlan and geneve tenant networks

2024-01-08 Thread Luis Tomas
Public bug reported: The flag redirect-type=bridge can only be used when there is no mix of geneve and vlan networks in the same router, as handled here [1]. When there is such a mix, the flag reside-on-redirect-chassis is being used, but it is not working for all cases: - Either you centralize

[Yahoo-eng-team] [Bug 2035325] [NEW] FDB entries grows indefinitely

2023-09-13 Thread Luis Tomas
/openstack/neutron/+/877675 [2] https://github.com/ovn-org/ovn/commit/ae9a5488824c49e25215b02e7e81a62eb4d0bd53 ** Affects: neutron Importance: Undecided Assignee: Luis Tomas (luis5tb) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Luis Tomas (luis

[Yahoo-eng-team] [Bug 2025264] Re: [ovn][DVR]FIP traffic centralized in DVR environments

2023-07-04 Thread Luis Tomas
Fix: https://review.opendev.org/c/openstack/neutron/+/886626 ** Changed in: neutron Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2025264 Title:

[Yahoo-eng-team] [Bug 2025637] [NEW] [ovn-octavia-provider] FIP traffic not distributed for members' FIP after lb cascade deletion

2023-07-03 Thread Luis Tomas
again. However, if the whole loadbalancer gets deleted with the cascade option, the traffic to the member FIP is left centralized (without the NAT table being updated with the MAC again) ** Affects: neutron Importance: Undecided Assignee: Luis Tomas (luis5tb) Status: In Progress

[Yahoo-eng-team] [Bug 2025264] [NEW] [ovn][DVR]FIP traffic centralized in DVR environments

2023-06-28 Thread Luis Tomas Bolivar
the external_mac from NAT table entry, and the deletion of the NAT table entry. ** Affects: neutron Importance: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: New ** Changed in: neutron Assignee: (unassigned) => Luis Tomas Bolivar (ltomasbo) -- You recei

[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.

[Yahoo-eng-team] [Bug 2012712] [NEW] [ovn] N/S traffic for VMs without FIPs not working

2023-03-24 Thread Luis Tomas
as part of [1] [1] https://review.opendev.org/c/openstack/neutron/+/875644 ** Affects: neutron Importance: Undecided Assignee: Luis Tomas (luis5tb) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Luis Tomas (luis5tb) -- You received this

[Yahoo-eng-team] [Bug 2012069] [NEW] [OVN] Flooding issue on provider networks with disabled port security

2023-03-17 Thread Luis Tomas Bolivar
Public bug reported: When VMs associated to a provider network, with disabled port security, try to reach IPs on the provider network not known by OpenStack, there is a flooding issue due to FDB table not learning MACs. It seems there is a option in ovn [1] to address this issue but it is not

[Yahoo-eng-team] [Bug 2003997] [NEW] [ovn-octavia-provider] ovn-lb with VIP on provider network not working

2023-01-27 Thread Luis Tomas Bolivar
network we should avoid adding the LB to the LS associated to the provider network ** Affects: neutron Importance: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 2003455] [NEW] [ovn] MTU issues due to centralized vlan provider networks

2023-01-20 Thread Luis Tomas Bolivar
the networker node instead of directly from the node [1] https://opendev.org/openstack/networking-ovn/commit/1440207c0d568068a37a306a7f03a81ad58e468f ** Affects: neutron Importance: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: New ** Changed in: neutron Assignee

[Yahoo-eng-team] [Bug 1997418] [NEW] [ovn-octavia-provider] HM not working for FIPs

2022-11-22 Thread Luis Tomas Bolivar
is loadbalanced also using the members that are in error status. ** Affects: neutron Importance: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: New ** Changed in: neutron Assignee: (unassigned) => Luis Tomas Bolivar (ltomasbo) -- You received this

[Yahoo-eng-team] [Bug 1997416] [NEW] [ovn-octavia-provider] HM updates lost previous values

2022-11-22 Thread Luis Tomas Bolivar
ld keep its previous value ** Affects: neutron Importance: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Luis Tomas Bolivar (ltomasbo) -- You received this bug notification because you are a membe

[Yahoo-eng-team] [Bug 1992363] [NEW] [ovn-octavia-provider] Detach OVN-LB LS from the LR breaks OVN-LB connectivity

2022-10-10 Thread Luis Tomas Bolivar
the LS, leading to the removal of the LB from the OVN SB DB, and consequently beaking the connectivity as the flows for the LB are not installed ** Affects: neutron Importance: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: New ** Changed in: neutron Assignee

[Yahoo-eng-team] [Bug 1992356] [NEW] [ovn-octavia-provider] LS has LB leftover after being removed from the router

2022-10-10 Thread Luis Tomas Bolivar
Public bug reported: In order to have ovn-lb properly configured it is needed to include the loadbalancer in all the logical_switches connected to the logical_router where the VIP and the members are connected to. With that, in the next scenario: - LR1 - LS1 and LS2 connected to LR1 - OVN-LB1

[Yahoo-eng-team] [Bug 1991509] [NEW] [ovn-octavia-provider] router gateway unset + set breaks ovn lb connectivity

2022-10-03 Thread Luis Tomas Bolivar
-provider/src/commit/acbf6e7f3e223c088582390475c84464bc27227d/ovn_octavia_provider/event.py#L39 ** Affects: neutron Importance: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1988793] Re: OVN as a Provider Driver for Octavia in ovn-octavia-provider

2022-09-14 Thread Luis Tomas Bolivar
This is not a limitation. The failover action is already properly handle to state it is not supported. But this is not due to a limitation into the ovn-octavia driver, but due to not needed this functionality at all (I would say this is an improvement). In amphora case you have a VM that needs to

[Yahoo-eng-team] [Bug 1982111] [NEW] [ovn-octavia-provider] members without subnet wrongly associated to VIP subnet

2022-07-19 Thread Luis Tomas Bolivar
but there is no connectivity to the member (as it does not belong to the obtained subnet). An extra checking to ensure the VIP CIDR includes the member IP should be done. ** Affects: neutron Importance: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1965732] [NEW] loadbalancer stuck in PENDING_X if delete_vip_port fails

2022-03-21 Thread Luis Tomas Bolivar
: neutron Importance: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1965732 Title: loadbalancer

[Yahoo-eng-team] [Bug 1964901] [NEW] Wrong addition of VIPs to all logical router pods leading to triggering GARP on different locations

2022-03-15 Thread Luis Tomas Bolivar
: patch up : false virtual_parent : [] Expected results: In the example, ip 20.0.0.98 should not be there as that belongs to an IP in a tenant network that should not be advertized (GARP) in the provider network. ** Affects: neutron Importance: Undecided Statu

[Yahoo-eng-team] [Bug 1962713] Re: Race between loadbalancer creation and FIP association with ovn-octavia provider

2022-03-02 Thread Luis Tomas Bolivar
Yes, this is what I did in this (partial) backport: https://review.opendev.org/c/openstack/networking-ovn/+/831349/ ** 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

[Yahoo-eng-team] [Bug 1962713] [NEW] Race between loadbalancer creation and FIP association with ovn-octavia provider

2022-03-02 Thread Luis Tomas Bolivar
: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: New ** Changed in: neutron Assignee: (unassigned) => Luis Tomas Bolivar (ltomasbo) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

[Yahoo-eng-team] [Bug 1958961] Re: [ovn-octavia-provider] lb create failing with with ValueError: invalid literal for int() with base 10: '24 2001:db8::131/64'

2022-02-16 Thread Luis Tomas Bolivar
This bug is the same as https://bugs.launchpad.net/neutron/+bug/1959903 (or a subset of it). The fix at https://review.opendev.org/c/openstack/ovn-octavia- provider/+/827670 also solves this problem ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug

[Yahoo-eng-team] [Bug 1958964] [NEW] Fully Populated Load Balancer creation with OVN provider leaves pools as PENDING_CREATE

2022-01-25 Thread Luis Tomas Bolivar
Public bug reported: Creating a Fully Populated Load Balancer with OVN as provider successfully creates the LB but the pool stays in PENDING_CREATE state forever. How reproducible: Send the fully populated request to the API in JSON format following

[Yahoo-eng-team] [Bug 1957161] [NEW] Wrong ACTIVE status of subports attached to a trunk whose parent is DOWN

2022-01-12 Thread Luis Tomas Bolivar
Importance: Undecided Assignee: Luis Tomas Bolivar (ltomasbo) Status: New ** Changed in: neutron Assignee: (unassigned) => Luis Tomas Bolivar (ltomasbo) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neut

[Yahoo-eng-team] [Bug 1956745] [NEW] [ovn-octavia-provider] Load Balancer remained with ACTIVE state even with PENDING_UPDATE listener

2022-01-07 Thread Luis Tomas Bolivar
| +--+---+--+-+---+---+--++ ** Affects: neutron Importance: Undecided Assignee: Luis Tomas Bolivar

[Yahoo-eng-team] [Bug 1696051] [NEW] Missing binding details for bulk port creation requests

2017-06-06 Thread Luis Tomas Bolivar
Public bug reported: When doing bulk port creation requests the returned object does not have the binding information -- unlike the 'standard' port creation. For a single (standard) port creation with: neutron_client.create_port(rq).get('port') where rq has: {'port': {'device_owner':

[Yahoo-eng-team] [Bug 1657441] [NEW] Remove the set device_owner when attaching subports

2017-01-18 Thread Luis Tomas Bolivar
Public bug reported: This is not required by business logic as pointed out in the commit message of https://review.openstack.org/#/c/368289/, and in some cases can lead to race problems. There may be other proyects using neutron TrunkPorts, such as kuryr, that can trigger the port/subport

[Yahoo-eng-team] [Bug 1639186] [NEW] qos max bandwidth rules not working for neutron trunk ports

2016-11-04 Thread Luis Tomas Bolivar
Public bug reported: When using Qos together with Neutron trunk ports the max bandwidth limits are not applied, neither for ovs-hybrid, nor for ovs-firewall The reason is that a new ovs bridge is created to handle the trunk (parent + subport) ports. For instance: Bridge "tbr-c5402c58-3"

[Yahoo-eng-team] [Bug 1591240] [NEW] progress_watermark is not updated

2016-06-10 Thread Luis Tomas
Public bug reported: During the live migration process the progress_watermark/progress_time are not being (re)updated with the new progress made by the live migration at the "_live_migration_monitor" function (virt/libvirt/driver.py). More specifically, in these lines of code: if