RETIRED, Fuel plugins
Go to file
Evgeniy L 581e9a5f27 Release fpb 1.0.1
Change-Id: Id27ecc1ce26b047d623bbf24d098ed57e7e8d5de
2014-11-20 16:21:55 +04:00
external_glusterfs Added GlusterFS puppet plugin 2014-11-17 13:21:45 +00:00
fuel_plugin_builder Release fpb 1.0.1 2014-11-20 16:21:55 +04:00
fuel_plugin_example fpb, value for elements in environment_config can be boolean 2014-11-17 15:17:52 +04:00
lbaas LBaaS plugin for fuel, multinode 2014-11-17 13:22:11 +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