RETIRED, Fuel plugin for Cinder and NetApp integration
Go to file
OpenDev Sysadmins d67f55671c OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:45 +00:00
deployment_scripts/puppet Add title for service cinder-volume 2017-02-09 15:18:27 +04:00
doc Update the plugin version to 6.0.1 2017-03-02 11:11:58 +00:00
figures Add E-Series storage familly support 2015-09-24 12:45:17 +03:00
repositories Added missing repositories directory 2015-04-09 09:59:12 +02:00
specs Documentation update for 6.0.0 2016-11-21 19:35:18 +03:00
.gitignore Initial implementation of Cinder NetApp plugin 2014-12-11 13:22:48 +03:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:45 +00:00
LICENSE Initial implementation of Cinder NetApp plugin 2014-12-11 13:22:48 +03:00
README.md Update the plugin version to 6.0.1 2017-03-02 11:11:58 +00:00
components.yaml Added MOS 9.0 support 2016-07-07 20:07:45 +03:00
deployment_tasks.yaml Workaround for fuel-library bug 2016-07-12 12:17:27 +03:00
environment_config.yaml Add support for using up to 3 devices simultaneously 2016-11-14 12:21:19 +03:00
metadata.yaml Update the plugin version to 6.0.1 2017-03-02 11:11:58 +00:00
pre_build_hook Initial implementation of Cinder NetApp plugin 2014-12-11 13:22:48 +03:00
volumes.yaml Adapt the plugin with Fuel 7.0 2015-09-23 13:15:24 +03:00

README.md

Cinder NetApp plugin for Fuel

Overview

The plugin configures NetApp backend for Cinder using multibackend feature.

The plugin support following storage families:

  • Clustered Data ONTAP/ONTAP 9
  • SolidFire
  • E-Series/EF-Series

This repo contains all necessary files to build Cinder NetApp Fuel plugin.

Requirements

Requirement Version/Comment
Mirantis Openstack compatibility 9.0, 9.1, 9.2
Netapp filer or appliance is reachable via one of the Mirantis OpenStack networks Clustered Data ONTAP, SolidFire or E-Series/EF-Series storage family with NFS\iSCSI enabled

Release Notes

6.0.1

  • Fixed the bug which could interrupt the deployment process

6.0.0

  • The number of simultaneously supported devices has been increased up to 3 NetApp devices

  • Added SolidFire suport

  • ONTAP 7-Mode support has been disabled

5.0.0

  • Added MOS 9.0 support

  • Removed code related to MOS backends

  • Added MOS LCM support (Experimental)

4.2.1

  • Documentation has been updated and fixed

4.2.0

  • Added full support of multi backends

  • The code has been refactored and commented, slightly

  • Added small changes to get free allocation of roles

4.1.1

  • Fixed bug with multi backend when Ceph is used (bug: 1581028)

4.1.0

  • Rewrited fields in UI

4.0.0

  • Added MOS 8.0 support

3.2.0

  • Added E-Series storage family support

  • Fixed the plugin UI

3.1.0

  • Added high availability of operations with Volumes

3.0.0

  • The plugin was migrated from 2.0.0 to 3.0.0 package version

2.0.0

  • The plugin was migrated from 1.0.0 to 2.0.0 package version

1.2.0

  • Added multi backend support

  • Added missing dependencies on compute node

  • Added capacity to deploy cinder role on a non controller node

1.1.0

  • Added 7 mode storage family support

1.0.0

  • Initial release of the plugin