Doc update

Change-Id: I9e4972d4bce9e32419afef0da732bf8ed3093975
This commit is contained in:
sdodsley 2015-10-22 11:45:02 -04:00
parent 6d90c83d9d
commit c68216aee1
2 changed files with 35 additions and 22 deletions

View File

@ -9,9 +9,13 @@ Pure Storage Cinder
===================
The Pure Storage Cinder Fuel plugin provides an automated method
to insert the necessary lines into the cinder.conf file. The plugin
extends the Fuel GUI to provide the necessary entry locations for the
information for the configuration file.
to insert the necessary lines into the ``cinder.conf`` file. The plugin
extends the Fuel Web UI to provide the necessary entry locations for the
information for the configuration file. Thus, the plugin incorporates
`OpenStack Cinder Driver for Pure Storage Flash Array <http://stackalytics.com/report/driverlog?project_id=openstack%2Fcinder&vendor=Pure%20iSCSI%2FFC%20Storage>`_.
Thus, the plugin provides the ability to
create a configuration file stanza so that when multi-backend support
is selected, the stanza is correct.
License
-------
@ -36,42 +40,49 @@ Fuel 8.0
Limitations
-----------
The Pure Storage Cinder Fuel plugin provides the ability to
create a configuarion file stanza such that when multi-backend support
is selected the stanza is correct.
No limitations are present
Installation Guide
==================
Provide step-by-step instructions for plugin installation.
If plugin requires pre-installation steps like backend configuration,
you should also add this information here.
Make sure your Pure Storage Flash Array is up and running.
For more information on the Array configuration, follow
the official documentation available on the `Pure Storage
Community Website <http://community.purestorage.com/ekgav24373/attachments/ekgav24373/pure-storage-knowledge/294/1/Purity%204.5%20FlashArray%20User%20Guide.pdf>`_.
Pure Storage Cinder Plugin installation
--------------------------
1. Download the plugin from Fuel Plugins Catalog.
2. Copy the plugin on already installed Fuel Master node. If you do not
have the Fuel Master node yet, see Quick Start Guide
#. Download the plugin from the `Fuel Plugins Catalog <https://www.mirantis.com/products/openstack-drivers-and-plugins/fuel-plugins/>`_.
#. Copy the plugin to an already installed Fuel Master node. If you do not
have the Fuel Master node yet, please follow `the instructions <https://docs.mirantis.com/openstack/fuel/fuel-7.0/quickstart-guide.html#quickstart-guide>`_:
::
scp fuel-plugin-purestorage-cinder-2.0-2.0.0.noarch.rpm root@:<the_Fuel_Master_node_IP>:/tmp
3. Log into the Fuel Master node.
4. Install the plugin:
#. Log into the Fuel Master node.
#. Install the plugin
::
cd /tmp
fuel plugins --install /tmp/fuel-plugin-purestorage-cinder-2.0-2.0.0.noarch.rpm
4. After plugin is installed, create a new OpenStack environment.
5. Configure your environment.
6. Open the Settings tab of the Fuel web UI and scroll down the page. Select the
Fuel plugin to enable Pure Storage driver in Cinder plugin checkbox
7. Enter the Purity API Token and the IP address of the management VIP of the Pure Storage FlashAtray
8. Select the defaults for all other Pure Storage options.
#. After the plugin is installed, `create a new OpenStack environment <https://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#create-a-new-openstack-environment>`_ using the Fuel UI Wizard.
#. `Configure your environment <https://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#configure-your-environment>`_.
#. Open the Settings tab of the Fuel Web UI and scroll down the page. Select the
Fuel plugin to enable Pure Storage driver in Cinder plugin checkbox.
.. image:: figures/cinder-purestorage-liberty-plugin.png
:width: 100%
#. Enter the Purity API Token and the IP address of the management VIP of the Pure Storage FlashArray.
#. Select the defaults for all other Pure Storage options.
User Guide
==========
@ -90,4 +101,6 @@ There are no known issues at this time.
Appendix
========
N/A
#. `OpenStack Cinder Driver for Pure Storage Flash Array <http://stackalytics.com/report/driverlog?project_id=openstack%2Fcinder&vendor=Pure%20iSCSI%2FFC%20Storage>`_
#. `Pure Storage Flash Array User Guide <http://community.purestorage.com/ekgav24373/attachments/ekgav24373/pure-storage-knowledge/294/1/Purity%204.5%20FlashArray%20User%20Guide.pdf>`_