[Yahoo-eng-team] [Bug 2054446] [NEW] Boot from ISO does not work

2024-02-20 Thread Pavlo Shchelokovskyy
Public bug reported: It may be https://bugs.launchpad.net/nova/+bug/1454901 resurfacing again.. Symptoms using fresh DevStack/master: I follow the docs https://docs.openstack.org/nova/latest/user/launch-instance-using-ISO-image.html and using tinycore iso for testing http://tinycorelinux.net/ (

[Yahoo-eng-team] [Bug 2048874] [NEW] group_policy flavor extra spec is not compatible with AggregateInstanceExtraSpecsFilter

2024-01-10 Thread Pavlo Shchelokovskyy
Public bug reported: Effectively adding this extra spec to use the 'granular resource request' feature of placement also requires that all the computes such flavor attempts to target are added into an aggregate with the metadata 'group_policy' set and equal to 'none' or 'isolate'. We either have

[Yahoo-eng-team] [Bug 1889655] Re: removeSecurityGroup action returns 500 when there are multiple security groups with the same name

2023-10-10 Thread Pavlo Shchelokovskyy
** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1889655 Title: removeSecurityGroup action returns 500 when

[Yahoo-eng-team] [Bug 2038898] [NEW] image format change during migration is not reflected in libvirt XML

