diff options
Diffstat (limited to 'docs')
-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 |