[Yahoo-eng-team] [Bug 1827094] [NEW] ironic.peer_list config help is wrong

2019-04-30 Thread Jim Rollenhagen
Importance: Undecided Assignee: Jim Rollenhagen (jim-rollenhagen) Status: In Progress -- 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/1827094 Title: ironic.peer_list

[Yahoo-eng-team] [Bug 1815763] [NEW] Unbound regex in config options

2019-02-13 Thread Jim Rollenhagen
the given regex: * DEFAULT.instance_usage_audit_period * cinder.catalog_info * serial_console.port_range However, these are not bounded with ^ and $ to ensure the entire string matches. ** Affects: nova Importance: Low Assignee: Jim Rollenhagen (jim-rollenhagen) Status: In

[Yahoo-eng-team] [Bug 1801779] [NEW] Policy rule rule:create_port:fixed_ips:subnet_id doesn't allow non-admin to create port on specific subnet

2018-11-05 Thread Jim Rollenhagen
Public bug reported: Running roughly master branch. According to pip, neutron==13.0.0.0rc2.dev324. I know that isn't super helpful from a dev perspective, but this is a kolla image and I don't have a great way to map this back to a SHA. Trying to create a port on a specific subnet on a shared net

[Yahoo-eng-team] [Bug 1793556] [NEW] ironic: power sync loop makes way too many API calls

2018-09-20 Thread Jim Rollenhagen
Public bug reported: The ironic driver does not use its local cache of node data for the get_info call, which is used during the instance power sync. This results in N API calls per power sync loop, where N is the number of instances managed by the compute service doing the sync. We should aim to

[Yahoo-eng-team] [Bug 1775934] [NEW] Cannot run "openstack server list" with instance stuck in scheduling state

