diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2017-02-07 17:33:35 +0100 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2017-02-07 17:33:35 +0100 |
commit | d31cfcc80428088cc4ddbabd721e01ff6265a8fc (patch) | |
tree | 70dbd10a20db685d58f0b3e159f84f6434f96ebe /docs/development/requirements/index.rst | |
parent | 77804f22bf3e76f3080f27f426aa8dbc8c86b87d (diff) |
Moving requirements documentation for Danube
Moving the requirements documentation in order to comply to the
new structure for Danube.
Change-Id: Ifbf87b49ce2308d082510ca761bb7bc6479fce58
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'docs/development/requirements/index.rst')
-rw-r--r-- | docs/development/requirements/index.rst | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/development/requirements/index.rst b/docs/development/requirements/index.rst new file mode 100644 index 0000000..6c4516f --- /dev/null +++ b/docs/development/requirements/index.rst @@ -0,0 +1,53 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +*************************** +NetReady: Network Readiness +*************************** + +:Project: NetReady, https://wiki.opnfv.org/display/netready/NetReady +:Editors: Georg Kunz (Ericsson) +:Authors: Bin Hu (AT&T), Gergely Csatari (Nokia), Georg Kunz (Ericsson) and + others + +:Abstract: OPNFV provides an infrastructure with different SDN controller + options to realize NFV functionality on the platform it builds. As + OPNFV uses OpenStack as a VIM, we need to analyze the capabilities + this component offers us. The networking functionality is provided + by a component called Neutron, which provides a pluggable + architecture and specific APIs for integrating different networking + backends, for instance SDN controllers. As NFV wasn't taken into + consideration at the time when Neutron was designed we are already + facing several bottlenecks and architectural shortcomings while + implementing NFV use cases. + + The NetReady project aims at evolving OpenStack networking + step-by-step to find the most efficient way to fulfill the + requirements of the identified NFV use cases, taking into account the + NFV mindset and the capabilities of SDN controllers. + +:History: + + ========== ===================================================== + Date Description + ========== ===================================================== + 22.03.2016 Project creation + 19.04.2016 Initial version of the deliverable uploaded to Gerrit + 22.07.2016 First version ready for sharing with the community + 22.09.2016 Version accompanying the OPNFV Colorado release + ========== ===================================================== + +.. raw:: latex + + \newpage + +.. toctree:: + :maxdepth: 4 + :numbered: + + introduction.rst + use_cases.rst + retired_use_cases.rst + summary.rst + glossary.rst + references.rst |