RETIRED, Fuel plugin for ScaleIO with Cinder storage backend integration
Go to file
OpenDev Sysadmins efdec4e004 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:50:21 +00:00
deployment_scripts Update Documentatio to add Fuel 7.0 2016-01-14 16:11:53 -08:00
doc Update Documentatio to add Fuel 7.0 2016-01-14 16:11:53 -08:00
repositories Update Plugin for 7.0 version 2016-01-12 15:08:08 -08:00
spec Update Documentatio to add Fuel 7.0 2016-01-14 16:11:53 -08:00
.gitignore Uploading code from temporary repo 2015-10-21 16:26:15 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:21 +00:00
CONTRIBUTING.md Updated README file 2015-11-19 10:52:01 -08:00
LICENSE Updated README file 2015-11-19 10:52:01 -08:00
README.md Update Documentatio to add Fuel 7.0 2016-01-14 16:11:53 -08:00
checksums.sha1 Uploading code from temporary repo 2015-10-21 16:26:15 +02:00
environment_config.yaml Fixed bug 1522056. Password field is now type password. All other fields enforce some input. Updated authors information. 2015-12-02 16:18:21 +01:00
metadata.yaml Update Documentatio to add Fuel 7.0 2016-01-14 16:11:53 -08:00
pre_build_hook Uploading code from temporary repo 2015-10-21 16:26:15 +02:00
tasks.yaml Updating documentation 2015-10-22 08:28:11 -07:00

README.md

ScaleIO-Cinder Plugin for Fuel

Overview

The ScaleIO-Cinder plugin leverages an existing ScaleIO cluster by configuring Cinder to use ScaleIO as the block storage backend.

If you are looking to deploy a new ScaleIO cluster on Fuel slave nodes and replaces the default OpenStack volume backend by ScaleIO. please take a look at the ScaleIO plugin.

## Requirements

Requirement Version/Comment
Mirantis OpenStack compatibility 6.1/7.0

## Recommendations

None.

Limitations

The following table shows current limitation

ScaleIOSupport

Installation Guide

ScaleIO-Cinder Plugin install from RPM file

To install the ScaleIO-Cinder plugin, follow these steps:

  1. Download the plugin from the Fuel Plugins Catalog.

  2. Copy the plugin file to the Fuel Master node. Follow the Quick start guide if you don't have a running Fuel Master node yet.

    $ scp scaleio-cinder-1.5-1.5.0-1.noarch.rpm root@<Fuel Master node IP address>:/tmp/
    
  3. Log into the Fuel Master node and install the plugin using the fuel command line.

    $ fuel plugins --install /tmp/scaleio-cinder-1.5-1.5.0-1.noarch.rpm
    
  4. Verify that the plugin is installed correctly.

    $ fuel plugins
    

ScaleIO-Cinder Plugin install from source code

To install the ScaleIO-Cinder Plugin from source code, you first need to prepare an environment to build the RPM file of the plugin. The recommended approach is to build the RPM file directly onto the Fuel Master node so that you won't have to copy that file later.

Prepare an environment for building the plugin on the Fuel Master node.

  1. Install the standard Linux development tools:

    $ yum install createrepo rpm rpm-build dpkg-devel
    
  2. Install the Fuel Plugin Builder. To do that, you should first get pip:

    $ easy_install pip
    
  3. Then install the Fuel Plugin Builder (the fpb command line) with pip:

    $ pip install fuel-plugin-builder
    

Note: You may also have to build the Fuel Plugin Builder if the package version of the plugin is higher than package version supported by the Fuel Plugin Builder you get from pypi. In this case, please refer to the section "Preparing an environment for plugin development" of the Fuel Plugins wiki if you need further instructions about how to build the Fuel Plugin Builder.

  1. Clone the ScaleIO Plugin git repository:

    $ git clone --recursive git@github.com:openstack/fuel-plugin-scaleio-cinder.git
    
  2. Check that the plugin is valid:

    $ fpb --check ./fuel-plugin-scaleio-cinder
    
  3. Build the plugin:

    $ fpb --build ./fuel-plugin-scaleio-cinder
    
  4. Now you have created an RPM file that you can install using the steps described above. The RPM file will be located in:

    $ ./fuel-plugin-scaleio-cinder/scaleio-cinder-1.5-1.5.0-1.noarch.rpm
    

User Guide

Please read the ScaleIO Plugin User Guide.

Contributions

Please read the CONTRIBUTING.md document for the latest information about contributions.

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.