[Yahoo-eng-team] [Bug 1586979] Re: AMQP 2.0 prevents services from starting

2016-05-31 Thread Devananda van der Veen
Confirmed this also affects Ironic. Searched and found this open bug in oslo.messaging, addressing the underlying issue: https://bugs.launchpad.net/oslo.messaging/+bug/1586840 ** Also affects: ironic Importance: Undecided Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1561796] [NEW] ironic driver does not support ssl cafile

2016-03-24 Thread Devananda van der Veen
e SSL connection to the Ironic service. On the other hand, other OpenStack services which Nova connects to (eg, Glance, Neutron...) have support for this via a service-specific "cafile" config option. ** Affects: nova Importance: Undecided Assignee: Devananda van der

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

2016-02-10 Thread Devananda van der Veen
** Also affects: magnum 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/1544195 Title: User can not provision ironic node via

[Yahoo-eng-team] [Bug 1412197] [NEW] cells assumes compute nodes are subdivisible

2015-01-18 Thread Devananda van der Veen
Public bug reported: In nova/cells/starte.py _update_our_capacity(), the calculations of free units of compute are based on optimistic packing of each instance type on each compute node. This does not account for hypervisors which do not allow more than one instance per node, such as ironic. ** A

[Yahoo-eng-team] [Bug 1404331] [NEW] ironic driver logs incorrect error message when node in unexpected state

2014-12-19 Thread Devananda van der Veen
Public bug reported: When an Ironic node is not in the expected state (eg, it somehow is out of sync with the nova driver), an incorrect error message is logged in Nova. This showed up while testing changes to Ironic's state machine (so the node being in the wrong state is not Nova's fault; I bro

[Yahoo-eng-team] [Bug 1379952] [NEW] API accepts tenant name for "TenantId", fails, and provides not helpful message

2014-10-10 Thread Devananda van der Veen
Public bug reported: When authenticating with Keystone's REST API, if I happen to provide my tenant name in the TenantId field, the resulting error tells me that I am not authorized for that tenant, even though all the information (user, pass, tenant) are correct. It *should* tell me that I just p

[Yahoo-eng-team] [Bug 1310135] Re: Stopping an instance via the Nova API when using the Nova Ironic driver incorrectly reports powerstate

2014-09-25 Thread Devananda van der Veen
H S (rh-s) => Devananda van der Veen (devananda) -- 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/1310135 Title: Stopping an instance via the Nova API when using the Nova

[Yahoo-eng-team] [Bug 1373671] [NEW] SSH driver does not work with non-english locale

2014-09-24 Thread Devananda van der Veen
Public bug reported: The SSH driver's "vmware" and "virsh" command sets contain a grep clause which depends upon localized strings, causing this driver to be unusable on systems with a non-english locale setting. For vmware: 136 'list_running': ( 137 "vmsvc/power.gets

[Yahoo-eng-team] [Bug 1263790] Re: ipmitool does not support OPERATOR priv level

2014-09-24 Thread Devananda van der Veen
** Changed in: nova Status: Triaged => Won't Fix -- 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/1263790 Title: ipmitool does not support OPERATOR priv level Stat

[Yahoo-eng-team] [Bug 1310135] Re: Stopping an instance via the Nova API when using the Nova Ironic driver incorrectly reports powerstate

2014-09-23 Thread Devananda van der Veen
I agree with Sean - the real solution here is just to have a callback mechanism between Ironic and Nova. Waiting for a periodic task to sync the power state is not ideal, but it is "normal" for Nova today. ** Changed in: ironic Milestone: juno-rc1 => None ** Changed in: ironic Status:

[Yahoo-eng-team] [Bug 1313779] Re: ResourceTracker auditing the wrong amount of free resources for Ironic

2014-09-17 Thread Devananda van der Veen
Hi Lucas, I have checked this on a local devstack install with 3 ironic nodes, and I could not reproduce your results. n-cpu is logging the available resources for each node individually, and upon updating a node, I see the change to that node in n-cpu's log at the next periodic interval. Updates

[Yahoo-eng-team] [Bug 1313779] Re: ResourceTracker auditing the wrong amount of free resources for Ironic

2014-09-17 Thread Devananda van der Veen
** Tags removed: nova-driver ** Changed in: ironic Status: Triaged => Won't Fix -- 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/1313779 Title: ResourceTracker aud

