Files
fuel-docs/pages/plugin-dev/0422-plugin-netapp.rst
irina povolotskaya dd0dfcb4b7 Creates a new Plugin Development Guide
Since Fuel 6.0 supports Pluggable architecture,
a separate Guide is created to describe the following:

* how to install a plugin
* example plugins
* how to create a plugin
* how plugin UI elements should look like

Links to plug-in-related CRs:

* Certification issue (to be posted to Plug-in DevGuide): https://review.openstack.org/#/c/140421/

* User Guide instructions for installing plug-ins: https://review.openstack.org/#/c/130506/

* Update Terminology articles https://review.openstack.org/#/c/140350/

Change-Id: I78668b7bdc0e1b4f09244146a789bb12c921100c
Closes-Bug: 1397889
2014-12-30 17:59:09 -08:00

1.2 KiB

NetApp

NetApp plug-in will replace Cinder LVM driver.

Requirements

To enable NetApp plug-in for Cinder, you should check the following:

  • NetApp appliance is deployed and configured.
  • NetApp appliance is reachable via one of the Mirantis OpenStack networks.

Note

Since only one Cinder node should be deployed, Cinder volume is not highly available.

Installation

  1. Download the plug-in from https://software.mirantis.com/fuel-plugins.

  2. Move this file to the Fuel Master node and install it using the following command:

    fuel plugins --install cinder_netapp-1.0.0.fp
  3. After plug-in is installed, create an environment the default Cinder backend.

Configuration

  1. Enable the plug-in on the Settings tab of the Fuel web UI.

    image

  2. Configure the plug-in and assign Cinder role to one of the nodes.

  3. For more information on accessing Cinder NetApp functionality, see the Official OpenStack documentation.