RETIRED, Fuel plugins
Go to file
Evgeniy L 11dcdf2684 Fpb, do not fail validation if 'attributes' is not set
* Fixed validation for environment_config.yaml file, "attributes"
  field is optional
* Improved validation for, added required fields for attributes

Change-Id: I6a8a5b3864fd0bfb760d4f852fb95a9208a4c1d3
Closes-bug: #1396491
2014-12-04 13:06:01 +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 Fpb, do not fail validation if 'attributes' is not set 2014-12-04 13:06:01 +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