Cinder Nimblestorage
- OpenStack Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 23 | 19 Nov 2024 | |
latest/edge | 26 | 19 Nov 2024 | |
latest/edge | 25 | 19 Nov 2024 | |
latest/edge | 24 | 19 Nov 2024 | |
latest/edge | 18 | 28 Feb 2024 | |
latest/edge | 15 | 02 Aug 2023 | |
latest/edge | 13 | 06 Apr 2023 | |
latest/edge | 5 | 05 Apr 2022 | |
latest/edge | 2 | 28 Mar 2022 | |
yoga/stable | 7 | 05 Aug 2022 | |
zed/stable | 10 | 23 Jan 2023 | |
xena/candidate | 1 | 29 Jul 2022 | |
xena/edge | 1 | 28 Mar 2022 | |
wallaby/stable | 1 | 23 Jan 2023 | |
victoria/stable | 1 | 23 Jan 2023 | |
ussuri/stable | 1 | 23 Jan 2023 | |
2024.1/candidate | 18 | 02 May 2024 | |
2024.1/candidate | 15 | 24 Jan 2024 | |
2023.2/stable | 16 | 30 Nov 2023 | |
2023.1/stable | 14 | 02 Jun 2023 |
juju deploy cinder-nimblestorage --channel yoga/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
dedupe | boolean
Used to enable dedupe support for a volume-type.
-
encryption | string
Used to enable encryption for a volume-type. Either 'yes' or 'no'.
-
folder | string
It is the name of the folder which exists on the Nimble/Alletra 6k array and should be enabled for every volume in a volume type
-
iops-limit | string
Used to set the IOPS_LIMIT between 256 and 4294967294 for all volumes created for this volume-type.
-
multi-initiator | boolean
Used to enable multi-initiator access for a volume-type.
-
performance-policy-name | string
The name of a performance policy which exists on the Nimble array and should be enabled for every volume in a volume type.
-
pool-name | string
Nimble Controller pool name
-
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.
-
verify-cert | string
Whether to verify Nimble SSL Certificate
-
verify-cert-path | string
Path to Nimble Array SSL certificate
-
volume-backend-name | string
Volume backend name for the backend. The default value is the application name in the Juju model, e.g. "cinder-nimble-mybackend" if it's deployed as
juju deploy cinder-nimble cinder-nimble-mybackend
A common backend name can be set to multiple backends with the same characters so that those can be treated as a single virtual backend associated with a single volume type. -
volume-driver | string
Default: iscsi
Use either 'iscsi' for iSCSI or 'fc' for Fibre Channel.