[Yahoo-eng-team] [Bug 2045888] [NEW] Availability zone is not shown when aggregate does not contain any host

2023-12-07 Thread Vasyl Saienko
Public bug reported: I'm using openstack yoga. The API responce for get availability zones is not consistent. When host aggregate with availability zone is present but does not contain any hosts the availability zone will not be shown at API. heat@keystone-client-558fdf8468-7m9ml:/$ openstack

[Yahoo-eng-team] [Bug 2033401] [NEW] sanitize_hostname is not alligned with idna2 specification

2023-08-29 Thread Vasyl Saienko
Public bug reported: DNSmask was switched to IDN2 specification more than 4 year ago Debian package [0] According to specification name with -- in 3rd and 4th characters is not allowed. See RFC 5891 [1] As result hostnames for example (rf--xx), generates error on DNSmasq side, and no longer

[Yahoo-eng-team] [Bug 1868867] [NEW] No responce from metadata server when reusing port

2020-03-24 Thread Vasyl Saienko
Public bug reported: The metadata server returns 404 when using the same port for new instance in less than cache_timeout. Steps to reproduce: 1. Enable metadata caching 2. Run test neutron_tempest_plugin.scenario.test_ports.PortsTest.test_previously_used_port 3. The test will fail with

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

2018-02-23 Thread Vasyl Saienko
Public bug reported: All opentack services returns versions data when doing GET to root url. Placement API instead returns 401. Would be good to have consistency with other services, so backend check scripts (haproxy) have the same configuration for placement and other APIs. root@ctl01:~# curl

[Yahoo-eng-team] [Bug 1599836] Re: Booting Ironic instance, neutron port remains in DOWN state

2017-11-06 Thread Vasyl Saienko
** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1599836 Title: Booting Ironic instance, neutron port remains in DOWN state Status in OpenStack Compute

[Yahoo-eng-team] [Bug 1723354] [NEW] No validation for DHCP options may lead to potential issues with different dhcp backends

2017-10-13 Thread Vasyl Saienko
Public bug reported: DHCP option names are not standardized and option names that works with dnsmasq doesn't work with Contrail. By trying to switch to dhcp option values we found that it breaks dnsmasq case. As dnsmasq always set `siaddr` field in dhcp reply to dnsmasq host ip unless

[Yahoo-eng-team] [Bug 1717916] [NEW] Nova won't reschedule when specific hypervisor is set and request failed

2017-09-18 Thread Vasyl Saienko
Public bug reported: Ironic CI is blocked due to frequent failures of tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes The cause is that nova will not reschedule failed instances when hypervisor is specified [0] [0]

[Yahoo-eng-team] [Bug 1598078] Re: dnsmasq replies are incorrect after multiple simultaneously reloads

2017-08-29 Thread Vasyl Saienko
I faced with the same issue when did concurrent deployment of ironic nodes (100 simultaneous requests) some nodes failed to receive IP/PXE options, while restarting dnsmasq/neutron-dhcp-agent or sending HUP fixes issue. ** Changed in: neutron Status: Expired => New -- You received this

[Yahoo-eng-team] [Bug 1684038] Re: ironic CI regression: dnsmasq doesn't respond to dhcp request

2017-04-19 Thread Vasyl Saienko
** Also affects: neutron Importance: Undecided Status: New ** Changed in: ironic Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1684038

[Yahoo-eng-team] [Bug 1670319] [NEW] Reschedule of failed instance doesn't happening when scheduler placed two instances to the same ironic node

2017-03-06 Thread Vasyl Saienko
Public bug reported: There is a known bug https://bugs.launchpad.net/tripleo/+bug/1341420 that is caused by nova scheduling/claim resources design. In two words scheduler may schedule different instances to the same ironic node and second instance will alway fail as claim of resources is done

[Yahoo-eng-team] [Bug 1341420] Re: gap between scheduler selection and claim causes spurious failures when the instance is the last one to fit

2017-02-03 Thread Vasyl Saienko
The issues was reproduced at ironic-multinode job http://logs.openstack.org/75/427675/11/check/gate-tempest-dsvm-ironic- ipa-wholedisk-agent_ipmitool-tinyipa-multinode-ubuntu-xenial- nv/a66f08f/logs several instances were scheduled to the same ironic node.

[Yahoo-eng-team] [Bug 1661014] Re: Multinode job fails with "Compute host X not found"

2017-02-01 Thread Vasyl Saienko
** Also affects: nova Importance: Undecided Status: New ** Description changed: Example failure: http://logs.openstack.org/75/427675/2/check/gate-tempest-dsvm-ironic- ipa-wholedisk-agent_ipmitool-tinyipa-multinode-ubuntu-xenial-

