And mention partial and complete designs in there.
Signed-off-by: Helga Velroyen <[email protected]>
---
Makefile.am | 3 ++-
doc/design-2.15.rst | 13 +++++++++++++
doc/index.rst | 1 +
3 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 doc/design-2.15.rst
diff --git a/Makefile.am b/Makefile.am
index 50ce133..1a8e520 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -654,6 +654,7 @@ docinput = \
doc/design-2.12.rst \
doc/design-2.13.rst \
doc/design-2.14.rst \
+ doc/design-2.15.rst \
doc/design-allocation-efficiency.rst \
doc/design-autorepair.rst \
doc/design-bulk-create.rst \
@@ -664,7 +665,7 @@ docinput = \
doc/design-cpu-pinning.rst \
doc/design-cpu-speed.rst \
doc/design-daemons.rst \
- doc/design-dedicated-allocation.rst \
+ doc/design-dedicated-allocation.rst \
doc/design-device-uuid-name.rst \
doc/design-disk-conversion.rst \
doc/design-disks.rst \
diff --git a/doc/design-2.15.rst b/doc/design-2.15.rst
new file mode 100644
index 0000000..6da41b4
--- /dev/null
+++ b/doc/design-2.15.rst
@@ -0,0 +1,13 @@
+==================
+Ganeti 2.15 design
+==================
+
+The following designs have been partially implemented in Ganeti 2.15.
+
+- :doc:`design-configlock`
+- :doc:`design-shared-storage-redundancy`
+
+The following designs' implementations were completed in Ganeti 2.15.
+
+- :doc:`design-allocation-efficiency`
+- :doc:`design-dedicated-allocation`
diff --git a/doc/index.rst b/doc/index.rst
index 28b37a0..360c740 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -80,6 +80,7 @@ and draft versions (which are either incomplete or not
implemented).
design-2.12.rst
design-2.13.rst
design-2.14.rst
+ design-2.15.rst
Draft designs
-------------
--
2.2.0.rc0.207.ga3a616c