[doc] added info about fuel9.0 support, increase vers.

Change-Id: Iddbe44285d2d7ff8ce495d80c5c96e31fe73d021
This commit is contained in:
alexey-mr 2016-08-20 14:00:13 +03:00
parent 06d1bb1440
commit 7f9af7acff
10 changed files with 11 additions and 9 deletions

View File

@ -17,6 +17,7 @@ The `ScaleIO` plugin allows to:
| Requirement | Version/Comment |
|----------------------------------|-----------------|
| Mirantis OpenStack | 8.0 |
| Mirantis OpenStack | 9.0 |
## Recommendations

View File

@ -11,8 +11,8 @@ master_doc = 'index'
project = u'The ScaleIO plugin for Fuel'
copyright = u'2016, EMC Corporation'
version = '2.1-2.1.0-1'
release = '2.1-2.1.0-1'
version = '2.1-2.1.1-1'
release = '2.1-2.1.1-1'
exclude_patterns = []

View File

@ -1,5 +1,5 @@
===================================================
Guide to the ScaleIOv2.0 Plugin for Fuel 8.0
Guide to the ScaleIOv2.0 Plugin for Fuel 8.0, 9.0
===================================================
Plugin Guide

View File

@ -13,7 +13,7 @@ To install the ScaleIOv2.0 Fuel plugin:
#. Copy the *rpm* file to the Fuel Master node:
::
[root@home ~]# scp scaleio-2.1-2.1.0-1.noarch.rpm
[root@home ~]# scp scaleio-2.1-2.1.1-1.noarch.rpm
root@fuel-master:/tmp
#. Log into Fuel Master node and install the plugin using the
@ -21,14 +21,14 @@ To install the ScaleIOv2.0 Fuel plugin:
::
[root@fuel-master ~]# fuel plugins --install
/tmp/scaleio-2.1-2.1.0-1.noarch.rpm
/tmp/scaleio-2.1-2.1.1-1.noarch.rpm
#. Verify that the plugin is installed correctly:
::
[root@fuel-master ~]# fuel plugins
id | name | version | package_version
---|-----------------------|---------|----------------
1 | scaleio | 2.1.0 | 3.0.0
1 | scaleio | 2.1.1 | 3.0.0
.. _Fuel Plugins Catalog: https://www.mirantis.com/products/openstack-drivers-and-plugins/fuel-plugins/

View File

@ -46,13 +46,14 @@ Requirements
Requirement Version/Comment
========================= ===============
Mirantis OpenStack 8.0
Mirantis OpenStack 9.0
========================= ===============
Limitations
-----------
1. Plugin is only compatible with Mirantis Fuel 8.0.
1. Plugin is compatible with Mirantis Fuel 8.0 and 9.0.
2. Plugin supports only Ubuntu environment.
3. Only hyper converged environment is supported - there is no separate ScaleIO Storage nodes.
4. Multi storage backend is not supported.

View File

@ -5,7 +5,7 @@ name: scaleio
title: ScaleIOv2.0 plugin
# Plugin version
version: '2.1.0'
version: '2.1.1'
# Description
description: This plugin deploys and enables EMC ScaleIO ver. 2.0 as the block storage backend

View File

@ -11,7 +11,7 @@
set -eux
RELEASE=${RELEASE_TAG:-"v1.0.0"}
RELEASE=${RELEASE_TAG:-"v1.0.1"}
#TODO: use ftp.emc.com
BASE_REPO_URL="http://scaleio-packages.s3-website-us-east-1.amazonaws.com"