diff options
author | Tim Zhao <zhaokexue@huawei.com> | 2017-07-14 09:20:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-14 09:20:26 +0000 |
commit | c1383bc52fbcbb7025232607b4eaf2e27478335a (patch) | |
tree | 6bb721ea54fa1c73665d4540ae959e5c69dd7ebc /docs/release/configguide | |
parent | f80d63eded790fbb1a877d26369acfce0d05bd55 (diff) | |
parent | ae7128a1378b70a2765af0016e7c5bfd8c508b53 (diff) |
Merge "onosfw upgradation for danube" into stable/danubestable/danube
Diffstat (limited to 'docs/release/configguide')
-rw-r--r-- | docs/release/configguide/feature.configuration.rst | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/docs/release/configguide/feature.configuration.rst b/docs/release/configguide/feature.configuration.rst index c93c1acd..4111cb05 100644 --- a/docs/release/configguide/feature.configuration.rst +++ b/docs/release/configguide/feature.configuration.rst @@ -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 |