Add template 2.3 design doc
authorGuido Trotter <ultrotter@google.com>
Wed, 21 Jul 2010 15:31:33 +0000 (16:31 +0100)
committerGuido Trotter <ultrotter@google.com>
Tue, 17 Aug 2010 14:55:02 +0000 (15:55 +0100)
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

Makefile.am
doc/design-2.3.rst [new file with mode: 0644]
doc/index.rst

index f1eba2d..f2ab9b6 100644 (file)
@@ -173,6 +173,7 @@ docrst = \
        doc/design-2.0.rst \
        doc/design-2.1.rst \
        doc/design-2.2.rst \
+       doc/design-2.3.rst \
        doc/cluster-merge.rst \
        doc/devnotes.rst \
        doc/glossary.rst \
diff --git a/doc/design-2.3.rst b/doc/design-2.3.rst
new file mode 100644 (file)
index 0000000..efd8bf2
--- /dev/null
@@ -0,0 +1,36 @@
+=================
+Ganeti 2.3 design
+=================
+
+This document describes the major changes in Ganeti 2.3 compared to
+the 2.2 version.
+
+.. contents:: :depth: 4
+
+Detailed design
+===============
+
+As for 2.1 and 2.2 we divide the 2.3 design into three areas:
+
+- core changes, which affect the master daemon/job queue/locking or
+  all/most logical units
+- logical unit/feature changes
+- external interface changes (eg. command line, os api, hooks, ...)
+
+Core changes
+------------
+
+
+Feature changes
+---------------
+
+
+External interface changes
+--------------------------
+
+
+.. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End:
index 668c945..80ae4c0 100644 (file)
@@ -17,6 +17,7 @@ Contents:
    design-2.0.rst
    design-2.1.rst
    design-2.2.rst
+   design-2.3.rst
    cluster-merge.rst
    locking.rst
    hooks.rst