[Yahoo-eng-team] [Bug 1362733] Re: Rebuilding a node in ERROR state should set status to REBUILD

2014-09-17 Thread Devananda van der Veen
** Changed in: ironic Status: Confirmed => Won't Fix -- 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/1362733 Title: Rebuilding a node in ERROR state should set sta

[Yahoo-eng-team] [Bug 1310135] Re: Stopping an instance via the Nova API when using the Nova Ironic driver incorrectly reports powerstate

2014-09-17 Thread Devananda van der Veen
** Tags added: ironic ** Also affects: nova 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/1310135 Title: Stopping an instan

[Yahoo-eng-team] [Bug 1369317] [NEW] ironic_host_manager's consume_from_instance() takes exactly 2 arguments (3 given)

2014-09-14 Thread Devananda van der Veen
update the ironic_host_manager's HostState class, thus breaking it. This has broken Ironic's tempest tests, resulting in all our CI tests failing. ** Affects: nova Importance: Undecided Assignee: Devananda van der Veen (devananda) Status: New ** Tags: ironic **

[Yahoo-eng-team] [Bug 1367007] [NEW] Ironic driver requires extra_specs

2014-09-08 Thread Devananda van der Veen
heck-tempest-dsvm-virtual- ironic/c161a89/logs/screen-n-cpu.txt.gz#_2014-09-08_08_41_06_821 == Proposed fix == Fetch flavor['extra_specs'] on demand, when needed by the Ironic driver. ** Affects: nova Importance: Undecided Assignee: Devananda van der Ve

[Yahoo-eng-team] [Bug 1347795] Re: All baremetal instance going to ERROR state

2014-07-23 Thread Devananda van der Veen
** Also affects: ironic Importance: Undecided Status: New ** Changed in: ironic Status: New => In Progress ** Changed in: ironic Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1342274] Re: auth_token middleware in keystoneclient is deprecated

2014-07-15 Thread Devananda van der Veen
** Also affects: ironic Importance: Undecided Status: New ** Changed in: ironic Assignee: (unassigned) => Devananda van der Veen (devananda) ** Changed in: ironic Status: New => In Progress -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1328997] Re: Unit test failure: openstack_citest" is being accessed by other users\nDETAIL: There are 1 other session(s) using the database.

2014-06-11 Thread Devananda van der Veen
Adding Ironic since we inherited the db migration test code from Nova, and while it turns out that we're not testing db migrations in the gate due to a misconfiguration, if we were to enable them, we'd face the same race conditions in our unit tests. ** Tags added: db ** Also affects: ironic I

[Yahoo-eng-team] [Bug 1320513] Re: IPMI commands are sent / queried too fast

2014-05-29 Thread Devananda van der Veen
Marking as "High" as the work around for this bug, once a user is bit by it, is to have someone in the datacenter physically power cycle a machine. ** Changed in: ironic Importance: Undecided => High ** Also affects: nova Importance: Undecided Status: New ** Tags added: baremetal -

