Jump to: navigation, search

Difference between revisions of "Gantt/kilo"

(Tasks)
(Tasks)
Line 19: Line 19:
 
| 4 || [https://blueprints.launchpad.net/nova/+spec/resource-objects Add resource object models] || [https://review.openstack.org/#/c/127609/ 127609] || K2 || J.Pipes || Reviewable
 
| 4 || [https://blueprints.launchpad.net/nova/+spec/resource-objects Add resource object models] || [https://review.openstack.org/#/c/127609/ 127609] || K2 || J.Pipes || Reviewable
 
|-
 
|-
| 5 || [https://blueprints.launchpad.net/nova/+spec/request-spec-object Model request spec object] || [https://review.openstack.org/#/c/127610/ 127610] || K2 || J.Pipes || Reviewable
+
| 5 || [https://blueprints.launchpad.net/nova/+spec/request-spec-object Model request spec object] || [https://review.openstack.org/#/c/127610/ 127610] || K2 || S.Bauza || Reviewable
 
|-
 
|-
| 6 || [https://blueprints.launchpad.net/nova/+spec/sched-select-destinations-use-request-spec-object Change select_destinations() to use object] || [https://review.openstack.org/#/c/127612/ 127612] || K2 || J.Pipes || Reviewable
+
| 6 || [https://blueprints.launchpad.net/nova/+spec/sched-select-destinations-use-request-spec-object Change select_destinations() to use object] || [https://review.openstack.org/#/c/127612/ 127612] || K2 || S.Bauza || Reviewable
 
|-
 
|-
 
| 7 || [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 || Reviewable
 
| 7 || [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 || Reviewable

Revision as of 06:05, 13 November 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

Task Patches Milestone Owner Status
1 Convert get_available_resources() to return object K1 D.Berrange Spec only
2 Make resource tracker use objects K1 P.Murray Spec only
3 Detach service from compute node K1 S.Bauza Spec only
4 Add resource object models 127609 K2 J.Pipes Reviewable
5 Model request spec object 127610 K2 S.Bauza Reviewable
6 Change select_destinations() to use object 127612 K2 S.Bauza Reviewable
7 Isolate Scheduler DB 89893 131553 K3 S.Bauza/E.Leafe Reviewable

Notes

  1. Patch 131553 should be unnecessary after another patch about instance group setup in conductor.was merged