aboutsummaryrefslogtreecommitdiffstats
path: root/docs/userguide/onosfw-userguide.rst
blob: 53a1cbb9d40557628a8dce750126daf2ad3a3553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.. OPNFV Release Engineering documentation, created by
   sphinx-quickstart on Tue Jun  9 19:12:31 2015.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. image:: ../etc/opnfv-logo.png
  :height: 40
  :width: 200
  :alt: OPNFV
  :align: left

ONOSFW User Guide Manaully
==========================

 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-ovsdatabase

   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 external network and subnet on openstack dashboard,then update external gateway mac::

   externalgateway-update -m “mac address”

 6. create basic networks and instances on openstack dashboard to verify L2/L3function::

 * 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
   
 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
Indices and tables
==================

* :ref:`search`

Revision: _sha1_

Build date: |today|