Cinder Netapp
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 57 | 17 Nov 2024 | |
latest/edge | 56 | 17 Nov 2024 | |
latest/edge | 55 | 17 Nov 2024 | |
latest/edge | 54 | 17 Nov 2024 | |
latest/edge | 52 | 25 Mar 2024 | |
latest/edge | 50 | 07 Aug 2023 | |
latest/edge | 47 | 12 Apr 2023 | |
latest/edge | 23 | 12 Apr 2022 | |
yoga/stable | 28 | 05 Aug 2022 | |
zed/stable | 38 | 23 Jan 2023 | |
xena/stable | 42 | 16 Jan 2023 | |
wallaby/stable | 39 | 23 Jan 2023 | |
victoria/stable | 45 | 28 Feb 2023 | |
ussuri/stable | 41 | 23 Jan 2023 | |
train/candidate | 37 | 28 Nov 2022 | |
train/edge | 40 | 16 Jan 2023 | |
stein/candidate | 37 | 28 Nov 2022 | |
stein/edge | 40 | 16 Jan 2023 | |
rocky/candidate | 37 | 28 Nov 2022 | |
rocky/edge | 40 | 16 Jan 2023 | |
queens/candidate | 37 | 28 Nov 2022 | |
queens/edge | 40 | 16 Jan 2023 | |
2024.1/candidate | 53 | 24 May 2024 | |
2024.1/candidate | 50 | 24 Jan 2024 | |
2023.2/stable | 51 | 30 Nov 2023 | |
2023.1/stable | 49 | 14 Jun 2023 |
juju deploy cinder-netapp --channel yoga/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
netapp-array-password | string
Password for the NetApp E-Series storage array.
-
netapp-controller-ips | string
This option is only utilized when the storage family is configured to eseries. This option is used to restrict provisioning to the specified controllers. Specify the value of this option to be a comma separated list of controller hostnames or IP addresses to be used for provisioning.
-
netapp-enable-multiattach | boolean
This option specifies whether the driver should allow operations that require multiple attachments to a volume. An example would be live migration of servers that have volumes attached. When enabled, this backend is limited to 256 total volumes in order to guarantee volumes can be accessed by more than one host.
-
netapp-login | string
Administrative user account name used to access the storage system or proxy server.
-
netapp-lun-space-reservation | boolean
Default: True
This option determines if storage space is reserved for LUN allocation. If enabled, LUNs are thick provisioned. If space reservation is disabled, storage space is allocated on demand.
-
netapp-password | string
Password for the administrative user account specified in the netapp_login option.
-
netapp-pool-name-search-pattern | string
This option is used to restrict provisioning to the specified pools. Specify the value of this option to be a regular expression which will be applied to the names of objects from the storage backend which represent pools in Cinder. This option is only utilized when the storage protocol is configured to use iSCSI or FC.
-
netapp-server-hostname | string
The hostname (or IP address) for the storage system or proxy server.
-
netapp-server-port | int
The TCP port to use for communication with the storage system or proxy server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for HTTPS; E-Series will use 8080 for HTTP and 8443 for HTTPS.
-
netapp-storage-family | string
Default: ontap_cluster
The storage family type used on the storage system; valid values are ontap_cluster for using clustered Data ONTAP, or eseries for using E-Series.
-
netapp-storage-protocol | string
Default: iscsi
SAN protocol to use. Choose between iscsi or NFS.
-
netapp-vserver | string
This option specifies the virtual storage server (Vserver) name on the storage cluster on which provisioning of block storage volumes should occur.
-
use-multipath | boolean
Default: True
Use multipath for image transfer. The volume_use_multipath option should be set to True in the nova.conf
-
volume-backend-name | string
Default: cinder_netapp
Service name to present to Cinder