Manila Netapp
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 46 | 18 Nov 2024 | |
latest/edge | 45 | 18 Nov 2024 | |
latest/edge | 44 | 18 Nov 2024 | |
latest/edge | 43 | 18 Nov 2024 | |
latest/edge | 33 | 05 Aug 2024 | |
latest/edge | 24 | 06 Apr 2023 | |
latest/edge | 5 | 10 May 2022 | |
yoga/stable | 38 | 14 Aug 2024 | |
zed/stable | 37 | 14 Aug 2024 | |
xena/stable | 18 | 16 Jan 2023 | |
wallaby/stable | 19 | 23 Jan 2023 | |
victoria/stable | 20 | 23 Jan 2023 | |
ussuri/stable | 17 | 23 Jan 2023 | |
2024.1/candidate | 34 | 07 Aug 2024 | |
2024.1/candidate | 24 | 24 Jan 2024 | |
2023.2/stable | 35 | 08 Aug 2024 | |
2023.1/stable | 36 | 09 Aug 2024 |
juju deploy manila-netapp --channel yoga/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
admin-name | string
Default: admin
Administrative user account name used to access the storage system.
-
admin-password | string
Password for the administrative user account specified in the 'admin-name' option.
-
aggregate-name-search-pattern | string
Default: (.*)
This option specifies a regular expression that is applied against all available aggregates related to the SVM specified in the netapp_vserver option. This filtered list will be reported to the Manila scheduler as valid pools for provisioning new shares.
-
backend-availability-zone | string
Default: nova
Zone where backend shared server would be created.
-
goodness-function | string
Specify an optional goodness function (as a string) that will be run against the backend to determine its goodness score for scheduling. Please refer to the Manila documentation for the function structure, valid operands and operators.
-
management-address | string
The management address (IP or hostname) for the NetApp ONTAP cluster.
-
netapp-server-port | string
The TCP port to use for communication with the storage system or proxy server. If not specified, ONTAP drivers will use 80 for HTTP and 443 for HTTPS.
-
root-volume-aggregate-name | string
Name of aggregate to create Vserver root volumes on. This option only applies when the option 'driver-handles-share-servers' is set to True.
-
root-volume-name | string
Default: root
This option specifies name of the root volume that will be created when a new SVM is created to correspond to a Manila share server.
-
standalone-network | boolean
Standalone Network Plugin Use this plugin in stand-alone deployments of OpenStack Manila
-
standalone-network-allowed-ip-ranges | string
Specify the range of IP addresses that can be used on data LIFs through which shares can be exported. An example of a valid range would be 10.0.0.10-10.0.0.254. If this value is not specified, the entire range of IP addresses within the network computed by applying the value of standalone_network_plugin_mask to the value of standalone_network_plugin_gateway. In this case, the broadcast, network, and gateway addresses are automatically excluded.
-
standalone-network-gateway | string
Default: 172.16.31.1
Specify the gateway IP address that should be configured on the data LIF through which the share is exported. A Vserver static route is configured using this gateway.
-
standalone-network-mask | string
Default: 24
Specify the subnet mask that should be configured on the data LIF through which the share is exported. You can specify the CIDR suffix (without the slash, e.g. 24) or the full netmask (e.g. 255.255.255.0).
-
standalone-network-mtu | string
Default: 1500
Maximum Transmission unit (MTU) value of the network.
-
standalone-network-network-type | string
Default: flat
Specify the network type as one of flat or vlan. If unspecified, the driver assumes the network is non-segmented. If using vlan, specify the standalone_network_plugin_segmentation_id option as well.
-
standalone-network-segmentation-id | string
Specify the segmentation ID that should be assigned to data LIFs through which shares can be exported. This option is not necessary if the standalone_network_plugin_network_type is set to flat
-
transport-type | string
Default: http
Transport protocol for communicating with the storage system or proxy server. Valid options include http and https.
-
vserver-name | string
The name of the Vserver already configured within the NetApp ONTAP cluster. This option is used only when 'driver-handles-share-servers' is set to False.