Move two designs that have been implemented in 2.7 to design-2.7 and out of drafts.
Other designs were partly implemented: explain what part was, and leave them as drafts pending their completion. Signed-off-by: Guido Trotter <[email protected]> --- doc/design-2.7.rst | 10 ++++++++++ doc/design-draft.rst | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/design-2.7.rst b/doc/design-2.7.rst index 77cdc2b..cffee3c 100644 --- a/doc/design-2.7.rst +++ b/doc/design-2.7.rst @@ -9,6 +9,16 @@ The following design documents have been implemented in Ganeti 2.7: - :doc:`design-remote-commands` - :doc:`design-node-add` - :doc:`design-virtual-clusters` +- :doc:`design-network` +- :doc:`design-linuxha` + +The following designs have been partially implemented in Ganeti 2.7: + +- :doc:`design-query-splitting`: only queries not needing RPC are + supported, through confd +- :doc:`design-partitioned`: only exclusive use of disks is implemented +- :doc:`design-monitoring-agent`: an example standalone drbd data + collector is included .. vim: set textwidth=72 : .. Local Variables: diff --git a/doc/design-draft.rst b/doc/design-draft.rst index 275f2e7..36b052a 100644 --- a/doc/design-draft.rst +++ b/doc/design-draft.rst @@ -10,13 +10,11 @@ Design document drafts design-x509-ca.rst design-http-server.rst design-impexp2.rst - design-network.rst design-resource-model.rst design-query-splitting.rst design-autorepair.rst design-partitioned.rst design-monitoring-agent.rst - design-linuxha.rst .. vim: set textwidth=72 : .. Local Variables: -- 1.7.10.4 -- You received this message because you are subscribed to the Google Groups "ganeti-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
