Add a TODO file

Add a TODO file with some high-level, long-term goals.

Change-Id: Ie0d814aa860b2b119ada037e43dcacec5206a7f0
This commit is contained in:
Devananda van der Veen 2015-01-23 14:18:05 -08:00
parent 90d3950e3d
commit 6e807c1896
1 changed files with 23 additions and 0 deletions

23
TODO.rst Normal file
View File

@ -0,0 +1,23 @@
What is this file?
==================
This file is a loosely-organized list of some of the high-level and long-term
goals of the project's core development team.
It is *not* a list of specific tasks or ongoing work - for that, please see the
list of blueprints targeted to the current release cycle, here:
https://launchpad.net/ironic/
Some of the Big Things we're working on
=======================================
* Implementing a formal model for Node states.
* Node introspection (discover properties of a known Node)
See https://github.com/stackforge/ironic-discoverd
* Support RAID and firmware management
* Improving the Agent deploy driver so that we can deprecate
the current "pxe" driver (which is really pxe-boot + iscsi-deploy).