cinder nimblestorage #5
Description
Cinder is the block storage service for the Openstack project. . This charm provides a NimbleStorage backend for Cinder
NimbleStorage Storage Backend for Cinder
Overview
This charm provides a NimbleStorage storage backend for use with the Cinder charm.
To use:
juju deploy cinder
juju deploy cinder-nimblestorage
juju add-relation cinder-nimblestorage cinder
Configuration
See config.yaml for details of configuration options.
Configuration
- pool-name
- (string) Nimble Controller pool name
- default
- san-ip
- (string) Management IP address of Nimble Storage array/group.
- san-login
- (string) Nimble Storage account login with minimum power user (admin) privilege if RBAC is used.
- san-password
- (string) Password of the admin account for nimble array.
- subnet-label
- (string) Nimble Subnet Label
- *
- use-multipath-for-image-xfer
- (boolean) Enables or disables the use of multipathing.
- True
- verify-cert
- (string) Whether to verify Nimble SSL Certificate
- False
- verify-cert-path
- (string) Path to Nimble Array SSL certificate
- None
- volume-backend-name
- (string) A volume back-end name which is specified in the cinder.conf file. This is also used while assigning a back-end name to the Nimble volume type.
- volume-driver
- (string) Use either 'iscsi' for iSCSI or 'fc' for Fibre Channel.
- iscsi