RETIRED, Fuel plugins
Go to file
Evgeniy L 8736b78810 Release fpb 1.0.2
Change-Id: I8dd0eff7c65d9131ce0786c3b04bad989e1b7c96
2014-12-19 16:48:34 +04:00
external_glusterfs Merge "Replace glusterfs package to glusterfs-fuse in RedHat-based OS" 2014-11-28 21:07:35 +00:00
fuel_plugin_builder Release fpb 1.0.2 2014-12-19 16:48:34 +04:00
fuel_plugin_example fpb, value for elements in environment_config can be boolean 2014-11-17 15:17:52 +04:00
lbaas Revert "Change role to cinder" 2014-11-27 15:15:19 +00:00
.gitignore Add .tox in .gitignore 2014-10-13 16:19:18 +04:00
.gitreview Add .gitreview file 2014-11-06 17:13:19 +04:00
LICENSE Initial commit 2014-10-10 19:17:09 +04:00
README.md Provides introductory information about repo 2014-11-18 18:31:15 +04:00
run_tests.sh Remove 'set -x' from run_tests.sh 2014-10-30 15:59:48 +04:00

README.md

Fuel plugins repository

Starting with version 6.0, Fuel supports Pluggable architecture. Currently, Cinder and Neutron plugins are available.

  • fuel_plugin_builder - command line interface that helps to create, check and build Fuel plugin. You can create your own plugin in three simple steps:

  • pip install fuel-plugin-builder

  • fpb --create fuel_plugin_name

  • fpb --build fuel_plugin_name

  • fuel_plugin_example - simple Fuel plugin example that shows how you can create a plugin. It deploys simple service on your Controller nodes.

  • lbaas - Fuel plugin that provides Neutron LBaaS for multinode mode.

  • external_glusterfs - Fuel plugin that allows to use existing GlusterFS cluster as the Cinder backend.

For instructions on creating your plugin, see

For instructions on installing your plugin, see

For production plugin versions, see

For built development plugin versions, see Fuel CI job