summaryrefslogtreecommitdiff
path: root/nova/scheduler/ironic_host_manager.py
Commit message (Expand)AuthorAgeFilesLines
* Remove IronicHostManager and baremetal scheduling optionsMatt Riedemann2018-05-021-140/+0
* Allow scheduling only to enabled cells (Filter Scheduler)Surya Seetharaman2018-03-301-1/+0
* Deprecate the IronicHostManagerMatt Riedemann2017-11-281-0/+8
* Set IronicNodeState.uuid in _update_from_compute_nodeMatt Riedemann2017-07-251-0/+1
* Move to proper target_cell calling conventionDan Smith2017-05-231-2/+2
* Make scheduler target cells to get compute node instance infoDan Smith2017-04-061-6/+13
* Make conductor ask scheduler to limit migrates to same cellDan Smith2017-03-291-3/+3
* Fix TypeError in _update_from_compute_node raceMatt Riedemann2017-01-061-0/+12
* objects: Move 'hv_type' to 'fields.HVType'Stephen Finucane2016-11-251-2/+2
* conf: Group scheduler optionsAlexis Lee2016-10-071-2/+2
* ironic_host_manager: fix population of instances info on startRoman Podoliaka2016-08-311-2/+10
* ironic_host_manager: fix population of instances info on scheduleRoman Podoliaka2016-08-311-4/+12
* Remove DictCompat from ComputeNodeRyan Rossiter2016-03-301-1/+3
* Update HostManager and DiskFilter to use ComputeNode disk ratioSylvain Bauza2016-02-221-0/+1
* Merge "Add lock to host-state consumption"Jenkins2016-01-061-2/+1
|\
| * Add lock to host-state consumptionYingxin2015-12-291-2/+1
* | Merge "Add lock to scheduler host state updating"Jenkins2016-01-061-5/+5
|\ \ | |/
| * Add lock to scheduler host state updatingYingxin2015-12-291-5/+5
* | Remove unused logging import and LOG global varZhihai Song2015-12-251-4/+0
|/
* Config options: centralize section "scheduler"EdLeafe2015-12-011-24/+2
* Use RequestSpec object in HostManagerSylvain Bauza2015-10-301-1/+1
* Update HostManager and filters to use ComputeNode ratiosSylvain Bauza2015-08-311-0/+5
* Merge "Fix IronicHostManager to skip get_by_host() call."Jenkins2015-08-291-0/+8
|\
| * Fix IronicHostManager to skip get_by_host() call.Jim Rollenhagen2015-07-301-0/+8
* | Fix resource leaking when consume_from_instance raise exceptionRui Chen2015-08-061-6/+1
|/
* Merge "add ironic hypervisor type"Jenkins2015-04-091-1/+2
|\
| * add ironic hypervisor typeVasyl Saienko2015-03-301-1/+2
* | Respect CONF.scheduler_use_baremetal_filtersJim Rollenhagen2015-04-031-4/+3
|/
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Move scheduler.host_manager to use ComputeNode objectSylvain Bauza2015-02-131-22/+25
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-3/+3
* ironic: delete cpu_info data from get_available_resourceDaniel P. Berrange2014-12-081-1/+1
* Remove old Baremetal Host ManagerHans Lindgren2014-11-241-5/+14
* Switch to nova's jsonutils in oslo.serializationDavanum Srinivas2014-10-141-1/+1
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
* Merge "Add support for hypervisor type in IronicHostManager"Jenkins2014-09-211-0/+8
|\
| * Add support for hypervisor type in IronicHostManagerPhil Day2014-09-181-0/+8
* | Mitigating performance impact with getting pci requests from DBRobert Li2014-09-181-2/+2
|/
* Correct baremetal/ironic consume_from_instance...Dan Prince2014-09-131-2/+2
* Import Ironic scheduler filters and host managerDevananda van der Veen2014-08-011-0/+93