[Yahoo-eng-team] [Bug 1656854] Re: Incorrect metada in ConfigDrive when using barematal ports under neutron

2017-01-16 Thread Vasyl Saienko
** Changed in: ironic Status: New => Invalid -- 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/1656854 Title: Incorrect metada in ConfigDrive when using barematal

[Yahoo-eng-team] [Bug 1651678] Re: Slow nodes at the gate leads to ironic tempest timeouts

2016-12-22 Thread Vasyl Saienko
@Nova team: please have look at the issue, request stuck at nova compute and didn't get to ironic. ** Description changed: Ironic gate jobs are randomly timing out during last few weeks. Nothing strange in the logs, just receives slow VMs: - - An example is:

[Yahoo-eng-team] [Bug 1158684] Re: Pre-created ports get deleted on VM delete

2016-12-20 Thread Vasyl Saienko
** Also affects: ironic Importance: Undecided Status: New -- 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/1158684 Title: Pre-created ports get deleted on VM

[Yahoo-eng-team] [Bug 1649531] Re: When adding subports to trunk segmentation details shouldn't be mandatory

2016-12-13 Thread Vasyl Saienko
@John: I don't see that different drivers may have different validation rules please see [0] and [1]. Could you please show an example when different rules are applied on per driver basis? [0] https://github.com/openstack/neutron/blob/master/neutron/services/trunk/plugin.py#L281 [1]

[Yahoo-eng-team] [Bug 1649531] Re: When adding subports to trunk segmentation details shouldn't be mandatory

2016-12-13 Thread Vasyl Saienko
@John thanks for your notice. What is the neutron base case? I've deployed Neutron with ovs and segmentation_id/type are required fields when adding subports. Could you please an example of configuration when they are generated automatically? ** Changed in: neutron Status: Invalid => New

[Yahoo-eng-team] [Bug 1649531] [NEW] When adding subports to trunk segmentation details shouldn't be mandatory

2016-12-13 Thread Vasyl Saienko
-40e6-9273-1fdab1fc8040'] [0] https://specs.openstack.org/openstack/neutron-specs/specs/mitaka/vlan-aware-vms.html#proposed-change ** Affects: neutron Importance: Undecided Assignee: Vasyl Saienko (vsaienko) Status: New ** Changed in: neutron Assignee: (unassigned

[Yahoo-eng-team] [Bug 1613622] [NEW] nova cellsv2 breaks ironic

2016-08-16 Thread Vasyl Saienko
Public bug reported: After merging https://review.openstack.org/#/c/322311/ and https://review.openstack.org/#/c/354734/ ironic-grenade job is failing call "nova-manage cell_v2 simple_cell_setup" with: 2016-08-16 07:00:15.389 | error: (pymysql.err.IntegrityError) (1062, u"Duplicate entry

[Yahoo-eng-team] [Bug 1610898] [NEW] [RFE] create "baremetal" Mechanism ML2 driver

2016-08-08 Thread Vasyl Saienko
Public bug reported: The "Baremetal" mechanism driver is going to solve to 2 things: 1) It will perform binding of ports with vnic_type="baremetal" in flat network to close: https://bugs.launchpad.net/neutron/+bug/1599836 2) It will send an external event to Ironic on port update to close:

[Yahoo-eng-team] [Bug 1603954] [NEW] py27 gate is broken: "Arguments dropped when creating context: {'is_admin_project': True}"

2016-07-18 Thread Vasyl Saienko
Public bug reported: Full log may be found: http://logs.openstack.org/69/343569/1/check/gate- nova-python27-db/73b8865/console.html ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1599836] Re: Booting Ironic instance, neutron port remains in DOWN state

2016-07-08 Thread Vasyl Saienko
It is not only Nova issue since, we need to bind baremetal port on Neutron side: https://review.openstack.org/#/c/339129/ ** No longer affects: ironic -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1599836] [NEW] Booting Ironic instance, neutron port remains in DOWN state

2016-07-07 Thread Vasyl Saienko
Public bug reported: When booting ironic instance in flat network, neutron port always ramain in down state since it is not bound. ** Affects: ironic Importance: Undecided Status: New ** Affects: neutron Importance: Undecided Status: New ** Affects: nova

[Yahoo-eng-team] [Bug 1567434] [NEW] new hypervisor should apper with available resources set to 0

2016-04-07 Thread Vasyl Saienko
Public bug reported: If Nova tries to check resources on newly added ironic hypervisor during instance spawning, where resources are not updated yet, instance build failed with the following error: http://paste.openstack.org/show/493321/ http://paste.openstack.org/show/493322/ The following

