RETIRED, Fuel plugin to allow integration of external SwiftStack Swift cluster
Go to file
Charles Hsu 1f216327d9 Add execution order for resources.
Change-Id: I9ec4396e2762f89e7b9011a464ace037cb4874eb
2015-09-07 23:15:40 +08:00
deployment_scripts Add execution order for resources. 2015-09-07 23:15:40 +08:00
repositories Initial commit. 2015-08-28 17:33:51 +08:00
.gitreview Added .gitreview 2015-08-26 18:26:53 +00:00
LICENSE Adds placeholder for Copyright in LICENSE file 2015-09-07 10:48:13 +03:00
README.md Initial commit. 2015-08-28 17:33:51 +08:00
environment_config.yaml Initial commit. 2015-08-28 17:33:51 +08:00
metadata.yaml Initial commit. 2015-08-28 17:33:51 +08:00
pre_build_hook Initial commit. 2015-08-28 17:33:51 +08:00
tasks.yaml Fix upload TestVM failure in HA mode. 2015-08-30 23:18:17 +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 6.1 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/stackforge/fuel-plugins
$ git clone https://github.com/stackforge/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