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

[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

[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 2022058] [NEW] [ovn] l3ha and disitributed router extra attributes do not reflect OVN state

2023-06-01 Thread Dmitrii Shcherbakov
Public bug reported: With https://bugs.launchpad.net/neutron/+bug/1995974 fixed and https://review.opendev.org/c/openstack/neutron/+/864051 merged extra attributes such as `distributed` and `ha` are now created for OVN routers as well. Their default values are taken from the global configuration

[Yahoo-eng-team] [Bug 2003842] [NEW] [OVN] A route inferred from a subnet's default gateway is not added to ovn-nb if segment_id is not None for a subnet

2023-01-25 Thread Dmitrii Shcherbakov
Public bug reported: Context: * Neutron is configured to use OVN * An external provider network with one segment is created * A subnet with a default gateway IP set is associated with this segment explicitly (segment_id != None) * A router's gateway port is set to use the provider network

[Yahoo-eng-team] [Bug 2002687] [NEW] [RFE] Active-active L3 Gateway with Multihoming

2023-01-12 Thread Dmitrii Shcherbakov
Public bug reported: Some network designs include multiple L3 gateways to: * Share the load across different gateways; * Provide independent network paths for the north-south direction (e.g. via different ISPs). Having multi-homing implemented at the instance level imposes additional burden

[Yahoo-eng-team] [Bug 1973276] Re: OVN port loses its virtual type after port update

2022-08-23 Thread Dmitrii Shcherbakov
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1973276 Title: OVN port loses its virtual type after port

[Yahoo-eng-team] [Bug 1964995] [NEW] [yoga][regression] network capabilities in extra info are overridden if vpd is present for a PCI device

2022-03-15 Thread Dmitrii Shcherbakov
Public bug reported: VPD capability handling was added in https://opendev.org/openstack/nova/commit/ab49f97b2c08294234c7bfd3dedb75780ca519e6 and now does a device dict update as follows

[Yahoo-eng-team] [Bug 1884723] Re: [OVS] multicast between VM instances on different compute nodes is broken with IGMP snooping enabled

2021-02-03 Thread Dmitrii Shcherbakov
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1884723 Title: [OVS] multicast between VM instances on

[Yahoo-eng-team] [Bug 1517180] Re: No support for adding custom certificate chains

2019-09-19 Thread Dmitrii Shcherbakov
** Changed in: maas Status: Invalid => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1517180 Title: No support for adding custom certificate chains Status in cloud-init:

[Yahoo-eng-team] [Bug 1773967] Re: Application credentials can't be used with group-only role assignments

2019-08-06 Thread Dmitrii Shcherbakov
** Also affects: keystone (Ubuntu) Importance: Undecided Status: New ** Also affects: cloud-archive Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1834009] [NEW] Trust API does not support delegating federated roles (roles obtained from federated groups)

2019-06-24 Thread Dmitrii Shcherbakov
Public bug reported: When a trust is created a trustor user is required to have a role on a project in question. This is verified via a call to the keystone database without looking at roles that can be inferred from federated groups present in a token. In this scenario a federated user does not

[Yahoo-eng-team] [Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-06-22 Thread Dmitrii Shcherbakov
Ran into a related problem during debugging of dashboard errors ("Unable to retrieve key pairs") with a Rocky cloud & identity federation. There was no clear indication as to why failures occurred. https://paste.ubuntu.com/p/v5HXyyWXC2/ (full pdb trace) At a high level I was getting validation

[Yahoo-eng-team] [Bug 1832092] [NEW] [rocky+] Creation of application credentials fails when role assignments only come from role assignments of federated groups

2019-06-08 Thread Dmitrii Shcherbakov
Public bug reported: [Version] Rocky (UCA) [Problem Description] (see the User Scenario section below for a description of the environment) When no direct role assignments to federated users are done and only federated group role assignments are present, application credential creation via

[Yahoo-eng-team] [Bug 1828126] [NEW] [<= Queens] With token-provider='uuid', roles of dynamically obtained federated groups are not taken into account during token-based authentication (for project-sc

2019-05-07 Thread Dmitrii Shcherbakov
Public bug reported: [Overview] The relevant part of the federated authentication process after the IdP and SP token parsing stages is as follows: 1) WSGI environment variables created based on token attributes (e.g. SAML token attributes) are passed down to Keystone; 2) Keystone creates a

[Yahoo-eng-team] [Bug 1774710] Re: DHCP agent doesn't do anything with a network's dns_domain attribute

