Add pure storage array info

Change-Id: I9f0ae34e9b9c264a55abdfadb2ecc71aae5a2b18
This commit is contained in:
Liam Young 2019-10-21 14:46:03 +01:00
parent 12dcc7d161
commit 3bf699f8d6
1 changed files with 26 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Supported Charms
* ceph-rbd-mirror
* cinder
* cinder-ceph
* cinder-purestorage
* designate
* designate-bind
* glance
@ -225,6 +226,31 @@ to the nova-cloud-controller charm for OpenStack Train deployments. Please see
`Upgrading OpenStack` for more details on how to introduce the placement charm into
existing deployments when upgrading to OpenStack Train.
Cinder Integration with Pure Storage Array
------------------------------------------
The 19.10 OpenStack Charms release introduces a new charm which can be used
to integrate cinder with a Pure Storage array. To use the new subordinate
charm:
.. code:: bash
juju deploy cinder
juju deploy cinder-purestorage
juju add-relation cinder-purestorage cinder
The cinder-purestorage charm needs to be configured with the IP address of the
storage array and provided with an API token for authentication.
Typically the settings that need configuring are:
.. code:: yaml
protocol: iscsi
volume-backend-name: cinder-pure
san-ip: PURESTORAGE_IP
pure-api-token: API_TOKEN
Preview Charm Features
======================