2018-06-08 Thread Jim Rollenhagen
Public bug reported: Seeing this in Ocata at 125dd1f30fdaf50182256c56808a5199856383c7. Running `openstack server list --project 9c28d07207a54c78848fd7b4f85779d5` results in a 500 error: RESP BODY: {"computeFault": {"message": "Unexpected API Error. Please report this at http://bugs.launchpad.net

[Yahoo-eng-team] [Bug 1750450] [NEW] ironic: n-cpu fails to recover after losing connection to ironic-api and placement-api

2018-02-19 Thread Jim Rollenhagen
Public bug reported: The ironic virt driver does some crazy things when the ironic API goes down - it returns [] from get_available_nodes(). When the resource tracker sees this, it immediately attempts to delete all of the compute node records and resource providers for said nodes. If placement i

[Yahoo-eng-team] [Bug 1749797] [NEW] placement returns 503 when keystone is down

2018-02-15 Thread Jim Rollenhagen
Public bug reported: See the logs here: http://logs.openstack.org/50/544750/8/check/ironic- grenade-dsvm-multinode-multitenant/5713fb8/logs/screen-placement- api.txt.gz#_Feb_15_17_58_22_463228 This is during an upgrade while Keystone is down. Placement returns a 503 because it cannot reach keysto

[Yahoo-eng-team] [Bug 1674236] Re: CI / promotion: Nova isn't aware of the nodes that were registered with Ironic

2017-03-21 Thread Jim Rollenhagen
I'll have a patch up for this today sometime, btw. ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New => Confirmed ** Changed in: nova Importance: Undecided => High ** Changed in: nova Assignee: (unassigned) => Jim Ro

[Yahoo-eng-team] [Bug 1606231] Re: [RFE] Support nova virt interface attach/detach

2016-09-14 Thread Jim Rollenhagen
In ironic, this is a duplicate of an RFE to do the same: https://bugs.launchpad.net/ironic/+bug/1582188 ** Changed in: ironic Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (n

[Yahoo-eng-team] [Bug 1239481] Re: nova baremetal requires manual neutron setup for metadata access

2016-09-14 Thread Jim Rollenhagen
While this is an ironic-specific problem, I don't believe the fix here is in ironic. Seems that Neutron and/or ML2 mechanisms need to set a proper route for this in the physical switch, but I'm not sure which layer that would be in. (I assume usually the agent on the host does it) ** Changed in:

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

2016-08-17 Thread Jim Rollenhagen
This was fixed with https://review.openstack.org/#/c/355659/ ** Changed in: nova Status: New => Fix Released ** Changed in: ironic Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSta

[Yahoo-eng-team] [Bug 1552466] [NEW] Ironic: deploy not cleaned up if configdrive fails to build

2016-03-02 Thread Jim Rollenhagen
: Jim Rollenhagen (jim-rollenhagen) Status: In Progress -- 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/1552466 Title: Ironic: deploy not cleaned up if configdrive

[Yahoo-eng-team] [Bug 1350608] Re: Request ID header is lost between nova.virt.ironic and ironic-api service

2016-02-17 Thread Jim Rollenhagen
Going to close this one on the Ironic side in favor of the RFE https://bugs.launchpad.net/ironic/+bug/1505119 ** Changed in: ironic Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Comp

[Yahoo-eng-team] [Bug 1311401] Re: nova.virt.ironic tries to remove vif_port_id unnecessarily

2016-02-17 Thread Jim Rollenhagen
Looks like this is fixed already: https://github.com/openstack/nova/commit/d3acac0f5bffca59441d9a4a12c89db1d45ec4cf ** Changed in: nova Assignee: Aniruddha Singh Gautam (aniruddha-gautam) => (unassigned) ** Changed in: nova Status: Confirmed => Fix Released -- You received this bug

[Yahoo-eng-team] [Bug 1326639] Re: Ironic nova driver fails to setup initial state correctly

2016-02-17 Thread Jim Rollenhagen
This has been fixed for a while; we only expose resources available to a node in AVAILABLE/NONE provision state and with no instance uuid: https://github.com/openstack/nova/blob/master/nova/virt/ironic/driver.py#L301-L318 ** Changed in: nova Status: Confirmed => Fix Released -- You receiv

[Yahoo-eng-team] [Bug 1341347] Re: failed Ironic deploys can have incorrect hypervisor attribute in Nova

2016-02-17 Thread Jim Rollenhagen
I tend to think the instance should always be tagged with a "hypervisor" for a record of where it was built. In the past this could cause problems with the resource tracker, but those are long solved. There's also the part of this where the logs are likely gone by now, tripleo has changed its arch

[Yahoo-eng-team] [Bug 1485068] Re: Nova does not support baremetal vnic

2015-10-20 Thread Jim Rollenhagen
Closed bug as invalid, this blueprint covers the work https://blueprints.launchpad.net/nova/+spec/ironic-networks-support ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Op

[Yahoo-eng-team] [Bug 1502177] [NEW] Existing Ironic instances report negative available RAM for the node after upgrade

2015-10-02 Thread Jim Rollenhagen
Public bug reported: Ironic nodes that have an existing instance will report negative available RAM after upgrading beyond this commit: https://github.com/openstack/nova/commit/b99fb0a51c658301188bbc729d1437a9c8b75d00 The node attached to the instance will not have instance_info[memory_mb], etc,

[Yahoo-eng-team] [Bug 1499054] Re: devstack VMs are not booting

2015-09-23 Thread Jim Rollenhagen
This revert fixes the problem locally for me: https://review.openstack.org/#/c/226969/ ** Also affects: neutron Importance: Undecided Status: New ** Tags added: liberty-backport-potential -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1495523] Re: router-interface-add fails with error 500 on PostgreSQL

2015-09-14 Thread Jim Rollenhagen
This doesn't require Ironic changes, only affects Ironic... I'm going to close this in Ironic as invalid so it doesn't show up in the milestone. (and yes, it's fixed now) ** Changed in: ironic Status: In Progress => Invalid -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1301279] Re: Changing node's properties in Ironic after node is deployed will count as available resources in Nova

2015-09-03 Thread Jim Rollenhagen
I don't believe there's anything to do here in Ironic, correct me if I'm wrong. ** Changed in: ironic Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launc

[Yahoo-eng-team] [Bug 1352510] Re: Delete and re-add of same node to compute_nodes table is broken

