[Yahoo-eng-team] [Bug 2083527] [NEW] [OVN] FIPs are not respected in nested networks

2024-10-02 Thread Dmitriy Rabotyagov
Public bug reported: This is actually a follow-up from https://bugs.launchpad.net/neutron/+bug/2077879 as this is having a slightly different use-case then was originally described. Description === The problem is that FIP created in a geneve network, which is marked as access_as_externa

[Yahoo-eng-team] [Bug 2077879] Re: [OVN] Router gateway does not have a chassis defined

2024-09-27 Thread Dmitriy Rabotyagov
** Changed in: neutron Status: New => 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/2077879 Title: [OVN] Router gateway does not have a chassis defined Status in ne

[Yahoo-eng-team] [Bug 2081173] [NEW] security-groups-rules-belongs-to-default-sg slows down SG GET operations

2024-09-19 Thread Dmitriy Rabotyagov
Public bug reported: With upgrade of Neutron from 23.2.0 to 24.0.0.b1 there is a 2 times regression in response time for security groups listing. Moreover, on 23.2.0 this listing could be coming from smth like cache from time to time, as API response was super low after multiple subsequent reques

[Yahoo-eng-team] [Bug 2081087] [NEW] Performance regression in neutron-server from 2023.1 to 2024.1

2024-09-18 Thread Dmitriy Rabotyagov
Public bug reported: With upgrade from 2023.1 to 2024.1 with driver ML2/OVS we've spotted a significant (10 times) performance regression on some operations. As best example - we can take security groups operations. Neutron is running in eventlet, since uWSGI is not yet fully functional for 2024

[Yahoo-eng-team] [Bug 2080538] [NEW] Add support for Domain Manager personas to Horizon

2024-09-12 Thread Dmitriy Rabotyagov
Public bug reported: With Dalmatian release (2024.2) Keystone has finally added support for domain managers: https://review.opendev.org/c/openstack/keystone/+/924132 This type of users have a Domain scoped tokens and have a `manager` role assigned to the domain. With these privileges they are a

[Yahoo-eng-team] [Bug 2075150] Re: unable to use pdb for nova

2024-07-30 Thread Dmitriy Rabotyagov
Hey, I think this bug is actually belonging to the Nova project rather then OpenStack-Ansible, as that's basically a question regarding specific service source code rather then a deployment of this service. Next to that, I'd say that conductor part is likely to be catched not through nova-api but

[Yahoo-eng-team] [Bug 2063364] Re: forbidden traits in flavor not honored

2024-04-25 Thread Dmitriy Rabotyagov
Hey, Despite I do see this was deployed with OpenStack-Ansible, it feels this has very little to do with deployment method, but rather service itself. With that I will transfer this bug to Nova project, so that they could assist you. ** Project changed: openstack-ansible => nova -- You receive

[Yahoo-eng-team] [Bug 2056300] [NEW] Some Roboto fonts are looked in the wrong location

2024-03-06 Thread Dmitriy Rabotyagov
Public bug reported: I do have a basic OpenStack-Ansible All-in-One deployment of the current master branch. Horizon SHA: a77818d745f25ed1e5b576760d3481f0f62ce042 Deployment was done following way: 1. git clone https://opendev.org/openstack/openstack-ansible 2. cd openstack-ansible 3. ./scripts/

[Yahoo-eng-team] [Bug 1823023] Re: legacy router namespaces absence or error run exec

2024-02-13 Thread Dmitriy Rabotyagov
it's weird that routers were scheduled to compute nodes - we usually suggested using either standalone net nodes or controllers as destination for L3 agents Also we haven't seen issues like that really for a while now. Since Rocky is not supported and reach it's End Of Life, at this point there i

[Yahoo-eng-team] [Bug 2040264] [NEW] VM rebuild fails after Zed->2023.1 upgrade

2023-10-24 Thread Dmitriy Rabotyagov
Public bug reported: Description === After upgrade of nova, including compute and conductor nodes, VM rebuild fails. All computes, that have service state UP, and all conductors are having version 66. Though, there was 1 compute during upgrade that is DOWN, which does have version 64. Du

[Yahoo-eng-team] [Bug 2039597] [NEW] nova-status upgrade check fails on Object ID linkage

2023-10-17 Thread Dmitriy Rabotyagov
Public bug reported: Description === With upgrade from 2023.1 to 2023.2 when running nova-status upgrade check it fails with exit code 2. According to the documentation [1], this command was run with the new codebase (2023.2) but before any service (api/conductor/scheduler/compute) was

[Yahoo-eng-team] [Bug 2028809] Re: Upgrades from Zed to Antelope may fail due to the password truncation

2023-10-06 Thread Dmitriy Rabotyagov
** Changed in: openstack-ansible Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/2028809 Title: Upgrades from Zed to Antel

[Yahoo-eng-team] [Bug 2033209] Re: changing openstack_domain does not change in nova DB

2023-08-29 Thread Dmitriy Rabotyagov
Hey, Sorry, I am inclined to say that the problem you are describing is specifically nova issue. I will change affected project to Nova, as I believe this bug report fits better there. As far as I know regarding the topic - this is pretty much intended behavior and a known dropback. The only work

