Update docs and add RPM

Final doc update and add plugin RPM to repo

Change-Id: Ia606ec7b040980708c393f85fe9861650833933f
This commit is contained in:
sdodsley 2015-10-14 21:12:12 -04:00
parent 4416cf5b6e
commit b3c71600ee
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -78,15 +78,15 @@ Implementation
==============
The plugin generates the approriate cinder.conf stanzas to enable the Pure Storage
FlashArray within OpenStack. The purestorage.pypi module is required as a pre-requisite
The purestorage python module, available on PyPI https://pypi.python.org/pypi/purestorage,
is required for the Pure Storage driver to be correctly implemented. The driver itself
FlashArray within OpenStack. The purestorage.pypi module is installed as part of the plugin.
plugin as this is a pre-requisite of the Pure Storage Cinder driver. The driver itself
is included in the main OpenStack distribution.
Plugin has two tasks. Each task per role. They are run in the following order:
Plugin has three tasks. Each task per role. They are run in the following order:
* The first task installs and configures cinder-volume on Primary Controller.
* The second task installs and configures cinder-volume on Controller nodes.
* The first task configures cinder-volume on Primary Controller.
* The second task configures cinder-volume on Cinder nodes.
* The third task configures nova-compute on Nova nodes.
Cinder-volume service is installed on all Controller nodes and is managed by
Pacemaker. It runs in active/passive mode where only one instance is active.