From 97aac894ee3c0d1848534ea580b2810a34e98950 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 11 Oct 2012 13:06:45 +0200 Subject: [PATCH] Add design document for version 2.7 - Move design document for batch instance creation into it - Sort list of hidden files in index.rst Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- Makefile.am | 1 + doc/design-2.7.rst | 13 +++++++++++++ doc/index.rst | 13 +++++++------ 3 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 doc/design-2.7.rst diff --git a/Makefile.am b/Makefile.am index 9b264a143..b8a3240cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -342,6 +342,7 @@ docrst = \ doc/design-2.4.rst \ doc/design-2.5.rst \ doc/design-2.6.rst \ + doc/design-2.7.rst \ doc/design-autorepair.rst \ doc/design-bulk-create.rst \ doc/design-chained-jobs.rst \ diff --git a/doc/design-2.7.rst b/doc/design-2.7.rst new file mode 100644 index 000000000..e5d7cd06a --- /dev/null +++ b/doc/design-2.7.rst @@ -0,0 +1,13 @@ +================= +Ganeti 2.7 design +================= + +The following design documents have been implemented in Ganeti 2.7: + +- :doc:`design-bulk-create` + +.. vim: set textwidth=72 : +.. Local Variables: +.. mode: rst +.. fill-column: 72 +.. End: diff --git a/doc/index.rst b/doc/index.rst index 1877f7758..84b985fdf 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -23,6 +23,7 @@ Contents: design-2.4.rst design-2.5.rst design-2.6.rst + design-2.7.rst design-draft.rst cluster-merge.rst locking.rst @@ -32,7 +33,6 @@ Contents: move-instance.rst virtual-cluster.rst ovfconverter.rst - design-bulk-create.rst devnotes.rst news.rst glossary.rst @@ -40,14 +40,15 @@ Contents: .. toctree:: :hidden: - design-oob.rst - design-query2.rst - design-lu-generated-jobs.rst + design-bulk-create.rst design-chained-jobs.rst - design-multi-reloc.rst - design-shared-storage.rst design-cpu-pinning.rst + design-lu-generated-jobs.rst + design-multi-reloc.rst + design-oob.rst design-ovf-support.rst + design-query2.rst + design-shared-storage.rst Also see the :ref:`search`. -- GitLab