RETIRED, Fuel plugin which allows Cinder to use Datera EBS
Go to file
Funs Kessen e713b60091 updated README, add draft test doc, renamed spec 2016-04-06 08:59:06 +02:00
deployment_scripts/puppet added driver, and update bits for Fuel 8.0 2016-03-22 15:04:11 +00:00
doc updated README, add draft test doc, renamed spec 2016-04-06 08:59:06 +02:00
specs updated README, add draft test doc, renamed spec 2016-04-06 08:59:06 +02:00
.gitignore Initial check in of reworked version 2016-03-21 18:38:06 +01:00
LICENSE Initial check in of reworked version 2016-03-21 18:38:06 +01:00
README.md updated README, add draft test doc, renamed spec 2016-04-06 08:59:06 +02:00
deployment_tasks.yaml Initial check in of reworked version 2016-03-21 18:38:06 +01:00
environment_config.yaml added driver, and update bits for Fuel 8.0 2016-03-22 15:04:11 +00:00
metadata.yaml added driver, and update bits for Fuel 8.0 2016-03-22 15:04:11 +00:00
pre_build_hook Initial check in of reworked version 2016-03-21 18:38:06 +01:00
volumes.yaml Initial check in of reworked version 2016-03-21 18:38:06 +01:00

README.md

fuel-plugin-datera-cinder

Plugin description

Datera plugin for Fuel extends Mirantis OpenStack functionality by adding support for Datera EBS.

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

Requirements

Requirement Version/Comment
Mirantis OpenStack compatibility >= 7.0
Access to Datera via ccinder-volume node
iSCSI initiator on all compute/cinder-volume nodes

Limitations

Datera configuration

Before deployment the following needs to be verified:

  1. Your Datera Cluster is reachable by all compute nodes, as well as the Cinder Control/Manager node.
  2. Create an Openstack account on the Datera cluster that can create volumes. (san_login/password).
  3. Use the Management VIP address for the Datera cluster. (as the san_ip)`

Datera Cinder plugin installation

All of the code required for using Datera in an OpenStack deployment is included in the upstream OpenStack distribution.

Datera plugin configuration