Manila Netapp

  • OpenStack Charmers
  • Cloud
Channel Revision Published Runs on
latest/edge 46 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 45 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 44 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 43 18 Nov 2024
Ubuntu 24.04 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 33 05 Aug 2024
Ubuntu 24.04 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 24 06 Apr 2023
Ubuntu 24.04 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 5 10 May 2022
Ubuntu 24.04 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
yoga/stable 38 14 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
zed/stable 37 14 Aug 2024
Ubuntu 22.10 Ubuntu 22.04
xena/stable 18 16 Jan 2023
Ubuntu 20.04
wallaby/stable 19 23 Jan 2023
Ubuntu 20.04
victoria/stable 20 23 Jan 2023
Ubuntu 20.04
ussuri/stable 17 23 Jan 2023
Ubuntu 20.04 Ubuntu 18.04
2024.1/candidate 34 07 Aug 2024
Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04
2024.1/candidate 24 24 Jan 2024
Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04
2023.2/stable 35 08 Aug 2024
Ubuntu 23.10 Ubuntu 22.04
2023.1/stable 36 09 Aug 2024
Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04
juju deploy manila-netapp --channel yoga/stable
Show information

Platform:

Ubuntu
24.04 23.10 23.04 22.10 22.04 20.04 18.04

Learn about configurations >

  • 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.

  • driver-handles-share-servers | boolean

    Whether the Manila driver should manage the Vservers within the NetApp ONTAP cluster.

  • enabled-share-protocols | string

    Default: nfs3,nfs4.0,nfs4.1

    Comma-separated list of NFS protocol versions that will be enabled on the Vservers from the NetApp ONTAP cluster. The supported versions are:

    • nfs3
    • nfs4.0
    • nfs4.1 This option only applies when the option 'driver-handles-share-servers' is set to True.

  • 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.

  • share-backend-name | string

    Default: netapp-ontap

    The name given to the backend. This is used to generate the backend configuration section. If two different configurations of the same backend type are needed, then this config option can be used to separate them in the backend configuration.

  • 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.