The NetApp iSCSI driver for clustered Data ONTAP is a driver interface from OpenStack to clustered Data ONTAP storage systems that allows the provisioning and managing the SAN block storage entity, that is, NetApp LUN using iSCSI protocol.
The NetApp iSCSI driver for clustered Data ONTAP requires additional NetApp management software namely OnCommand, WFA and the NetApp Cloud Web Service application to be installed and configured for using clustered Data ONTAP systems before configuring ONTAP cluster driver on OpenStack.
Set the volume driver to the clustered
Data ONTAP driver by setting the
volume_driver
option in cinder.conf
as follows:
volume_driver=cinder.volume.drivers.netapp.iscsi.NetAppCmodeISCSIDriver
| Flag name | Type | Default | Description |
|
Mandatory |
WSDL URL for NetApp Cloud Web Service application serving as management software. NetApp Cloud Web Service is an intermediate service for propagating requests from the OpenStack driver to different NetApp softwares installed in the environment and the clustered Data ONTAP systems. |
|
|
Mandatory |
The host name/IP address of NetApp Cloud Web Service installation. |
|
|
Mandatory |
The port on which NetApp Cloud Web Service listens. |
|
|
Mandatory |
Login user name for NetApp Cloud Web Service installation. |
|
|
Mandatory |
Login password for NetApp Cloud Web Service installation. |
Refer to OpenStack NetApp community for detailed information.