2023-10-10 Thread Pavlo Shchelokovskyy
Public bug reported: Discovered in a environment that was configured with [libvirt] images_type = raw only, the other relevant options were at their defaults (use_cow_images = True, force_raw_images = False). Symptom - the instances were non-responsive and non running after cold migration (e.g

[Yahoo-eng-team] [Bug 2002400] [NEW] When adding ironic compute host to an aggregate, only one ironic compute node is added to placement aggregate

2023-01-10 Thread Pavlo Shchelokovskyy
Public bug reported: The reason seems to be this line https://opendev.org/openstack/nova/src/commit/ba9d4c909beff4e9ab86911a35dd5db8d8ce08d6/nova/compute/api.py#L6646 nodes = objects.ComputeNodeList.get_all_by_host(context, host_name) node_name = nodes[0].hypervisor_hostname Whi

[Yahoo-eng-team] [Bug 1992169] [NEW] instance_faults entries are created on InstanceInvalidState exceptions

2022-10-07 Thread Pavlo Shchelokovskyy
ostics call is admin-only, this is probably not worth worrying. ** Affects: nova Importance: Undecided Assignee: Pavlo Shchelokovskyy (pshchelo) Status: New ** Changed in: nova Assignee: (unassigned) => Pavlo Shchelokovskyy (pshchelo) -- You received this bug notification

[Yahoo-eng-team] [Bug 1578401] Re: tokens in memcache have no/improper expiration

2022-07-13 Thread Pavlo Shchelokovskyy
** Also affects: oslo.cache Importance: Undecided Status: New -- 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/1578401 Title: tokens in memcache have no/imp

[Yahoo-eng-team] [Bug 1978833] Re: can not create application credential for federated user when mapping uses group

2022-07-12 Thread Pavlo Shchelokovskyy
Closing this as invalid - setting authorization_ttl for the IdP in Keystone (or default_authorization_ttl in config) allows the appcreds to be created and work for this amount of time after the federated user has logged in. May be not ideal for some applications, but clearly security consideration

[Yahoo-eng-team] [Bug 1978833] [NEW] can not create application credential for federated user when mapping uses group

2022-06-15 Thread Pavlo Shchelokovskyy
Public bug reported: Tested on devstack/master + SAML2 and victoria + OpenIDConnect. Setup on devstack + SAML: - install devstack as per keystone-dsvm-py3-functional-federation-ubuntu-focal job - run the test keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2Federate

[Yahoo-eng-team] [Bug 1961567] [NEW] attached PCI devices may change addresses after reboot

2022-02-21 Thread Pavlo Shchelokovskyy
Public bug reported: When attaching PCI devices to the instance (e.g. via PCI passthru), the final order and addresses of devices as seen from inside the instance can change between reboots: E.g. these are the snippets from qemu command line args as seen thru `ps`: -device vfio-pci,host=5e:00.1,

[Yahoo-eng-team] [Bug 1961188] [NEW] confirm resize fails with CPUUnpinningInvalid when resizing to the same host

2022-02-17 Thread Pavlo Shchelokovskyy
Public bug reported: This is very similar to https://bugs.launchpad.net/nova/+bug/1944759 (which should be fixed already) but still happens when resizing to the same host. reproduction: fresh single node devstack/master (Nova commit b5029890c1c5b1b5153c9ca2fc9a8ea2437f635d) in nova-cpu.conf I s

[Yahoo-eng-team] [Bug 1940530] [NEW] Specifying allowed_address_pairs as CIDR breaks DVR

2021-08-19 Thread Pavlo Shchelokovskyy
Public bug reported: This looks like aftermath of fixing https://bugs.launchpad.net/neutron/+bug/1928466 According to docs https://docs.openstack.org/api- ref/network/v2/?expanded=create-port-detail#create-port the ip_address in allowed_address_pairs of a port can be a CIDR. Change https://revie

[Yahoo-eng-team] [Bug 1938323] [NEW] [Queens] tokens generated with nocatalog are not usable in some requests

2021-07-28 Thread Pavlo Shchelokovskyy
some network info about instances. After the cache is invalidated, the catalog starts to be generated for token validation response anew, and everything starts to work as expected. ** Affects: keystone Importance: Undecided Assignee: Pavlo Shchelokovskyy (pshchelo) Status: In

[Yahoo-eng-team] [Bug 1893794] [NEW] Keystone returns spurious federated users for LDAP-backed domain

2020-09-01 Thread Pavlo Shchelokovskyy
c8395eb459f5a93/keystone/identity/core.py#L1106-L1108 Instead I think this check and removal of domain hints should be done later, immediately before the actual identity driver (which may be domain unaware) is called in "_handle_shadow_and_local_users" method https://opendev.org/opensta

[Yahoo-eng-team] [Bug 1889655] [NEW] removeSecurityGroup action returns 500 when there are multiple security groups with the same name

2020-07-30 Thread Pavlo Shchelokovskyy
2dcfdcc365733161cac/nova/network/security_group_api.py#L611-L618 vs `remove_from_instance` https://opendev.org/openstack/nova/src/commit/2f3a380c3c081fb022c8a2dcfdcc365733161cac/nova/network/security_group_api.py#L674-L679 the latter does not handle NeutronClientNoUniqueMatch exception ** Affec

[Yahoo-eng-team] [Bug 1835201] [NEW] shredding LVM volumes may affect performance of other VMs on compute host

2019-07-03 Thread Pavlo Shchelokovskyy
Public bug reported: When configured with LVM local storage for ephemeral partitions, Nova performs wiping operation using `shred` before removing volume once a VM is deleted. `shred` consumes a lot of CPU and almost all disk bandwidth (even on SSDs) which drastically affects the performance of

[Yahoo-eng-team] [Bug 1827435] [NEW] add user option to ignore password_regex

2019-05-02 Thread Pavlo Shchelokovskyy
Public bug reported: Heat's bug: https://storyboard.openstack.org/#!/story/2005210 Heat creates service users in its dedicated domain on the fly. These are crucial in situations that require deferred authentications, for example autoscaling. There's a password_regex option in [security_complianc

[Yahoo-eng-team] [Bug 1827431] [NEW] add user option to ignore user inactivity period

2019-05-02 Thread Pavlo Shchelokovskyy
Public bug reported: Heat's bug: https://storyboard.openstack.org/#!/story/2005210 Heat creates service users in its dedicated domain on the fly. These are crucial in situations that require deferred authentications, for example autoscaling. While it is currently possible to ignore some settings

[Yahoo-eng-team] [Bug 1697163] Re: glance CLI doesn'tconsider anymore OS_CACERT

2019-03-19 Thread Pavlo Shchelokovskyy
I believe we can close this, fix to glanceclient was merged >1y ago. ** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1697163

[Yahoo-eng-team] [Bug 1775207] [NEW] Fetching all mappings may become too slow

2018-06-05 Thread Pavlo Shchelokovskyy
"openstack domain list" takes up to 7 seconds and login to the Horizon - up to 20 seconds. Additionally filtering the corresponding query in get_domain_mapping_list method by entity_type speeds up things somewhat. ** Affects: keystone Importance: Undecided Assignee: Pavlo Shch

[Yahoo-eng-team] [Bug 1766485] [NEW] Support locking user password

2018-04-23 Thread Pavlo Shchelokovskyy
Public bug reported: Change https://review.openstack.org/#/c/559438/ (related bug 1755874) introduced concept of locking user password from changing via self service in Keystone V3 API. Horizon should implement support for changing this user option too. Sibling story for python-openstackclient h

[Yahoo-eng-team] [Bug 1755874] [NEW] Ability to block users from changing passwords is missing in Kesystone v3

2018-03-14 Thread Pavlo Shchelokovskyy
Public bug reported: While fixing bug 1641645 the solution was to 'unprotect' the v3/users/{id}/password endpoint. However some deployments that were using Keystone v2 and are migrating to v3 use ability to block users from changing their passwords (via edited policy in policy.json), and are now

[Yahoo-eng-team] [Bug 1751246] Re: accessing to root of nova placement returns 401

2018-02-23 Thread Pavlo Shchelokovskyy
is not reproduced on master, most probably you have an older OpenStack version (Pike?) on recent devstack: $ curl https://192.168.100.11/placement {"versions": [{"min_version": "1.0", "max_version": "1.17", "id": "v1.0"}]} ** Changed in: nova Status: New => Invalid -- You received this

[Yahoo-eng-team] [Bug 1713748] [NEW] heat stacks are not appropriately sorted by "Created" field

2017-08-29 Thread Pavlo Shchelokovskyy
uld be treated as proper date. ** Affects: horizon Importance: Undecided Assignee: Pavlo Shchelokovskyy (pshchelo) Status: In Progress ** Changed in: horizon Assignee: (unassigned) => Pavlo Shchelokovskyy (pshchelo) -- You received this bug notification because you ar

[Yahoo-eng-team] [Bug 1711184] [NEW] scheduler selects the same ironic node several times

2017-08-16 Thread Pavlo Shchelokovskyy
: Pavlo Shchelokovskyy (pshchelo) Status: In Progress ** Tags: ironic scheduler -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1711184 Title: scheduler selects

[Yahoo-eng-team] [Bug 1696690] [NEW] neutron fails to connect to q-agent-notifier-port-delet_fanout exchange

2017-06-08 Thread Pavlo Shchelokovskyy
Public bug reported: logstash query (>70 hits for last 7 days) http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22NotFound%3A%20Basic.publish%3A%20(404)%20NOT_FOUND%20-%20no%20exchange%20'q-agent-notifier-port-'%5C%22%20AND%20build_status%3AFAILURE example of the fa

[Yahoo-eng-team] [Bug 1575661] Re: can not deploy a partition image to Ironic node

2016-06-08 Thread Pavlo Shchelokovskyy
Lucas, I was using the agent_ipmitool driver in Ironic, and ubuntu images. Anyway, I can no longer reproduce this bug on latest master, so please close as invalid. Feel free to reopen if it resurfaces. ** Changed in: ironic Status: Incomplete => Invalid ** Changed in: nova Statu

[Yahoo-eng-team] [Bug 1575661] [NEW] can not deploy a partition image to Ironic node

2016-04-27 Thread Pavlo Shchelokovskyy
Public bug reported: Using fresh master of DevStack, I can not deploy partition images to Ironic nodes via Nova. I have two images in Glance - kernel image and partition image with kernel_id property set. I have configured Ironic nodes and nova flavor with capabilities: "boot_option: local" as d

[Yahoo-eng-team] [Bug 1572555] [NEW] Nova reports memory_mb=0 for available Ironic node

2016-04-20 Thread Pavlo Shchelokovskyy
Public bug reported: this is on latest devstack master and might be related to bug 1572472 Reproduce 1. deploy Ironic+Nova in DevStack as usual, 3 VMs x 1cpu,1024MB RAM,10GB disk posing as Ironic nodes ironic node-list +--++---+---

[Yahoo-eng-team] [Bug 1553231] [NEW] neutron options in generated config have warnings

2016-03-04 Thread Pavlo Shchelokovskyy
properly converted to oslo objects before generating config. ** Affects: nova Importance: Undecided Assignee: Pavlo Shchelokovskyy (pshchelo) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1544195] [NEW] User can not provision ironic node via nova when providing pre-created port

2016-02-10 Thread Pavlo Shchelokovskyy
Public bug reported: When booting a nova instance with baremetal flavor, one can not provide a pre-created neutron port to "nova boot" command. The reason is obvious - to successfully deploy, mac address of the port must be the same as mac address of the ironic port corresponding to the ironic no

[Yahoo-eng-team] [Bug 1489059] Re: "db type could not be determined" running py34

2015-09-02 Thread Pavlo Shchelokovskyy
** Also affects: heat Importance: Undecided Status: New ** Changed in: heat Importance: Undecided => Low ** Changed in: heat Assignee: (unassigned) => Pavlo Shchelokovskyy (pshchelo) -- You received this bug notification because you are a member of Yahoo! Engineerin

[Yahoo-eng-team] [Bug 1331406] [NEW] can not login to Dashboard on devstack

2014-06-18 Thread Pavlo Shchelokovskyy
Public bug reported: Using fresh master of devstack and fresh masters of all services. When I try to login into the Dashboard, I do not leave the login page (as if nothing happened, no error displayed). Strangely the screen log for horizon service in devstack displays [Wed Jun 18 10:09:46.533780

[Yahoo-eng-team] [Bug 1322162] [NEW] stack resource uuid link is broken

2014-05-22 Thread Pavlo Shchelokovskyy
Public bug reported: Steps to reproduce: - launch a stack by any means (CLI or via Dashboard) - go to Orchestration -> Stacks -> Resources -> click on any resource - the resource page is displaying a resource UUID as a link Expected: this link must lead to the actual resource page in the other OS