diff options
author | Ildiko Vancsa <ildiko.vancsa@ericsson.com> | 2016-04-19 22:44:48 +0200 |
---|---|---|
committer | Ildiko Vancsa <ildiko.vancsa@ericsson.com> | 2016-04-19 22:48:19 +0200 |
commit | 7018a03f712c4f4e0a96365a11062e07b413a4b7 (patch) | |
tree | f9a2ba578abda44c309fb64335dc152b74478f40 /docs/requirements/index.rst | |
parent | 2f74a043af57a43ca5cb2e151273d60f516ce113 (diff) |
Add initial requirements document structure
Change-Id: I6ff02dd5181f30c555d9932b95fc0b7e692df733
Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
Diffstat (limited to 'docs/requirements/index.rst')
-rw-r--r-- | docs/requirements/index.rst | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/requirements/index.rst b/docs/requirements/index.rst new file mode 100644 index 0000000..8636377 --- /dev/null +++ b/docs/requirements/index.rst @@ -0,0 +1,51 @@ +.. 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 + +:Abstract: OPNFV provides an infrastructure with different SDN controller + options to realize NFV functionality on the platform it builds. As + OPNFV uses OpenStack as VIM, we need to analyze the capabilities this + component offers us. The networking functionality is provided by a + single component called Neutron, which hides the controller under it, + let it be Neutron itself or any supported SDN controller. 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 our 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 + ========== ===================================================== + +.. raw:: latex + + \newpage + +.. include:: + glossary.rst + +.. toctree:: + :maxdepth: 4 + :numbered: + + introduction.rst + use_cases.rst + current_solutions.rst + gap_analysis.rst + architecture.rst + implementation.rst + summary.rst |