Merge "User guide updated with new features"

This commit is contained in:
Jenkins 2016-08-12 13:04:00 +00:00 committed by Gerrit Code Review
commit 865b6641bb
5 changed files with 12 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -1,6 +1,6 @@
.. _fuel-plugin-contrail:
Guide to the Contrail plugin version 4.0-4.0.0-1 for Fuel 8.0
Guide to the Contrail plugin version 4.0-4.0.1-1 for Fuel 8.0
=============================================================
.. toctree::

View File

@ -18,13 +18,13 @@ To install the Contrail plugin:
#. Copy the rpm package downloaded at the previous step to the Fuel Master node and install the plugin
::
scp contrail-4.0-4.0.0-1.noarch.rpm <Fuel Master node ip>:/tmp/
scp contrail-4.0-4.0.1-1.noarch.rpm <Fuel Master node ip>:/tmp/
#. Log into the Fuel Master node and install the plugin
::
ssh <the Fuel Master node ip>
fuel plugins --install contrail-4.0-4.0.0-1.noarch.rpm
fuel plugins --install contrail-4.0-4.0.1-1.noarch.rpm
You should get the following output
::
@ -42,7 +42,7 @@ To install the Contrail plugin:
::
scp contrail-install-packages_3.0.2.0-51~14.04-liberty_all.deb \
scp contrail-install-packages_3.0.2.1-4~liberty_all.deb \
<Fuel Master node ip>:/var/www/nailgun/plugins/contrail-4.0/
ssh <Fuel Master node ip> /var/www/nailgun/plugins/contrail-4.0/install.sh
@ -97,7 +97,7 @@ To configure the Contrail plugin, follow the steps below:
* At least 1 Compute
* At least 1 node with Contrail-Control, Contrail-Config, Contrail-DB roles selected
* At least 1 node with Contrail-Control, Contrail-Config, Contrail-Analytics and Contrail-DB roles selected
.. note::
@ -106,7 +106,7 @@ To configure the Contrail plugin, follow the steps below:
* If you plan to use Heat with autoscaling, in addition to Ceilometer you need to add node with MongoDB role
These three roles are not necessary need to be on the same node.
You can place them on different nodes if needed.
You can place them on different nodes if needed, for example, Database and Analytics can be placed on dedicated nodes to improve performance.
.. image:: images/contrail-roles.png

View File

@ -1,8 +1,10 @@
New features in plugin version 4.0-4.0.0-1
New features in plugin version 4.0-4.0.1-1
==========================================
* Fuel 8.0 with OpenStack Liberty support
* Dedicated Analytics node role
* DPDK on VF (experimental)
* TSN (experimental)

View File

@ -7,9 +7,11 @@ The plugin has the following requirements for software and hardware:
| Fuel version | 8.0 |
+--------------------------------+-----------------------------------------------------------------+
| Juniper Contrail version | 3.0.2 |
| | testing was performed on 3.0.2.1-4 |
+--------------------------------+-----------------------------------------------------------------+
| Hardware | * At least 1 additional server for Contrail controller |
| | (contrail-control, contrail-config, contrail-db roles). |
| | (contrail-control, contrail-config, contrail-analytics, |
| | contrail-db roles). |
| | Contrail-DB requires 320 Gb disk space. |
| | |
| | * Additional network interface on each |