On Thu, Feb 12, 2015 at 02:36:05PM +0100, 'Klaus Aehlig' via ganeti-devel wrote:
In preparation of the 2.14 release cycle, update the
documentation about which design documents have been
implemented for 2.14.
Signed-off-by: Klaus Aehlig <[email protected]>
---
Makefile.am | 1 +
doc/design-2.14.rst | 9 +++++++++
doc/design-draft.rst | 2 +-
doc/iallocator.rst | 2 +-
doc/index.rst | 1 +
5 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 doc/design-2.14.rst
diff --git a/Makefile.am b/Makefile.am
index 83c2fef..022d761 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -642,6 +642,7 @@ docinput = \
doc/design-2.11.rst \
doc/design-2.12.rst \
doc/design-2.13.rst \
+ doc/design-2.14.rst \
doc/design-autorepair.rst \
doc/design-bulk-create.rst \
doc/design-ceph-ganeti-support.rst \
diff --git a/doc/design-2.14.rst b/doc/design-2.14.rst
new file mode 100644
index 0000000..074e65f
--- /dev/null
+++ b/doc/design-2.14.rst
@@ -0,0 +1,9 @@
+==================
+Ganeti 2.14 design
+==================
+
+The following designs have been partially implemented in Ganeti 2.14.
+
+- :doc:`design-location`
+- :doc:`design-reservations`
+- :doc:`design-configlock`
diff --git a/doc/design-draft.rst b/doc/design-draft.rst
index 0cfa13f..4c173f5 100644
--- a/doc/design-draft.rst
+++ b/doc/design-draft.rst
@@ -2,7 +2,7 @@
Design document drafts
======================
-.. Last updated for Ganeti 2.13
+.. Last updated for Ganeti 2.14
.. toctree::
:maxdepth: 2
diff --git a/doc/iallocator.rst b/doc/iallocator.rst
index d5896ea..c5c360f 100644
--- a/doc/iallocator.rst
+++ b/doc/iallocator.rst
@@ -1,7 +1,7 @@
Ganeti automatic instance allocation
====================================
-Documents Ganeti version 2.13
+Documents Ganeti version 2.14
.. contents::
diff --git a/doc/index.rst b/doc/index.rst
index 982513e..28b37a0 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -79,6 +79,7 @@ and draft versions (which are either incomplete or not
implemented).
design-2.11.rst
design-2.12.rst
design-2.13.rst
+ design-2.14.rst
Draft designs
-------------
--
2.2.0.rc0.207.ga3a616c
LGTM