diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-11-07 18:10:31 +0400 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-11-07 15:43:54 +0000 |
commit | 2c7f367480d8d01a486f2f020e77e8898957af74 (patch) | |
tree | cc3efb90eb54db319d54d1398dd7418b30f87ed8 /docs/release | |
parent | adb03a9b52375b612c09782fc5e28d804b372c8f (diff) |
[docs] Add odl-ovs-noha scenario docs
Change-Id: I67a1af46e1d392f3bd6042f4b7d122e30b6e8f99
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit 06d3098783a1fe679cb81fffc982b2335a273ef0)
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/scenarios/index.rst | 1 | ||||
-rw-r--r-- | docs/release/scenarios/os-odl-ovs-noha/index.rst | 14 | ||||
-rw-r--r-- | docs/release/scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst | 40 |
3 files changed, 55 insertions, 0 deletions
diff --git a/docs/release/scenarios/index.rst b/docs/release/scenarios/index.rst index 29509c0e2..48d78b5d3 100644 --- a/docs/release/scenarios/index.rst +++ b/docs/release/scenarios/index.rst @@ -17,3 +17,4 @@ OPNFV Fuel Scenarios os-ovn-nofeature-ha/index.rst os-nosdn-vpp-noha/index.rst os-nosdn-vpp-ha/index.rst + os-odl-ovs-noha/index.rst diff --git a/docs/release/scenarios/os-odl-ovs-noha/index.rst b/docs/release/scenarios/os-odl-ovs-noha/index.rst new file mode 100644 index 000000000..b05d8583c --- /dev/null +++ b/docs/release/scenarios/os-odl-ovs-noha/index.rst @@ -0,0 +1,14 @@ +.. _os-odl-ovs-noha: + +.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2018 Mirantis Inc., Enea Software AB and others + +======================================== +os-odl-ovs-noha overview and description +======================================== + +.. toctree:: + :maxdepth: 2 + +.. include:: os-odl-ovs-noha.rst diff --git a/docs/release/scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst b/docs/release/scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst new file mode 100644 index 000000000..19eb0258e --- /dev/null +++ b/docs/release/scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst @@ -0,0 +1,40 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2018 Mirantis Inc., Enea Software AB and others + +This document provides scenario level details for Gambia 7.0 of +deployment with OpenDaylight controller and DPDK feature enabled. + +Introduction +============ + +This scenario is used primarily to validate and deploy a Queens OpenStack +deployment with DPDK feature and OpenDaylight Fluorine controller enabled. + + +Scenario components and composition +=================================== + +This scenario is composed of common OpenStack services enabled by default, +including Nova, Neutron, Glance, Cinder, Keystone, Horizon. It also installs +the DPDK-enabled Open vSwitch component along with OpenDaylight as a SDN +controller on the dedicated node. + + +Scenario usage overview +======================= + +Simply deploy this scenario by setting up os-odl-ovs-noha as scenario +deploy parameter. + + +Limitations, Issues and Workarounds +=================================== + +Tested on virtual deploy only. + +References +========== + +For more information on the OPNFV Gambia release, please visit +https://www.opnfv.org/software
\ No newline at end of file |