[Yahoo-eng-team] [Bug 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-01 Thread Devananda van der Veen
Does not affect Ironic at the moment. ironic.cmd.dbsync imports ironic.db.migration, which is lazy-loading ironic.db.sqlalchemy.migration, which is importing alembic.migration directly. We'll need to resync oslo.openstack.common.db.migration to get the fix for this, but presumably we'll do that b

[Yahoo-eng-team] [Bug 1251525] Re: baremetal deploy helper should abort immediately if target block devices are not available

2014-03-04 Thread Devananda van der Veen
** Changed in: ironic 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/1251525 Title: baremetal deploy helper should abort immed

[Yahoo-eng-team] [Bug 1178103] Re: can't disable file injection for bare metal

2014-02-11 Thread Devananda van der Veen
Marking as Invalid for Ironic -- file injection is not implemented in the PXE driver and thus doesn't need to be disabled. ** Changed in: ironic Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Ope

[Yahoo-eng-team] [Bug 1275301] [NEW] Error during file injection if libguestfs is installed

2014-02-01 Thread Devananda van der Veen
Public bug reported: Since devstack patch 43d95084376913 landed, which installed and enabled libguestfs on Ubuntu, several tempest tests in the ironic and neutron pipelines have been failing with "Error mounting /opt/stack/data/nova/instances/{UUID}/disk with libguestfs". This seems to be happenin

[Yahoo-eng-team] [Bug 1273455] Re: stevedore 0.14 changes _load_plugins parameter list, mocking breaks

2014-01-29 Thread Devananda van der Veen
nce: Undecided => Critical ** Changed in: ironic Assignee: (unassigned) => Devananda van der Veen (devananda) ** Changed in: ironic Milestone: None => icehouse-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenS

[Yahoo-eng-team] [Bug 1208638] Re: baremetal PXE timeout interrupts active deploys

2014-01-20 Thread Devananda van der Veen
This doesn't affect Ironic as we don't (currently) have a timeout mechanism for deploys (which is another issue unto itself) and our state tracking is different than Nova's, so once we add operation-timeouts at a higher level, it'll be accounted for. ** Changed in: ironic Status: In Progres

[Yahoo-eng-team] [Bug 1263790] [NEW] ipmitool does not support OPERATOR priv level

2013-12-23 Thread Devananda van der Veen
Public bug reported: If the BMC / IPMI credentials being used for management of hardware were only granted OPERATOR privileges, there is no way to inform Nova's baremetal driver or Ironic's ipmitool driver to use this non-default privilege level. These will issue ipmitool commands with no "-L" par

[Yahoo-eng-team] [Bug 1184470] Re: baremetal driver needs a state between "building" and "deploying"

2013-12-18 Thread Devananda van der Veen
the bug as also-affecting and will look into it. ** Also affects: ironic Importance: Undecided Status: New ** Changed in: ironic Assignee: (unassigned) => Devananda van der Veen (devananda) -- You received this bug notification because you are a member of Yahoo! Engineer

[Yahoo-eng-team] [Bug 1260102] [NEW] Removal of a baremetal node does not propagate to scheduler quickly

2013-12-11 Thread Devananda van der Veen
Public bug reported: With the baremetal driver, if a baremetal node is deleted, it is not removed from pool of available resources until the next run of update_available_resource(). During this window, the scheduler may continue to attempt to schedule instances on it, leading to unnecessary failur

[Yahoo-eng-team] [Bug 1238595] Re: baremetal allows to register an interface having an empty mac address

2013-10-17 Thread Devananda van der Veen
I believe this does not affect Ironic, as there is validation of MAC addresses done within the db/api layer, which was not done by Nova. I will re-open if it is demonstrated that one can create an invalid or empty mac address in Ironic, leading to similar failures. ** Changed in: ironic St

[Yahoo-eng-team] [Bug 1101839] Re: Don't use the local compute time when syncing

2013-03-19 Thread Devananda van der Veen
Having accurate timing in distributed systems is actually really important, and time skew can cause issues (eg, scheduler thinking a compute node is dead). Even if I might be tempted to blame the deployer for not properly managing ntpd, the problem is preventable by not relying on each compute host

[Yahoo-eng-team] [Bug 1155323] Re: bm_pxe_ips table is not getting populated - Grizzly G3

2013-03-18 Thread Devananda van der Veen
for reference: https://bugs.launchpad.net/nova/+bug/1156745 ** Changed in: nova 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/1155323 Title

[Yahoo-eng-team] [Bug 1117783] Re: baremetal driver.destroy might not be called

2013-03-14 Thread Devananda van der Veen
** Changed in: nova Status: Incomplete => 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/1117783 Title: baremetal driver.destroy might not be called Stat

[Yahoo-eng-team] [Bug 1142846] Re: Nova baremetal compute does not start when IPTables firewalll is used

2013-03-04 Thread Devananda van der Veen
This is correct -- firewall does not work with baremetal, and really doesn't make sense. The wiki (updated just recently) now mentions that you must use NoopFirewallDriver with baremetal driver. ** Tags added: baremetal ** Changed in: nova Status: Incomplete => Won't Fix -- You received

[Yahoo-eng-team] [Bug 1098694] Re: Baremetal driver does not set instance state to "ERROR" for all error cases

2013-02-26 Thread Devananda van der Veen
*** This bug is a duplicate of bug 1088655 *** https://bugs.launchpad.net/bugs/1088655 This was fixed in https://review.openstack.org/21564 ** This bug has been marked a duplicate of bug 1088655 bare metal node partitioning does not handle errors well -- You received this bug notificatio