The cinder charm is the Openstack block storage (i.e: Volume) service, whereas the cinder-netapp charm works as a subordinate of cinder, implementing a backend based on NetApp.
Note: The cinder-netapp charm is supported starting with Openstack Queens.
This section covers common and/or important configuration options. See file config.yaml
for the full list of options, along with their descriptions and default values. See the [Juju documentation][juju-docs-config-apps] for details on configuring applications.
The storage family type that is used for the storage system. Can be ontap_cluster
for clustering data ONTAP, or eseries
.
The SAN protocol to use. Can be either iscsi
or NFS
.
Specifies the virtual storage server name on the storage cluster.
The hostname or IP address for the storage server (can alternatively specify a proxy server).
The TCP port used to communicate with the storage server or proxy.
If it's not specified, it will be deduced: For ONTAP drivers, it will be 80 for HTTP and 443 for HTTPS; for E-series, it will be 8080 and 8443, respectively.
The username used to access the storage server or proxy.
The password used to authenticate the login
option.
Specifies a file that contains a list of NFS shares, each on its own line, to which the driver will attempt to provision Cinder volumes.
If the storage family is eseries
, this option specifies a comma-separated list of controller hostnames or IP addresses
to be used for provisioning.
The password for the NetApp E-series storage array.
Specifies a comma-separated list of pool names to use.
Whether to use multipath for image transfer.
Specifies whether the driver should allow operations that involve multiple attachments to a volume.
The service name to present to Cinder.
This charm's primary use is as a backend for the cinder charm. To do so, add a relation betweeen both charms:
juju add-relation cinder-netapp:storage-backend cinder:storage-backend
The OpenStack Charms project maintains two documentation guides:
- OpenStack Charm Guide: for project information, including development and support notes
- OpenStack Charms Deployment Guide: for charm usage information
Please report bugs on Launchpad.