Update the plugin version to 6.0.1

As the plugin has been tested against Mirantis OpenStack 9.2 and a small
bug has been fixed, update the plugin version to 6.0.1 and update the
plugin documentation as well.

Change-Id: I4fe6f381ea36c0dcf03ded5b4d94975689b4ed34
This commit is contained in:
Maksim Shkrebtan 2017-02-28 15:52:19 +04:00
parent 0068efd59c
commit d4c749eb02
6 changed files with 12 additions and 8 deletions

View File

@ -20,13 +20,17 @@ Requirements
| Requirement | Version/Comment |
|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| Mirantis Openstack compatibility | 9.0, 9.1 |
| Mirantis Openstack compatibility | 9.0, 9.1, 9.2 |
| Netapp filer or appliance is reachable via one of the Mirantis OpenStack networks | Clustered Data ONTAP, SolidFire or E-Series/EF-Series storage family with NFS\iSCSI enabled |
Release Notes
-------------
**6.0.1**
* Fixed the bug which could interrupt the deployment process
**6.0.0**
* The number of simultaneously supported devices has been increased up to 3 NetApp devices

View File

@ -56,7 +56,7 @@ author = u'Mirantis Inc.'
# The short X.Y version.
version = '6.0'
# The full version, including alpha/beta/rc tags.
release = '6.0-6.0.0-1'
release = '6.0-6.0.1-1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -31,7 +31,7 @@ Requirements
======================= =================================
Requirement Version/Comment
======================= =================================
Fuel 9.0, 9.1
Fuel 9.0, 9.1, 9.2
NetApp Storage System Clustered Data ONTAP/ONTAP 9
SolidFire

View File

@ -1,5 +1,5 @@
============================================
Guide to the Cinder NetApp plugin ver. 6.0.0
Guide to the Cinder NetApp plugin ver. 6.0.1
============================================
This document will guide you through the steps to install,

View File

@ -10,18 +10,18 @@ To install the Cinder Netapp plugin, follow these steps:
have the Fuel Master node, please see `the official
Mirantis OpenStack documentation`_::
[root@home ~]# scp cinder_netapp-6.0-6.0.0-1.noarch.rpm root@fuel-master:/tmp
[root@home ~]# scp cinder_netapp-6.0-6.0.1-1.noarch.rpm root@fuel-master:/tmp
#. Log into Fuel Master node and install the plugin using the `Fuel CLI`_::
[root@fuel-master ~]# fuel plugins --install cinder_netapp-6.0-6.0.0-1.noarch.rpm
[root@fuel-master ~]# fuel plugins --install cinder_netapp-6.0-6.0.1-1.noarch.rpm
#. Verify that the plugin is installed correctly::
[root@fuel-master ~]# fuel plugins
id | name | version | package_version
---|---------------|---------|----------------
1 | cinder_netapp | 6.0.0 | 4.0.0
1 | cinder_netapp | 6.0.1 | 4.0.0
.. _Fuel Plugins Catalog: https://www.mirantis.com/products/openstack-drivers-and-plugins/fuel-plugins/
.. _the official Mirantis OpenStack documentation: http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide.html

View File

@ -3,7 +3,7 @@ name: cinder_netapp
# Human-readable name for your plugin
title: Cinder and NetApp integration
# Plugin version
version: '6.0.0'
version: '6.0.1'
# Description
description: Enables using NetApp as a Cinder backend
# Required fuel version