2015-08-20 Thread Jim Rollenhagen
15:15:57 edleafe | jroll: ok, got to look at that bug, and yeah, it should have closed it, but I forgot to put Closes-bug: in the commit message And I agree it appears to fix it. This was released with Liberty-1 ** Changed in: nova Status: In Progress => Fix Released -- You rece

[Yahoo-eng-team] [Bug 1479124] [NEW] Scheduler doesn't respect tracks_instance_changes in all cases

2015-07-28 Thread Jim Rollenhagen
performance havoc as the initial load. https://github.com/openstack/nova/commit/82cc056fb7e1b081a733797ed27550343cbaf44c #diff-978b9f8734365934eaf8fbb01f11a7d7R554 This should be guarded by the config. ** Affects: nova Importance: Undecided Assignee: Jim Rollenhagen (jim-rollenhagen

[Yahoo-eng-team] [Bug 1462374] [NEW] Ironic: Unavailable nodes may be scheduled to

2015-06-05 Thread Jim Rollenhagen
. This may result in being scheduled to a node that is still cleaning up from a previous instance. ** Affects: nova Importance: Undecided Assignee: Jim Rollenhagen (jim-rollenhagen) Status: In Progress -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1460176] [NEW] Reschedules sometimes do not allocate networks

2015-05-29 Thread Jim Rollenhagen
Public bug reported: https://gist.github.com/jimrollenhagen/b6b45aa43878cdc89d89 Fixed by https://review.openstack.org/#/c/177470/ ** Affects: nova Importance: Undecided Status: Fix Released ** Changed in: nova Status: New => Fix Committed ** Changed in: nova Status

[Yahoo-eng-team] [Bug 1447249] [NEW] Ironic: injected files not passed through to configdrive

2015-04-22 Thread Jim Rollenhagen
Public bug reported: The ironic driver's code to generate a configdrive does not pass injected_files through to the configdrive builder, resulting in injected files not being in the resulting configdrive. ** Affects: nova Importance: Undecided Assignee: Jim Rollenhagen (jim-rollen

[Yahoo-eng-team] [Bug 1439868] [NEW] Ironic: CONF.scheduler_use_baremetal_filters doesn't have any effect

2015-04-02 Thread Jim Rollenhagen
Public bug reported: When CONF.scheduler_use_baremetal_filters is set, and IronicHostManager is in use, the default scheduler filters should be as defined by CONF.baremetal_scheduler_default_filters. This is done in IronicHostManager's __init__ method. However, __init__ calls the superclass' __in

[Yahoo-eng-team] [Bug 1439796] [NEW] Ironic driver fails to start when CONF.ironic.client_log_level is set

2015-04-02 Thread Jim Rollenhagen
), and so this block of code causes nova-compute to fail to start when this option is set: https://github.com/openstack/nova/blob/master/nova/virt/ironic/driver.py#L184-187 ** Affects: nova Importance: Undecided Assignee: Jim Rollenhagen (jim-rollenhagen) Status: In Progress

[Yahoo-eng-team] [Bug 1399830] [NEW] Power sync periodic task does $node_count API calls for Ironic driver

2014-12-05 Thread Jim Rollenhagen
Public bug reported: The power sync periodic task calls driver.get_info() for each instance in the database. This is typically fine; however in the Ironic driver, get_info() is an API call. We should bring this down to one API call. ** Affects: nova Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1385468] [NEW] Cells assumes 1:1 compute-service:compute-node mapping

2014-10-24 Thread Jim Rollenhagen
in the cell. Observed running Ironic, where there are many compute_hosts in a nova- compute service. ** Affects: nova Importance: Undecided Assignee: Jim Rollenhagen (jim-rollenhagen) Status: In Progress -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1362699] [NEW] amd64 is not a valid arch

2014-08-28 Thread Jim Rollenhagen
Public bug reported: 'amd64' is not in the list of valid architectures, this should be canonicalized to 'x86_64'. ** Affects: nova Importance: Undecided Assignee: Jim Rollenhagen (jim-rollenhagen) Status: In Progress -- You received this bug notificati