diff options
Diffstat (limited to 'docs/scenarios')
-rw-r--r-- | docs/scenarios/os-onos-nofeature-ha/index.rst (renamed from docs/scenarios/os-onos-nofeature-sfc/index.rst) | 0 | ||||
-rw-r--r-- | docs/scenarios/os-onos-nofeature-ha/scenario-description.rst (renamed from docs/scenarios/os-onos-nofeature-sfc/scenario-description.rst) | 9 | ||||
-rw-r--r-- | docs/scenarios/os-onos-sfc-ha/index.rst | 17 | ||||
-rw-r--r-- | docs/scenarios/os-onos-sfc-ha/scenario-description.rst | 65 |
4 files changed, 83 insertions, 8 deletions
diff --git a/docs/scenarios/os-onos-nofeature-sfc/index.rst b/docs/scenarios/os-onos-nofeature-ha/index.rst index ff13b23b..ff13b23b 100644 --- a/docs/scenarios/os-onos-nofeature-sfc/index.rst +++ b/docs/scenarios/os-onos-nofeature-ha/index.rst diff --git a/docs/scenarios/os-onos-nofeature-sfc/scenario-description.rst b/docs/scenarios/os-onos-nofeature-ha/scenario-description.rst index d0dfee54..b6198d97 100644 --- a/docs/scenarios/os-onos-nofeature-sfc/scenario-description.rst +++ b/docs/scenarios/os-onos-nofeature-ha/scenario-description.rst @@ -49,7 +49,7 @@ Currently Openstack and ODL are using Centralized gateway to reach external netw .. image:: /etc/ONOS-DVR.png -Secenario 14 ONOS-HA : +Secenario 14 ONOS-NOFEATURE-HA : ---------------------- 1. L2 feature @@ -85,13 +85,6 @@ Secenario 14 ONOS-HA : 2.3.3. All nicira extension api has been extended -3. SFC feature - - 3.1 Infrastructure CURD operation of SFC. - - 3.2 traffic through SFC - - Revision: _sha1_ :Author: Lucius(lukai1@huawei.com) diff --git a/docs/scenarios/os-onos-sfc-ha/index.rst b/docs/scenarios/os-onos-sfc-ha/index.rst new file mode 100644 index 00000000..ff13b23b --- /dev/null +++ b/docs/scenarios/os-onos-sfc-ha/index.rst @@ -0,0 +1,17 @@ +.. _onosfw-os-onos-nofeature-sfc: + +******************** +ONOSFW Release Notes +******************** + +.. toctree:: + :numbered: + :maxdepth: 4 + + release.notes.rst + +Revision: _sha1_ + +:Author: Lucius(lukai1@huawei.com) + +Build date: |today| diff --git a/docs/scenarios/os-onos-sfc-ha/scenario-description.rst b/docs/scenarios/os-onos-sfc-ha/scenario-description.rst new file mode 100644 index 00000000..f27253aa --- /dev/null +++ b/docs/scenarios/os-onos-sfc-ha/scenario-description.rst @@ -0,0 +1,65 @@ +======================== +Release notes for onosfw +======================== + +.. contents:: Table of Contents + :backlinks: none + + +Abstract +======== + +This document describes the currently supported ONOSFW test scenarios for both bare metal and virtual deployments + +License +======= +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) Lucius (HUAWEI) + +Version history +=============== + ++------------+----------+------------+------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++------------+----------+------------+------------------+ +| 2016-08-11 | 0.0.1 | Lucius | First draft | +| | | (HUAWEI) | | ++------------+----------+------------+------------------+ +| 2017-02-15 | 1.0.0 | Bob | For Danube 1.0 | +| | | (HUAWEI) | | ++-------------------------------------------------------+ + +Introduction +============ + +ONOSFW integrates ONOS SDN controller for OPNFV defined NFVI and VIM. ONOSFW scenarios are defined test cases for target applications that ONOS supports. +Serveral test scebarios has been implemented and integrated for the previous releases. In the Danube release, those scenarios are maintained for the current versions +of Openstack and ONOS. While no new scenario is implemented in this release, new features in the current ONOS release can still be explored by interested users. +For the complete list of new ONOS features, please refer to ONOS release home page. + +The following is a list of current supported test scenarios. + +ONOSFW Test Scenarios +===================== + +Currently Openstack and ODL are using Centralized gateway to reach external network.ONOS takes a different approach, it uses DVR mode, where each compute node has the ability to reach external network, as illustrated below: + +.. image:: /etc/ONOS-DVR.png + + +Secenario 14 ONOS-SFC-HA : +---------------------- +1. SFC feature + + 3.1 Infrastructure CURD operation of SFC. + + 3.2 traffic through SFC + + +Revision: _sha1_ + +:Author: Lucius(lukai1@huawei.com) + +Build date: |today| |