summaryrefslogtreecommitdiffstats
path: root/docs/Colorado/userguide/onosfw-userguide.rst
diff options
context:
space:
mode:
authorwuwb1989 <wuwenbin2@huawei.com>2016-08-15 15:55:18 +0800
committerwuwb1989 <wuwenbin2@huawei.com>2016-08-15 15:57:37 +0800
commit33ef89911404a1f95d215b838eb5c0db99b00917 (patch)
treed785b921fccf63ffde591ebacec766e4e94e42cd /docs/Colorado/userguide/onosfw-userguide.rst
parent930ea9762123eed05c9f824aed6a132f986f126f (diff)
DOCS-84
ONOSFW contribution to the Colorado user guide Change-Id: I1e7d4c7ae190304e226ccf2e2e9ebd9934eaee0f Signed-off-by: wuwb1989 <wuwenbin2@huawei.com>
Diffstat (limited to 'docs/Colorado/userguide/onosfw-userguide.rst')
-rw-r--r--docs/Colorado/userguide/onosfw-userguide.rst146
1 files changed, 0 insertions, 146 deletions
diff --git a/docs/Colorado/userguide/onosfw-userguide.rst b/docs/Colorado/userguide/onosfw-userguide.rst
deleted file mode 100644
index 90864d03..00000000
--- a/docs/Colorado/userguide/onosfw-userguide.rst
+++ /dev/null
@@ -1,146 +0,0 @@
-==========================
-ONOSFW User Guide Manaully
-==========================
-
-.. contents:: Table of Contents
- :backlinks: none
-
-
-Abstract
-========
-
-This document describes the user guide instruction for onosfw project, including env setup and test case.
-
-License
-=======
-
-ONOSFW User Guide Manaully Docs
-(c) by Lucius (HUAWEI)
-
-ONOSFW User Guide Manaully Docs
-are licensed under a Creative Commons Attribution 4.0 International License.
-You should have received a copy of the license along with this.
-If not, see <http://creativecommons.org/licenses/by/4.0/>.
-
-Version history
-===============
-
-+------------+----------+------------+------------------+
-| **Date** | **Ver.** | **Author** | **Comment** |
-| | | | |
-+------------+----------+------------+------------------+
-| 2016-01-21 | 1.0.0 | Lucius | Rewritten for |
-| | | (HUAWEI) | ONOSFW C release |
-+------------+----------+------------+------------------+
-
-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. It aims to provide end user and open source community with greater flexibility to build service applications, and to help leverage corresponding open source development efforts and results as well. Furthermore, it will create some common framework elements to address multi tenancy support, integration between the network controller and a DPI engine for context-based flow policies. It will also provide driver integration to support the Neutron ML2 & Router plugin.
-
-
-ONOSFW User Guide Manaully
-==========================
-
-ONOSFW Environment Setup
-------------------------
- 1. initialize environment::
-
- initialize openstack:delete allthe network, instance and router.
-
- initialize ovs:delete managerand bridge by the following command:
-
- ovs-vsctl del-manager
-
- ovs-vsctl del-br “bridge name”
-
- 2. restart onos,install feature::
-
- feature:install onos-openflow-base
-
- feature:install onos-openflow
-
- feature:install onos-ovsdatabase
-
- feature:install onos-ovsdb-base
-
- feature:install onos-drivers-ovsdb
-
- feature:install onos-ovsdb-provider-host
-
- feature:install onos-app-vtn-onosfw
-
- 3. set the external port name::
-
- onos command:externalportname-set –n “external port name”
-
- 4. create provider network::
-
- set manager on compute node and network node: ovs-vsctl set-manager tcp:“onos ip”:6640
-
- 5. create basic networks and instances on openstack dashboard to verify L2/L3 function
-
- 6. create basic scenarios to verify SFC functions.
-
-Scenario Supported
-------------------
-
-* L2 scene:
-
- * Live Migration
-
- * With between same node under the same tenant and network wether the vm is conneted
-
- * With between different nodes under the same tenant and network wether the vm is conneted
-
- * With between same node under the same tenant and different network wether the vm is not conneted
-
- * With between different nodes under the same tenant and different network wether the vm is not conneted
-
- * With between same nodes under the different tenant and different network wether the vm is not conneted
-
- * With between different nodes under the different tenant and different network wether the vm is not conneted
-
- * L3 scene:
-
- * With between same node under the same tenant and network wether the vm is conneted
-
- * With between different nodes under the same tenant and network wether the vm is conneted
-
- * With between same node under the same tenant and different network wether the vm is conneted
-
- * With between different nodes under the same tenant and different network wether the vm is conneted
-
- * With between same nodes under the different tenant and different network wether the vm is not conneted
-
- * With between different nodes under the different tenant and different network wether the vm is not conneted
- VM can ping external network well
-
- * SFC scene:
-
- * Create 3-4 VNF-nodes service chain, verify with traffic
-
- * Remove service chain, display service chain info
-
- * Insert a node(vnf) in the chain, and verify with traffic
-
- * Remove a node from the chain and verify with traffic
-
- * Get service chain status
-
-ONOSFW Demo Video
------------------
-
- ONOSFW L2 Function Flash video:https://www.youtube.com/watch?v=7bxjWrR4peI
-
- ONOSFW L2 Function Demo video:https://www.youtube.com/watch?v=qP8nPYhz_Mo
-
- ONOSFW L3 Function Demo video:https://www.youtube.com/watch?v=R0H-IibpVxw
-
- ONOSFW SFC Function Demo video: https://www.youtube.com/watch?v=2vWusqd3WJ4
-
-Revision: _sha1_
-
-:Author: Lucius(lukai1@huawei.com)
-
-Build date: |today|