Update plugin version to 1.0.1. Modify docs to reflect the new version

Change-Id: I928aab22d4255108fc9c8d6380e20272af579df2
This commit is contained in:
Adrian Moreno 2015-12-21 12:42:03 +01:00
parent 82a567a07d
commit 29349db9b7
8 changed files with 12 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# ScaleIO Plugin for Fuel <a href="http://buildserver.emccode.com/viewType.html?-buildTypeId=FuelPluginsForScaleIO_FuelPluginScaleio&guest=1"><img src="http://buildserver.emccode.com/app/rest/builds/buildType:(id:FuelPluginsForScaleIO_FuelPluginScaleio)/statusIcon"/></a>
# ScaleIO Plugin for Fuel
## Overview
@ -34,12 +34,12 @@ To install the ScaleIO plugin, follow these steps:
2. Copy the plugin file to the Fuel Master node. Follow the [Quick start guide](https://software.mirantis.com/quick-start/) if you don't have a running Fuel Master node yet.
```
$ scp scaleio-1.0-1.0.0-1.noarch.rpm root@<Fuel Master node IP address>:/tmp/
$ scp scaleio-1.0-1.0.1-1.noarch.rpm root@<Fuel Master node IP address>:/tmp/
```
3. Log into the Fuel Master node and install the plugin using the fuel command line.
```
$ fuel plugins --install /tmp/scaleio-1.0-1.0.0-1.noarch.rpm
$ fuel plugins --install /tmp/scaleio-1.0-1.0.1-1.noarch.rpm
```
4. Verify that the plugin is installed correctly.
@ -91,7 +91,7 @@ need further instructions about how to build the Fuel Plugin Builder.*
7. Now you have created an RPM file that you can install using the steps described above. The RPM file will be located in:
```
$ ./fuel-plugin-scaleio/scaleio-1.0-1.0.0-1.noarch.rpm
$ ./fuel-plugin-scaleio/scaleio-1.0-1.0.1-1.noarch.rpm
```
# User Guide

Binary file not shown.

View File

@ -12,7 +12,7 @@ project = u'The ScaleIO plugin for Fuel'
copyright = u'2015, EMC Corporation'
version = '1.0'
release = '1.0-1.0.0-1'
release = '1.0-1.0.1-1'
exclude_patterns = []

View File

@ -16,12 +16,11 @@ At least 5 nodes are required to successfully deploy Mirantis OpenStack with Sca
#. OpenStack Controller #3 node
#. OpenStack Compute node
Each node shall have at least 2 CPUs, 4GB RAM, 200GB disk, 4 Network interfaces. The 4 networks are:
Each node shall have at least 2 CPUs, 4GB RAM, 200GB disk, 3 Network interfaces. The 3 interfaces will be used for the following purposes:
#. PXE Network
#. Public Network
#. Private Network
#. Management Network
#. Admin (PXE) network: Mirantis OpenStack uses PXE booting to install the operating system, and then loads the OpenStack packages for you.
#. Public, Management and Storage networks: All of the OpenStack management traffic will flow over this network (“Management” and “Storage” will be separated by VLANs), and to re-use the network it will also host the public network used by OpenStack service nodes and the floating IP address range.
#. Private network: This network will be added to Virtual Machines when they boot. It will therefore be the route where traffic flows in and out of the VM.
Controllers 1, 2, and 3 will be used as ScaleIO MDMs, being the primary, secondary, and tie-breaker, respectively. Moreover, they will also host the ScaleIO Gateway in HA mode.

View File

@ -12,7 +12,7 @@ To install the ScaleIO Fuel plugin:
#. Copy the *rpm* file to the Fuel Master node:
::
[root@home ~]# scp fuel-plugin-scaleio-1.0-1.0.0-1.noarch.rpm
[root@home ~]# scp fuel-plugin-scaleio-1.0-1.0.1-1.noarch.rpm
root@fuel-master:/tmp
#. Log into Fuel Master node and install the plugin using the
@ -21,7 +21,7 @@ To install the ScaleIO Fuel plugin:
::
[root@fuel-master ~]# fuel plugins --install
/tmp/fuel-plugin-scaleio-1.0-1.0.0-1.noarch.rpm
/tmp/fuel-plugin-scaleio-1.0-1.0.1-1.noarch.rpm
#. Verify that the plugin is installed correctly:
::
@ -29,7 +29,7 @@ To install the ScaleIO Fuel plugin:
[root@fuel-master ~]# fuel plugins
id | name | version | package_version
---|-----------------------|---------|----------------
9 | fuel-plugin-scaleio | 1.0.0 | 2.0.0
9 | fuel-plugin-scaleio | 1.0.1 | 2.0.0
.. _Fuel Plugins Catalog: https://www.mirantis.com/products/openstack-drivers-and-plugins/fuel-plugins/