From 70eff951dc2dc510c1b716edb7ebbec218a656a3 Mon Sep 17 00:00:00 2001 From: CNlucius Date: Fri, 2 Sep 2016 15:12:00 +0800 Subject: modify directory of scenarios Change-Id: I2be71297d4a401de5e4f4f649974606f1787bef3 Signed-off-by: CNlucius (cherry picked from commit ee93993458266114c29271a481ef9ce7ce621b2a) --- docs/releasenotes/index.rst | 15 ---- docs/releasenotes/scenario-description.rst | 97 ---------------------- docs/scenarios/os-onos-nofeature-sfc/index.rst | 15 ++++ .../os-onos-nofeature-sfc/scenario-description.rst | 97 ++++++++++++++++++++++ 4 files changed, 112 insertions(+), 112 deletions(-) delete mode 100644 docs/releasenotes/index.rst delete mode 100644 docs/releasenotes/scenario-description.rst create mode 100644 docs/scenarios/os-onos-nofeature-sfc/index.rst create mode 100644 docs/scenarios/os-onos-nofeature-sfc/scenario-description.rst diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst deleted file mode 100644 index 942fcf4f..00000000 --- a/docs/releasenotes/index.rst +++ /dev/null @@ -1,15 +0,0 @@ -******************** -ONOSFW Release Notes -******************** - -.. toctree:: - :numbered: - :maxdepth: 4 - - release.notes.rst - -Revision: _sha1_ - -:Author: Lucius(lukai1@huawei.com) - -Build date: |today| diff --git a/docs/releasenotes/scenario-description.rst b/docs/releasenotes/scenario-description.rst deleted file mode 100644 index 4e2e2724..00000000 --- a/docs/releasenotes/scenario-description.rst +++ /dev/null @@ -1,97 +0,0 @@ -======================== -Release notes for onosfw -======================== - -.. contents:: Table of Contents - :backlinks: none - - -Abstract -======== - -This document describes the testing scenario of onosfw project, including ONOS bare metal and virtual deployment scenario - -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) | | -+------------+----------+------------+------------------+ - -Introduction -============ - -ONOSFW addresses integrating an SDN controller of choice based on a target applications or use cases within the OPNFV defined NFVI and VIM framework. -In the Colorado release, in addition to the features in the Brahmaputra release, ONOSFW has included more functions in the Goldeneys of ONOS, and added service Function Chaining scenario by integrating the networking-sfc capability of openstack. -Therefore, both features and scenarios configurations are described. - -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-HA : ----------------------- -1. L2 feature - - 1.1 Infrastructure network setup; including CURD operation of bridge, interface, controller, port, etc. - - 1.2 L2 traffic between different subnets in same network - - 1.3 Traffic isolation between different tenants - -2. L3 feature - - 2.1 L3 east - west function - - 2.1.1 Ping between VMs between differernt subnets belong to different tenants is OK - - 2.1.2 isolated by different networks belong to differernt tenants is OK - - 2.1.3 Related flow rule deleted when VM is deleted is OK - - - - 2.2 L3 south - north function - - 2.2.1. Ping external network (such as google) from VM by allocating a floating IP is OK - - 2.2.2. Binding an external port to OVS is OK - - 2.2.3. VM hot migration is supported - - - - 2.3 Improvements - - 2.3.1 Add p2any vxlan config to ovs is OK - - 2.3.2. Ovsdb support multiple nodes is OK - - 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) - -Build date: |today| diff --git a/docs/scenarios/os-onos-nofeature-sfc/index.rst b/docs/scenarios/os-onos-nofeature-sfc/index.rst new file mode 100644 index 00000000..942fcf4f --- /dev/null +++ b/docs/scenarios/os-onos-nofeature-sfc/index.rst @@ -0,0 +1,15 @@ +******************** +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-nofeature-sfc/scenario-description.rst b/docs/scenarios/os-onos-nofeature-sfc/scenario-description.rst new file mode 100644 index 00000000..4e2e2724 --- /dev/null +++ b/docs/scenarios/os-onos-nofeature-sfc/scenario-description.rst @@ -0,0 +1,97 @@ +======================== +Release notes for onosfw +======================== + +.. contents:: Table of Contents + :backlinks: none + + +Abstract +======== + +This document describes the testing scenario of onosfw project, including ONOS bare metal and virtual deployment scenario + +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) | | ++------------+----------+------------+------------------+ + +Introduction +============ + +ONOSFW addresses integrating an SDN controller of choice based on a target applications or use cases within the OPNFV defined NFVI and VIM framework. +In the Colorado release, in addition to the features in the Brahmaputra release, ONOSFW has included more functions in the Goldeneys of ONOS, and added service Function Chaining scenario by integrating the networking-sfc capability of openstack. +Therefore, both features and scenarios configurations are described. + +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-HA : +---------------------- +1. L2 feature + + 1.1 Infrastructure network setup; including CURD operation of bridge, interface, controller, port, etc. + + 1.2 L2 traffic between different subnets in same network + + 1.3 Traffic isolation between different tenants + +2. L3 feature + + 2.1 L3 east - west function + + 2.1.1 Ping between VMs between differernt subnets belong to different tenants is OK + + 2.1.2 isolated by different networks belong to differernt tenants is OK + + 2.1.3 Related flow rule deleted when VM is deleted is OK + + + + 2.2 L3 south - north function + + 2.2.1. Ping external network (such as google) from VM by allocating a floating IP is OK + + 2.2.2. Binding an external port to OVS is OK + + 2.2.3. VM hot migration is supported + + + + 2.3 Improvements + + 2.3.1 Add p2any vxlan config to ovs is OK + + 2.3.2. Ovsdb support multiple nodes is OK + + 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) + +Build date: |today| -- cgit 1.2.3-korg