From d4c749eb02b6c2b3e2643d2811dccb164ff57f2e Mon Sep 17 00:00:00 2001 From: Maksim Shkrebtan Date: Tue, 28 Feb 2017 15:52:19 +0400 Subject: [PATCH] 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 --- README.md | 6 +++++- doc/source/conf.py | 2 +- doc/source/description.rst | 2 +- doc/source/index.rst | 2 +- doc/source/installation.rst | 6 +++--- metadata.yaml | 2 +- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d281a9a..82e5884 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/source/conf.py b/doc/source/conf.py index 81d087a..7615765 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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. diff --git a/doc/source/description.rst b/doc/source/description.rst index 0e35f6b..0e2d30f 100644 --- a/doc/source/description.rst +++ b/doc/source/description.rst @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index bc16289..67a8457 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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, diff --git a/doc/source/installation.rst b/doc/source/installation.rst index eb81f63..009c228 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -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 diff --git a/metadata.yaml b/metadata.yaml index 916a3ce..873e0da 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -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