RETIRED, Fuel plugin for SolidFire with Cinder integration
Go to file
John Griffith 47b68e31fe Add SolidFire plugin to Fuel
Initial commit of the Cinder backend driver plugin for
Mirantis Fuel.

Change-Id: Ib1bf65c76debac23959907c9a9a43aa841e15689
2015-07-22 15:25:53 -06:00
deployment_scripts/puppet Add SolidFire plugin to Fuel 2015-07-22 15:25:53 -06:00
repositories Add SolidFire plugin to Fuel 2015-07-22 15:25:53 -06:00
.gitreview Added .gitreview 2015-06-10 14:51:23 +00:00
LICENSE Add SolidFire plugin to Fuel 2015-07-22 15:25:53 -06:00
README.md Add SolidFire plugin to Fuel 2015-07-22 15:25:53 -06:00
environment_config.yaml Add SolidFire plugin to Fuel 2015-07-22 15:25:53 -06:00
fuel-plugin-solidfire-cinder-1.0-1.0.0-1.noarch.rpm Add SolidFire plugin to Fuel 2015-07-22 15:25:53 -06:00
metadata.yaml Add SolidFire plugin to Fuel 2015-07-22 15:25:53 -06:00
pre_build_hook Add SolidFire plugin to Fuel 2015-07-22 15:25:53 -06:00
tasks.yaml Add SolidFire plugin to Fuel 2015-07-22 15:25:53 -06:00

README.md

fuel-plugin-solidfire-cinder

Plugin description

SolidFire plugin for Fuel extends Mirantis OpenStack functionality by adding support for SolidFire all Flash block storage cluster.

The SolidFire cluster is an iSCSI block storage device used as a Cinder backend.

Requirements

Requirement Version/Comment
Mirantis OpenStack compatibility >= 6.1
Access to SolidFire MVIP via cinder-volume node
Access to SolidFire SVIP via compute/cinder-volume nodes
iSCSI initiator on all compute/cinder-volume nodes

Limitations

Currently Fuel doesn't support multi-backend.

SolidFire configuration

Before starting a deployment there are some things that you should verify:

  1. Your SolidFire Cluster can route 10G Storage Network to all Compute nodes as well as the Cinder Control/Manager node.
  2. Create an account on the SolidFire cluster to use as the OpenStack Administrator account (use the login/password for this account as san_login/password settings).
  3. Obtain the MVIP address from the SolidFire cluster (uses as the san_ip)

SolidFire Cinder plugin installation

All of the needed code for using SolidFire in an OpenStack deployment is included in the upstream OpenStack distribution. There are no additional libraries, software packages or licenses.

SolidFire plugin configuration