2019-04-23 Thread Dmitrii Shcherbakov
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1774710 Title: DHCP agent doesn't do anything with a

[Yahoo-eng-team] [Bug 1763608] Re: Netplan ignores Interfaces without IP Addresses

2019-02-04 Thread Dmitrii Shcherbakov
I do not think Neutron is related in any way here by the way because it is not responsible for bringing OVS bridge interface links up => moving to invalid for Neutron. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1783654] Re: DVR process flow not installed on physical bridge for shared tenant network

2018-08-24 Thread Dmitrii Shcherbakov
** Also affects: cloud-archive Importance: Undecided Status: New ** Also affects: neutron (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1751396] Re: DVR: Inter Tenant Traffic between two networks and connected through a shared network not reachable with DVR routers

2018-04-18 Thread Dmitrii Shcherbakov
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1751396 Title: DVR: Inter Tenant Traffic between two

[Yahoo-eng-team] [Bug 1759971] Re: [dvr][fast-exit] a route to a tenant network does not get created in fip namespace if an external network is attached after a tenant network have been attached (race

2018-04-06 Thread Dmitrii Shcherbakov
Affects Pike and Queens UCA. ** Also affects: neutron (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1759971 Title:

[Yahoo-eng-team] [Bug 1761591] [NEW] [dvr] enable_snat attribute is ignored - centralized snat port gets created

2018-04-05 Thread Dmitrii Shcherbakov
Public bug reported: OpenStack Queens from UCA (xenial, GA kernel), 2 external subnets (one routed provider network), 1 tenant subnet added to a router. Tenant subnet cidr: 192.168.100.0/24 Relevant agent configs: http://paste.openstack.org/show/718514/ Commands and outputs:

[Yahoo-eng-team] [Bug 1759956] Re: [dvr][fast-exit] incorrect policy rules get deleted when a distributed router has ports on multiple tenant networks

2018-04-05 Thread Dmitrii Shcherbakov
Affects pike and queens UCA packages. ** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** Changed in: neutron (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1761555] [NEW] [dvr][fast-exit] router add/remove subnet operations are not idempotent

2018-04-05 Thread Dmitrii Shcherbakov
Public bug reported: OpenStack Queens from UCA (xenial, GA kernel), 2 external subnets (one routed provider network), 2 tenant subnets, all subnets in the same address scope to trigger "fast exit" logic. Tenant subnet cidr: 192.168.100.0/24 Other tenant subnet cidr: 192.168.200.0/24 Relevant

[Yahoo-eng-team] [Bug 1761556] [NEW] [dvr][fast-exit] router add/remove subnet operations are not idempotent

2018-04-05 Thread Dmitrii Shcherbakov
Public bug reported: OpenStack Queens from UCA (xenial, GA kernel), 2 external subnets (one routed provider network), 2 tenant subnets, all subnets in the same address scope to trigger "fast exit" logic. Tenant subnet cidr: 192.168.100.0/24 Other tenant subnet cidr: 192.168.200.0/24 Relevant

[Yahoo-eng-team] [Bug 1759971] [NEW] [dvr][fast-exit] a route to a tenant network does not get created in fip namespace if an external network is attached after a tenant network have been attached

2018-03-29 Thread Dmitrii Shcherbakov
Public bug reported: Overall, similar scenario to https://bugs.launchpad.net/neutron/+bug/1759956 but a different problem. OpenStack Queens from UCA (xenial, GA kernel, deployed via OpenStack charms), 2 external subnets (one routed provider network), 1 tenant subnet, all subnets in the same

[Yahoo-eng-team] [Bug 1759956] [NEW] [dvr][fast-exit] incorrect policy rules get deleted when a distributed router has ports on multiple tenant networks

2018-03-29 Thread Dmitrii Shcherbakov
- packages/neutron/agent/linux/utils.py:92 ** Affects: neutron Importance: Undecided Assignee: Dmitrii Shcherbakov (dmitriis) Status: In Progress ** Tags: cpe-onsite -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1759120] [NEW] Objects are not returned if domain name is used instead of domain id

2018-03-26 Thread Dmitrii Shcherbakov
Public bug reported: # OS_USERNAME=user OS_USER_DOMAIN_NAME=admin_domain OS_PROJECT_NAME=admin # OS_PROJECT_DOMAIN_NAME=admin_domain openstack user list --domain testdomain -> users returned for testdomain # OS_USERNAME=user OS_USER_DOMAIN_NAME=testdomain OS_DOMAIN_NAME=testdomain + policy