From 06d3098783a1fe679cb81fffc982b2335a273ef0 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 7 Nov 2018 18:10:31 +0400 Subject: [docs] Add odl-ovs-noha scenario docs Change-Id: I67a1af46e1d392f3bd6042f4b7d122e30b6e8f99 Signed-off-by: Michael Polenchuk --- docs/release/scenarios/index.rst | 1 + docs/release/scenarios/os-odl-ovs-noha/index.rst | 14 ++++++++ .../scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst | 40 ++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 docs/release/scenarios/os-odl-ovs-noha/index.rst create mode 100644 docs/release/scenarios/os-odl-ovs-noha/os-odl-ovs-noha.rst (limited to 'docs/release') 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 -- cgit 1.2.3-korg