diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-06-30 01:38:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-30 01:38:03 +0000 |
commit | 4b60f118bc2b5bc49e4358eb9df4e54917caab6a (patch) | |
tree | c0eb37447133b2476a1be98187d8100429c340ae | |
parent | 1fb71914ea6f6528a5f9ffefef6bdbaf16fd5137 (diff) | |
parent | e9e16aff85d97cfbf757828b5e3fabdb460adf3d (diff) |
Merge "Jira: DAISY-36 Initial merge of release-note"
-rw-r--r-- | docs/developer/design/index.rst | 16 | ||||
-rw-r--r-- | docs/installationprocedure/index.rst | 8 | ||||
-rw-r--r-- | docs/releasenotes/index.rst | 6 | ||||
-rw-r--r-- | docs/releasenotes/release-notes.rst | 129 |
4 files changed, 152 insertions, 7 deletions
diff --git a/docs/developer/design/index.rst b/docs/developer/design/index.rst new file mode 100644 index 00000000..bc5e9f40 --- /dev/null +++ b/docs/developer/design/index.rst @@ -0,0 +1,16 @@ +.. This document is protected/licensed under the following conditions +.. (c) Sun Jing (ZTE corporation) +.. Licensed under a Creative Commons Attribution 4.0 International License. +.. You should have received a copy of the license along with this work. +.. If not, see <http://creativecommons.org/licenses/by/4.0/>. + +************************* +Design Docs for Daisy4nfv +************************* + +.. toctree:: + :numbered: + :maxdepth: 2 + + multicast.rst + diff --git a/docs/installationprocedure/index.rst b/docs/installationprocedure/index.rst index f88c8a5f..8c5a3da7 100644 --- a/docs/installationprocedure/index.rst +++ b/docs/installationprocedure/index.rst @@ -1,9 +1,11 @@ +.. _daisy-installation: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -******************************************************** -OPNFV(Danube) Daisy4nfv Installation Guide -******************************************************** +********************************** +OPNFV Daisy4nfv Installation Guide +********************************** .. toctree:: :numbered: diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst index 224ec466..0da52b5f 100644 --- a/docs/releasenotes/index.rst +++ b/docs/releasenotes/index.rst @@ -1,12 +1,14 @@ +.. _daisy-releasenotes: + .. This document is protected/licensed under the following conditions .. (c) Sun Jing (ZTE corporation) .. Licensed under a Creative Commons Attribution 4.0 International License. .. You should have received a copy of the license along with this work. .. If not, see <http://creativecommons.org/licenses/by/4.0/>. -***************************** +*************************** Release notes for Daisy4nfv -***************************** +*************************** .. toctree:: :numbered: diff --git a/docs/releasenotes/release-notes.rst b/docs/releasenotes/release-notes.rst index 795f6028..629d05de 100644 --- a/docs/releasenotes/release-notes.rst +++ b/docs/releasenotes/release-notes.rst @@ -10,6 +10,131 @@ Abstract ======== -This document compiles the release notes for the D 2.0 release of -OPNFV when using Daisy4nfv as a deployment tool. +This document covers features, limitations and required system resources of +OPNFV E 1.0 release when using Daisy4nfv as a deployment tool. + +Introduction +============ + +Daisy4nfv is an OPNFV installer project based on open source project Daisycloud-core, +which provides containerized deployment and management of OpenStack and other distributed systems such as OpenDaylight. + +Release Data +============ + ++--------------------------------------+--------------------------------------+ +| **Project** | Daisy4nfv | +| | | ++--------------------------------------+--------------------------------------+ +| **Repo/tag** | Daisy4nfv/Euphrates.1.0 | +| | | ++--------------------------------------+--------------------------------------+ +| **Release designation** | Euphrates.1.0 | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | | +| | | ++--------------------------------------+--------------------------------------+ +| **Purpose of the delivery** | OPNFV Euphrates release | +| | | ++--------------------------------------+--------------------------------------+ + +Deliverables +------------ + +Software deliverables +~~~~~~~~~~~~~~~~~~~~~ + + - Daisy4nfv/Euphrates.1.0 ISO, please get it from `OPNFV software download page <https://www.opnfv.org/software/>`_ + +.. _document-label: + +Documentation deliverables +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - OPNFV(Danube) Daisy4nfv installation instructions + + - OPNFV(Danube) Daisy4nfv Release Notes + +Version change +-------------- +.. This section describes the changes made since the last version of this document. + +Module version change +~~~~~~~~~~~~~~~~~~~~~ + +This is the Euphrates release of Daisy4nfv as a deployment toolchain in OPNFV, the following +upstream components supported with this release. + + - Centos 7.3 + + - Openstack (Ocata release) + + - Opendaylight (Carbon release) + +Reason for new version +---------------------- + +Feature additions +~~~~~~~~~~~~~~~~~ + ++--------------------------------------+-----------------------------------------+ +| **JIRA REFERENCE** | **SLOGAN** | +| | | ++--------------------------------------+-----------------------------------------+ +| | Support OpenDayLight Carbon | +| | | ++--------------------------------------+-----------------------------------------+ +| | Support OpenStack Ocata | +| | | ++--------------------------------------+-----------------------------------------+ + + + +Bug corrections +~~~~~~~~~~~~~~~ + +**JIRA TICKETS:** + ++--------------------------------------+--------------------------------------+ +| **JIRA REFERENCE** | **SLOGAN** | +| | | ++--------------------------------------+--------------------------------------+ +| | | +| | | ++--------------------------------------+--------------------------------------+ + + +Known Limitations, Issues and Workarounds +========================================= + +System Limitations +------------------ + +**Max number of blades:** 1 Jumphost, 3 Controllers, 20 Compute blades + +**Min number of blades:** 1 Jumphost, 1 Controller, 1 Compute blade + +**Storage:** Ceph is the only supported storage configuration + +**Min Jumphost requirements:** At least 16GB of RAM, 16 core CPU + +Known issues +------------ + ++----------------------+-------------------------------+-----------------------+ +| **Scenario** | **Issue** | **Workarounds** | ++----------------------+-------------------------------+-----------------------+ +| | | | +| | | | +| | | | ++----------------------+-------------------------------+-----------------------+ +| All HA scenario | Occasionally lose VIP | Failed in testcase, | +| | | normal in usage | ++----------------------+-------------------------------+-----------------------+ + + +Test Result +=========== +TODO |