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 The Pure Storage Cinder Fuel plugin provides an automated method
to insert the necessary lines into the cinder.conf file. The plugin to insert the necessary lines into the ``cinder.conf`` file. The plugin
extends the Fuel GUI to provide the necessary entry locations for the extends the Fuel Web UI to provide the necessary entry locations for the
information for the configuration file. 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 License
------- -------
@ -36,42 +40,49 @@ Fuel 8.0
Limitations Limitations
----------- -----------
The Pure Storage Cinder Fuel plugin provides the ability to No limitations are present
create a configuarion file stanza such that when multi-backend support
is selected the stanza is correct.
Installation Guide Installation Guide
================== ==================
Make sure your Pure Storage Flash Array is up and running.
Provide step-by-step instructions for plugin installation. For more information on the Array configuration, follow
If plugin requires pre-installation steps like backend configuration, the official documentation available on the `Pure Storage
you should also add this information here. 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 Pure Storage Cinder Plugin installation
-------------------------- --------------------------
1. Download the plugin from Fuel Plugins Catalog. #. Download the plugin from the `Fuel Plugins Catalog <https://www.mirantis.com/products/openstack-drivers-and-plugins/fuel-plugins/>`_.
2. Copy the plugin on already installed Fuel Master node. If you do not
have the Fuel Master node yet, see Quick Start Guide #. 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 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. #. Log into the Fuel Master node.
4. Install the plugin:
#. Install the plugin
:: ::
cd /tmp cd /tmp
fuel plugins --install /tmp/fuel-plugin-purestorage-cinder-2.0-2.0.0.noarch.rpm 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. #. 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.
5. Configure your environment.
6. Open the Settings tab of the Fuel web UI and scroll down the page. Select the #. `Configure your environment <https://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#configure-your-environment>`_.
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 #. Open the Settings tab of the Fuel Web UI and scroll down the page. Select the
8. Select the defaults for all other Pure Storage options. 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 User Guide
========== ==========
@ -90,4 +101,6 @@ There are no known issues at this time.
Appendix 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>`_