This charm provides a Dell PowerFlex storage backend for use with the Cinder charm.
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 PowerFlex Gateway IP or hostname.
The username used to access the PowerFlex Gateway
The password used to authenticate to the PowerFlex Gateway
Speciifies the maximum oversubscription ratio allowed by the system. If it's not specified, the value of 10.0 will be set.
Specifies the provisioning type used when the user asks for a volume. Can be either thick
or thin
(default).
A comma-separated list of storage pool names to use. Each storage pool must be set under the form of ProtectionDomain:StoragePool
.
Allows or prevents volume migration during rebuild process. Disabled by default.
Allows volumes to be created in a storage pool when zero padding feature is disabled. Disabled by default.
TCP port used to communicate with the PowerFlex Gateway. 443 by default.
Allows or prevents the size of a volume to be an increment of 8GB. Enabled by default.
Connection timeout value (in seconds) for REST API calls to the PowerFlex Gateway. If not specified, the value of 30s will be set.
Read timeout value (in seconds) for REST API calls to the PowerFlex Gateway. If not specified, the value of 30s will be set.
Specifies the settings for enabling the replication. Only one replication is supported for each backend.
Specifies a comma-separated list of MDM IPs. Can be used to defined a VIP also. This is required during the SDC configuration.
This charm's primary use is as a backend for the cinder charm. To do so, add a relation betweeen both charms:
juju integrate cinder-powerflex: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.