updated README

This commit is contained in:
Funs Kessen 2016-04-06 09:16:53 +02:00
parent e713b60091
commit ffd142f7da
1 changed files with 27 additions and 15 deletions

View File

@ -1,14 +1,14 @@
fuel-plugin-datera-cinder
============
=========================
Plugin description
--------------
-------------------
Datera plugin for Fuel extends Mirantis OpenStack functionality by
adding support for Datera EBS.
adding support for Datera Elastic Data Fabric.
The Datera cluster is an iSCSI block storage device used as a
Cinder backend.
The Datera EDF is an fast, policy based, management lights out,
iSCSI block storage device that can be used as a Cinder backend.
Requirements
------------
@ -22,23 +22,35 @@ Requirements
Limitations
-----------
Mirantis Openstack 7.0 does not support multiple backends.
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)`
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.
Grab the RPM, upload it to the Fuel master server and run:
```fuel plugins --install <rpm> ```
Building the plugin from scratch:
```yum install python-pip createrepo dpkg-devel dpkg-dev rpm rpm-build ```
or
```pip install fuel-plugin-builder ```
```git clone https://github.com/snuf/fuel-plugin-datera-cinder
fpb --build fuel-plugin-datera-cinder
scp <rpm> <fuel master node>
fuel plugins --install <rpm>
```
Datera plugin configuration
----------------------------
For Fuel 7.0 the plugin is under the settings tab. In Fuel 8.0 this has however moved to the Settings->Storage tab.
Enabling the driver is done by ticking the box at the top of the configuration fields for the driver. The previously mentioned san_login, san_password and san_ip are used in their respective fields. Take not of the replica count field, which dictates the amount of copies that will be held in the EDF for all Mirantis Fuel Openstack created volumes