RETIRED, Fuel plugin to allow integration of external SwiftStack Swift cluster
Go to file
Charles Hsu f4b37059c5 Restructure documents and add test-plan/test-report.
Change-Id: Iac9bf7257bb41084a56aa282c568179f1f911da2
Closes-Bug: 1591242
2016-06-16 01:20:54 +08:00
deployment_scripts/puppet/manifests Refactor original code for Fuel 8.0 2016-06-08 14:41:43 +08:00
doc Restructure documents and add test-plan/test-report. 2016-06-16 01:20:54 +08:00
repositories Initial commit. 2015-08-28 17:33:51 +08:00
.gitignore Support Fuel 8.0 and update docs. 2016-06-06 06:23:24 +00:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:26:05 +00:00
LICENSE Adds placeholder for Copyright in LICENSE file 2015-09-07 10:48:13 +03:00
README.md Support Fuel 8.0 and update docs. 2016-06-06 06:23:24 +00:00
deployment_tasks.yaml Refactor original code for Fuel 8.0 2016-06-08 14:41:43 +08:00
environment_config.yaml Refactor original code for Fuel 8.0 2016-06-08 14:41:43 +08:00
metadata.yaml Refactor original code for Fuel 8.0 2016-06-08 14:41:43 +08:00

README.md

SwiftStack Plugin for Fuel

Overview

SwiftStack plugin for Fuel provides the functionality to integrate SwiftStack Swift cluster for Mirantis OpenStack as object storage backend option.

Requirements

Requirement Version/Comment
Mirantis OpenStack compatility 8.0 or higher
A running SwiftStack Swift cluster all versions, the Keystone Auth and 'Keystone Auth Token Support middlewares must be enable

Limitations

The plugin is only support integration a running SwiftStack Swift cluster in first stage.

Build Fuel plugin

# Create a virtualenv for Fuel to build plugin
$ sudo apt-get install python-dev python-pip python-virtualenv
$ virtualenv fuel

# Clone fule-plugin-builder and SwiftStack Swift Fuel plugin
$ git clone https://github.com/openstack/fuel-plugins
$ git clone https://github.com/openstack/fuel-plugin-swiftstack

$ source fuel/bin/activate
(fuel) $ cd fuel-plugins/fuel_plugin_builder/
(fuel) fuel-plugins/fuel_plugin_builder $ pip install -e .

(fuel) $ cd fuel_plugin_swiftstack/
(fuel) fuel_plugin_swiftstack $ fpb --build ./
Plugin is built