diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-07-31 19:10:57 +0800 |
---|---|---|
committer | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-08-01 12:22:52 +0800 |
commit | 49829982ba955fea91ad56cc05fd526eab106f14 (patch) | |
tree | 24e640b8566886950ce378b1d9474dff9cc8c28d /docs/release/release-notes | |
parent | b35baf61e48a1d2aff88e7c3e100aa996422d849 (diff) |
Jira: DAISY-36 Update doc structure
This PS update doc structure according to [1].
Note: This PS also add content to doc for describing the
mapping methods for map role to discovered nodes.
[1] http://docs.opnfv.org/en/stable-danube/how-to-use-docs/documentation-guide.html?highlight=templates#document-structure-and-contribution
Change-Id: I7b2ef916753cddd8cd845abae8c7d5865c49e1ac
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Diffstat (limited to 'docs/release/release-notes')
-rw-r--r-- | docs/release/release-notes/index.rst | 18 | ||||
-rw-r--r-- | docs/release/release-notes/release-notes.rst | 140 |
2 files changed, 158 insertions, 0 deletions
diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst new file mode 100644 index 00000000..0da52b5f --- /dev/null +++ b/docs/release/release-notes/index.rst @@ -0,0 +1,18 @@ +.. _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: + :maxdepth: 2 + + release-notes.rst + diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst new file mode 100644 index 00000000..629d05de --- /dev/null +++ b/docs/release/release-notes/release-notes.rst @@ -0,0 +1,140 @@ + +.. 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/>. + + +======== +Abstract +======== + +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 + |