8499d33db93231704de5f77f71643849a1379b86
* Change link to partner page * Add more descriptive release note * remove blank pages from PDF document Change-Id: If5ec8b909bec0cccd3e5523101f5f781c116ca9e
Unity Plugin for Fuel
Overview
This plugin configures Unity storage for Cinder using multi-backend feature.
Requirements
Mirantis OpenStack version
| Requirement | Version/Comment |
|---|---|
| Mirantis OpenStack | 7.0 |
| Mirantis OpenStack | 8.0 |
| Mirantis OpenStack | 9.0 |
Unity version
| Requirement | Version/Comment |
|---|---|
| Unity | OE v4.0.x |
Recommendations
- Configure at least 2 paths on Unity to establish HA of storage data path.
- Enable multipath for both Nova and cinder side.
Limitations
- Plugin supports Ubuntu environment only
Installation Guide
Install from rpm
-
Download rpm from Fuel Plugins Catalog
-
Copy the rpm file to the Fuel master node
[root@home ~]# scp fuel-plugin-unity-x.x-x.x.x-1.noarch.rpm root@fuel-master:/tmp -
Log into Fuel master and install it using Fuel CLI
[root@fuel ~]# fuel plugins --install /tmp/cinder-unity-1.0-1.0.0-1.noarch.rpm
Install from source
-
Clone this Unity Fuel plugin git repository:
git clone https://github.com/openstack/fuel-plugin-unity.git cd fuel-plugin-unity # checkout certain branch if necessary # git checkout xxxx -
Validate the plugin:
fpb --check . -
Build the plugin:
fpb --build . -
Copy the built
cinder-unity-1.0-1.0.0-1.noarch.rpmto Fuel master:scp cinder-unity-1.0-1.0.0-1.noarch.rpm root@fuel-master:/tmp -
Install plugin using Fuel CLI:
fuel plugins --install /tmp/cinder-unity-1.0-1.0.0-1.noarch.rpm
Contributions
This is a standard OpenStack project, please refe to How To Contribute.
Bugs, requests, questions
Please use the Launchpad project site to report bugs, request features, ask questions, etc.
License
Please read the LICENSE document for the latest licensing information.
Description