Go to file
Peter Wang 8499d33db9 Address comments from Mirantis
* Change link to partner page

* Add more descriptive release note

* remove blank pages from PDF document

Change-Id: If5ec8b909bec0cccd3e5523101f5f781c116ca9e
2016-12-15 06:27:32 -05:00
2016-12-15 06:27:32 -05:00
2016-10-19 02:57:09 -04:00
2016-09-14 02:47:37 -04:00
2016-10-26 05:21:06 -04:00
2016-12-15 06:27:32 -05:00
2016-11-08 05:12:05 -05:00
2016-11-08 05:12:05 -05:00
2016-10-17 07:56:38 -04:00

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

  1. Download rpm from Fuel Plugins Catalog

  2. 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
    
  3. 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

  1. 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
    
  2. Validate the plugin:

    fpb --check .
    
  3. Build the plugin:

    fpb --build .
    
  4. Copy the built cinder-unity-1.0-1.0.0-1.noarch.rpm to Fuel master:

    scp cinder-unity-1.0-1.0.0-1.noarch.rpm root@fuel-master:/tmp
    
  5. 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
RETIRED, Fuel plugin to install unity in cinder and configure it
Readme 9.3 MiB