Jump to: navigation, search

Difference between revisions of "Gantt/kilo"

(Tasks)
Line 23: Line 23:
 
| [https://blueprints.launchpad.net/nova/+spec/isolate-scheduler-db Isolate Scheduler DB] || || [https://review.openstack.org/#/c/89893/ 89893] [https://review.openstack.org/#/c/131553/ <s>131553</s>] || K3 || S.Bauza/E.Leafe || Spec on review
 
| [https://blueprints.launchpad.net/nova/+spec/isolate-scheduler-db Isolate Scheduler DB] || || [https://review.openstack.org/#/c/89893/ 89893] [https://review.openstack.org/#/c/131553/ <s>131553</s>] || K3 || S.Bauza/E.Leafe || Spec on review
 
|-
 
|-
| CPU pinning & huge page support || || [https://review.openstack.org/#/c/129606/ 129606] [https://review.openstack.org/#/c/129608/ 129608] || K1 || Nikola Dipanov and Sahid Ferdjoui || This work is not related to the scheduler or RT, but is dependent on completion of the objects work in the hardware.py module
+
| CPU pinning & huge page support || || [https://review.openstack.org/#/c/129606/ 129606] [https://review.openstack.org/#/c/129608/ 129608] || K1 || D.Berrange || Dependent on the underlying objectification work that has been going on
 
|}
 
|}
  
 
====Notes====
 
====Notes====
 
# Patch 131553 is no longer necessary after another patch about instance group setup in conductor.was merged
 
# Patch 131553 is no longer necessary after another patch about instance group setup in conductor.was merged

Revision as of 15:31, 2 December 2014

Tracking page for scheduler work in the Kilo cycle

Goal

The primary goal is to clean up the scheduler interfaces so that access to the Nova scheduler is clearly defined and isolated. To accomplish this goal there are a set of tasks (blueprints & specs detailed in the table below) that need to be implemented and landed in the Kilo release. Details on the background for this work is at this etherpad, this page is meant to be a concise summary & tracker of the work that needs to be done.

Tasks

Blueprint Accepted Patches/Specs Milestone Owner Status
Make resource tracker use objects Yes Patch series 79324 K1 P.Murray Spec only
Detach service from compute node Yes Patch series 126895 K1 S.Bauza Reviewable
Add resource object models 127609 K2 J.Pipes Spec on review
Model request spec object 127610 K2 S.Bauza Spec on review
Change select_destinations() to use object 127612 K2 S.Bauza Spec on review
Isolate Scheduler DB 89893 131553 K3 S.Bauza/E.Leafe Spec on review
CPU pinning & huge page support 129606 129608 K1 D.Berrange Dependent on the underlying objectification work that has been going on

Notes

  1. Patch 131553 is no longer necessary after another patch about instance group setup in conductor.was merged