From 603c72fdb6806644246d823b53721d39ac2fd30e Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Fri, 23 Jan 2015 14:18:05 -0800 Subject: [PATCH] Add a TODO file Add a TODO file with some high-level, long-term goals. Change-Id: Ie0d814aa860b2b119ada037e43dcacec5206a7f0 --- TODO.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 TODO.rst diff --git a/TODO.rst b/TODO.rst new file mode 100644 index 0000000..d6176ce --- /dev/null +++ b/TODO.rst @@ -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).