~fuel-plugin-cinder-netapp-team/fuel-plugin-cinder-netapp/master

« back to all changes in this revision

Viewing changes to doc/source/description.rst

  • Committer: Andrey Volochay
  • Date: 2016-06-24 17:15:32 UTC
  • mfrom: (24.1.6)
  • Revision ID: git-v1:1ae5ca1e5d021378d5d3395b051427d53b244990
Merge branch 'master' into '8.0'

 - Merged last stable state for MOS 8.0

Change-Id: Ic06b75383899ac44e7a1b32e327f53f172d90e58

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=============
1
2
NetApp plugin
2
3
=============
3
4
 
4
 
NetApp plugin provides support of ONTAP and E-series storage clusters to Cinder.
5
 
NetApp plugin uses NetApp unified driver; the latter is a
 
5
The plugin provides support of ``Clustered Data ONTAP``, ``Data ONTAP 7-Mode`` and ``E-series`` storage clusters to Cinder.
 
6
The plugin uses NetApp unified driver, the latter is a
6
7
block storage driver that supports multiple storage families and protocols.
7
8
A storage family corresponds to storage systems built on different NetApp technologies
8
 
such as clustered Data ONTAP, Data ONTAP operating in 7-Mode,
 
9
such as Clustered Data ONTAP, Data ONTAP operating in 7-Mode,
9
10
and E-Series.
10
11
The storage protocol refers to the protocol used to initiate data
11
12
storage and access operations on those storage systems like iSCSI and NFS.
18
19
 
19
20
Features
20
21
--------
21
 
* ONTAP Clustered Mode as a backend for Cinder with NFS or iSCSI data-transfer protocols
22
 
* ONTAP 7 Mode as a backend for Cinder with NFS or iSCSI data-transfer protocols
23
 
* E-Series as a backend for Cinder with iSCSI data-transfer protocol
24
 
* Multibackend: A supported NetApp storage with any default Cinder backend, either LVM over iSCSI or Ceph
25
 
* Supports all NetApp driver options to be configured
 
22
* Clustered Data ONTAP as a backend for Cinder with NFS or iSCSI data-transfer protocols
 
23
* Data ONTAP 7-Mode as a backend for Cinder with NFS or iSCSI data-transfer protocols
 
24
* E-Series or EF-Series as a backend for Cinder with iSCSI data-transfer protocol
 
25
* Supports multi backend feature. The plugin does not overwrite ``enabled_backends`` option
 
26
  thereby allowing use other plugins for Cinder.
 
27
* Allows using NetApp as a backend for Cinder along with MOS default backends - ``LVM over iSCSI`` or ``Ceph``
 
28
* Supports all configuration options of NetApp Cinder driver for Liberty
26
29
 
27
30
 
28
31
Requirements
31
34
Requirement             Version/Comment
32
35
======================= =================================
33
36
Fuel                    8.0
34
 
ONTAP or E-Series       All storage family is supported.
 
37
NetApp Storage System   Clustered ONTAP Data
 
38
 
 
39
                        Data ONTAP 7-Mode
 
40
 
 
41
                        E-Series or EF-Series
35
42
======================= =================================
36
43
 
37
44
 
38
45
Prerequisites
39
46
-------------
40
 
* If you plan to use the plugin with **ONTAP**, please make sure that it
41
 
  is configured, up and running. For instructions, see `the official
42
 
  NetApp ONTAP documentation  <http://mysupport.netapp.com/documentation/productlibrary/index.html?productID=30092>`_.
43
 
 
44
 
 
45
 
* If you plan to use the plugin with **E-Series**, please make sure that it
46
 
  is configured, up and running. For instructions, see `the official
47
 
  NetApp E-Series documentation <https://mysupport.netapp.com/info/web/ECMP1658252.html>`_.
48
 
 
49
 
Release Nodes
 
47
* If you plan to use the plugin with **Data ONTAP 7-Mode** or **Clustered ONTAP Data**, please make sure
 
48
  that it is configured, up and running. For instructions, see `the official NetApp ONTAP documentation`_.
 
49
 
 
50
 
 
51
* If you plan to use the plugin with **E-Series** or **EF-Series**, please make sure that it
 
52
  is configured, up and running. For instructions, see `the official NetApp E-Series documentation`_.
 
53
 
 
54
Release Notes
50
55
-------------
51
 
* The plugin has been totally refactored to accordance with changes in OpenStack Liberty and MOS 8.0
52
 
* All documented features of NetApp Cinder Driver are configurable
53
 
* Plugin can change Cinder settings after deployment with wrong parameters. It requires manual actions
 
56
* Added true support of multi backends
 
57
* Legacy of CentOS support for iSCSI was removed
 
58
* Added comments to source code
 
59
* Documentation is updated\fixed
54
60
 
55
61
Limitations
56
62
-----------
 
63
* Deployment fails if ``cinder`` role is not assigned to ``controller`` nodes
57
64
* Only one NetApp backend can be configured to work with Cinder
58
65
* Before creating Ubuntu repository's mirrors in Fuel, you have to manually add to /usr/share/fuel-mirror/ubuntu.yaml following packages:
59
66
  * nfs-common
60
67
  * open-iscsi
61
68
  * multipath-tools
 
69
 
 
70
.. _the official NetApp ONTAP documentation: http://mysupport.netapp.com/documentation/productlibrary/index.html?productID=30092
 
71
.. _the official NetApp E-Series documentation: https://mysupport.netapp.com/info/web/ECMP1658252.html