[Yahoo-eng-team] [Bug 1382579] Re: check-neutron-dsvm-functional dies with Length too long

2016-03-30 Thread Vasyl Saienko
It has been reproduced on another job. Indeed if testr log size exceeds some value the issue is seen. I'm opening this bug for testrepository since the root cause is there. http://paste.openstack.org/show/492441/ ** Also affects: testrepository Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1552446] [NEW] terminate instance update resources for all nodes

2016-03-02 Thread Vasyl Saienko
/nova/compute/manager.py#L6375 ** Affects: ironic Importance: Undecided Assignee: Vasyl Saienko (vsaienko) Status: New ** Affects: nova Importance: Undecided Assignee: Vasyl Saienko (vsaienko) Status: New ** Also affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1492254] [NEW] neutron should not try to bind port on compute with hypervisor_type ironic

2015-09-04 Thread Vasyl Saienko
Public bug reported: Neutron tries to bind port on compute where instance is launched. It doesn't make sense when hypervisor_type is ironic, since VM not lives on hypervisor in this case. Furthermore it lead to failed provisioning of baremetal node, when neutron is not configured on ironic

[Yahoo-eng-team] [Bug 1492254] Re: neutron should not try to bind port on compute with hypervisor_type ironic

2015-09-04 Thread Vasyl Saienko
** Also affects: mos Importance: Undecided Status: New ** Also affects: mos/8.0.x Importance: Undecided Status: New ** Changed in: mos/8.0.x Milestone: None => 7.0 ** Also affects: mos/7.0.x Importance: Undecided Status: New ** Changed in: mos/8.0.x

[Yahoo-eng-team] [Bug 1487457] [NEW] cen't get user list for domain if default identity backend driver is ldap

2015-08-21 Thread Vasyl Saienko
Public bug reported: root@node-8:/var/log/apache2# openstack --os-token E6Px37E7 --os-url http://192.168.0.2:35357/v3/ --os-identity-api-version 3 user list --quiet --format csv --long --domain d95a7f6e6a6e4ca88703b3fb3e9ebda6 ERROR: openstack Could not find domain:

[Yahoo-eng-team] [Bug 1484836] [NEW] apache failed to restart with keystone wsgi app

2015-08-14 Thread Vasyl Saienko
Public bug reported: From time to time apache failed to restart with init script when keystone wsgi application is running. There is steps how to reproduce it: launch apache start/stop in cycle while :; do service apache2 stop; service apache2 start; done after sime time apache failed to

[Yahoo-eng-team] [Bug 1483212] Re: can't authenticate with os_token, in multidomain environment and keystone V3 API

2015-08-10 Thread Vasyl Saienko
** Also affects: fuel Importance: Undecided Status: New ** Changed in: fuel Milestone: None = 7.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1483212 Title: can't

[Yahoo-eng-team] [Bug 1483212] Re: can't authenticate with os_token, in multidomain environment and keystone V3 API

2015-08-10 Thread Vasyl Saienko
** Changed in: fuel Assignee: (unassigned) = MOS Keystone (mos-keystone) ** Project changed: fuel = mos ** Changed in: mos Milestone: 7.0 = None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1483212] [NEW] can't authenticate with os_token, in multidomain environment and keystone V3 API

2015-08-10 Thread Vasyl Saienko
Public bug reported: multidomains are disabled ( domain_specific_drivers_enabled = False ): root@node-4:/etc/puppet/modules/fuel-plugin-ldap/deployment_scripts# /usr/bin/openstack user list --quiet --format csv --long --os-token p2Z73yRj --os-url http://192.168.0.3:35357/v3/

[Yahoo-eng-team] [Bug 1480334] [NEW] can't use $ in password for ldap authentication

2015-07-31 Thread Vasyl Saienko
Public bug reported: keystone can't connect to ldap server if $ used in password. keystone.tld.conf [identity] driver = keystone.identity.backends.ldap.Identity [assignment] driver = keystone.assignment.backends.sql.Assignment [ldap] url=ldap://172.16.56.46:389 user=admin...@keystone.tld

[Yahoo-eng-team] [Bug 1436750] [NEW] hypervisor_type='ironic' in image option breaks nova deploy

2015-03-26 Thread Vasyl Saienko
exception.InvalidHypervisorVirtType(hvtype=name)\n', InvalidHypervisorVirtType: Hypervisor virtualization type 'ironic' is not recognised\n] ** Affects: nova Importance: Undecided Assignee: Vasyl Saienko (vsaienko) Status: New ** Tags: ironic nova ** Changed in: nova Assignee: (unassigned