[Yahoo-eng-team] [Bug 1973349] [NEW] Slow queries after upgrade to Xena

2022-05-13 Thread Dmitriy Rabotyagov
Public bug reported: After upgrading to Xena we started noticing slow queries that were written down in mysql slow log. Most of them were including next subquery: SELECT DISTINCT ports.id AS ports_id FROM ports, networks WHERE ports.project_id = '' OR ports.network_id = networks.id AND networks

[Yahoo-eng-team] [Bug 1966452] Re: Using resources:PCPU property does not result in CPU pinning

2022-03-25 Thread Dmitriy Rabotyagov
There's a typo in flavor specification I was copy-pasting several times ;( | properties | resouces:PCPU='4', trait:CUSTOM_HIGHCPU='required' | s/resouces/resources/ ** Changed in: nova Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1966452] [NEW] Using resources:PCPU property does not result in CPU pinning

2022-03-25 Thread Dmitriy Rabotyagov
Public bug reported: When instance is being created from flavor with `--property resources:PCPU=4`, generated XML doesn't include vcpupin directives that basically does pinning. Instead only 4 is present in libvirt for flavor with PCPU resource. Nova version: Xena Sample flavor that's being use

[Yahoo-eng-team] [Bug 1945646] [NEW] Nova fails to live migrate instance with upper-case port MAC

2021-09-30 Thread Dmitriy Rabotyagov
Public bug reported: Description === When neutron port has MAC address defined in upper case and libvirt stores MAC in XML in lower case, migration is failed with KeyError: ``` Sep 30 10:31:38 cc-compute08-dx1 nova-compute[3054313]: 2021-09-30 10:31:38.028 3054313 ERROR nova.virt.libvir

[Yahoo-eng-team] [Bug 1932326] [NEW] Compute process cast against instance it does not own

2021-06-17 Thread Dmitriy Rabotyagov
Public bug reported: Description === In case, when some request (ie instance shutdown) is sent to the compute that is not available, request continue hanging in queue. In the meanwhile, instance can be evacuated from this host to the new available compute. However once original compute ho

[Yahoo-eng-team] [Bug 1927521] [NEW] LDAP implementation is broken for py2.7 on T

2021-05-07 Thread Dmitriy Rabotyagov
Public bug reported: Issue descripton Train is supposed to be the last release that support python 2.7. In the meanwhile, https://review.opendev.org/c/openstack/keystone/+/755736 has been backported back to Train. It implements usage of the weakref.finalize which is valid attri

[Yahoo-eng-team] [Bug 1923899] [NEW] Nova create duplicate cells when templates are used

2021-04-14 Thread Dmitriy Rabotyagov
Public bug reported: Description === When you use templates for cell creation and re-run create_cell command, duplicate cell will be created This happens because logic is broken here for templates: https://opendev.org/openstack/nova/src/commit/9e5feb051c15166988e87b10132927135bd56884/nov

[Yahoo-eng-team] [Bug 1846198] Re: packet loss during active L3 HA agent restart

2021-03-18 Thread Dmitriy Rabotyagov
Fix has been released for Victoria ** Changed in: openstack-ansible Status: New => 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/1846198 Title: packet loss during

[Yahoo-eng-team] [Bug 1718356] Re: Include default config files in python wheel

2021-02-11 Thread Dmitriy Rabotyagov
** Changed in: openstack-ansible Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1718356 Title: Include default config fil

[Yahoo-eng-team] [Bug 1632383] Re: The current Horizon settings indicate no valid image creation methods are available

2020-12-03 Thread Dmitriy Rabotyagov
This has been fixed for a while and IMAGES_ALLOW_LOCATION is present in local_settings.py ** Changed in: openstack-ansible Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboar

[Yahoo-eng-team] [Bug 1853822] [NEW] Display only supported by glance disk_format

2019-11-25 Thread Dmitriy Rabotyagov
t;http://172.29.236.100:9292/v2/";, >>> token=conn.auth_token, insecure=True) >>> glanceclient.schemas.get('image').raw()['properties']['disk_format']['enum'] [None, 'raw'] >>> [1] https://docs.openstack.org/api-ref/im

[Yahoo-eng-team] [Bug 1848201] [NEW] [neutron-vpnaas] Neutron installed inside venv makes VPNaaS broken

2019-10-15 Thread Dmitriy Rabotyagov
7:37:11.620 17205 ERROR neutron_vpnaas.services.vpn.device_drivers.ipsec 2019-10-08 17:37:11.620 17205 ERROR neutron_vpnaas.services.vpn.device_drivers.ipsec [1] https://opendev.org/openstack/neutron- vpnaas/src/branch/master/neutron_vpnaas/services/vpn/device_drivers/libreswan_ipsec.py#L22 **

[Yahoo-eng-team] [Bug 1839360] [NEW] nova-compute fails with DBNotAllowed error

2019-08-07 Thread Dmitriy Rabotyagov
Public bug reported: Description === During routine operations or things like running regular tempest checks nova-compute tries to reach database and fails with DBNotAllowed error: https://logs.opendev.org/33/660333/10/check/openstack-ansible-deploy-aio_metal-ubuntu-bionic/97d8bc3/logs/h