onosfw upgradation for danube 61/32761/2
authorrssaravana <saravanakumar.somaskandan@huawei.com>
Fri, 31 Mar 2017 09:44:02 +0000 (15:14 +0530)
committerTim Zhao <zhaokexue@huawei.com>
Thu, 13 Jul 2017 13:06:46 +0000 (13:06 +0000)
Change-Id: I60495508863c8bb4c221d232a5d9956371c293d9
Signed-off-by: rssaravana <saravanakumar.somaskandan@huawei.com>
(cherry picked from commit dd14da3dbcdd5619b1c54ca7ee7c9f7880486393)

docs/release/configguide/feature.configuration.rst
docs/release/userguide/feature.userguide.rst

index c93c1ac..4111cb0 100644 (file)
@@ -36,6 +36,9 @@ Version history
 | 2017-02-15 | 1.0.0    | Bob        | For Danube 1.0   |
 |            |          | (HUAWEI)   |                  |
 +------------+----------+------------+------------------+
+| 2017-03-31 | 1.0.1    | Saravana   | For Danube 1.0   |
+|            |          | (HUAWEI)   |                  |
++------------+----------+------------+------------------+
 
 Introduction
 ============
@@ -116,13 +119,17 @@ Compass Configuration for ONOS
 
    1.1 Ubuntu Server 14.04 LTS 64-bit (from ISO or self-installed).
 
-   1.2 Minimum 2GB RAM.
+   1.2 16 GB of RAM for a Bare Metal deployment, 64 GB of RAM for a VM deployment.
+
+   1.3 Root access.
+
+   1.4 libvirt virtualization support.
 
-   1.3 Minimum 2 processors.
+   1.5 Minimum 2 NIC Card.PXE installation Network,IPMI Network,External Network (Optional: Internet access)
 
-   1.4 At least 5GB disk space.
+   1.6 At least 100GB disk space.
 
-   1.5 The ONOS version 1.4.
+   1.7 The ONOS version 1.8.4.
 
 2. How to add ONOS into compass
 
@@ -132,13 +139,13 @@ Compass Configuration for ONOS
          ├── deploy
          │   ├── adapters
          │       ├── ansible
-         │           ├── openstack_mitaka
-         │               ├── roles # include the sdn script
+         │              ├── roles # include the sdn script
          │                 ├── onos_cluster # include the ONOS script
          │                     ├── handlers # include the opertaion of restart ONOS service
          │                     ├── tasks # include the task of installing ONOS
          │                     ├── templates # include the templates of ONOS
          │                     ├── vars # include the var of ONOS used
+         │                     ├── files # include the files of ONOS used
 
 3. Virtual deployment
 
@@ -170,9 +177,9 @@ Compass Configuration for ONOS
 
           export INSTALL_NIC=eth1
 
-          export OS_VERSION=trusty
+          export OS_VERSION=xenial
 
-          export OPENSTACK_VERSION=mitaka
+          export OPENSTACK_VERSION=newton
 
    4.4 Execute cd $WORKSPACE
 
index b615993..25ab9ba 100644 (file)
@@ -31,6 +31,9 @@ Version history
 | 2017-02-15 | 1.0.1    | Bob        | For Danube 1.0   |
 |            |          | (HUAWEI)   |                  |
 +------------+----------+------------+------------------+
+| 2017-02-15 | 1.0.2    | Saravana   | For Danube 1.0   |
+|            |          | (HUAWEI)   |                  |
++------------+----------+------------+------------------+
 
 Introduction
 ============
@@ -57,19 +60,19 @@ ONOSFW Environment Setup
 
  2. restart ONOS,install feature::
 
-   feature:install onos-openflow-base
+   feature:install onos-optical-model
 
-   feature:install onos-openflow
+   feature:install onos-providers-openflow-base
 
-   feature:install onos-ovsdatabase
+   feature:install onos-providers-openflow-message
 
-   feature:install onos-ovsdb-base
+   feature:install onos-providers-ovsdb-base
 
    feature:install onos-drivers-ovsdb
 
-   feature:install onos-ovsdb-provider-host
+   feature:install onos-providers-ovsdb-host
 
-   feature:install onos-app-vtn-onosfw
+   feature:install onos-apps-vtn
 
  3. set the external port name::