Merge "Provides introductory information about repo"

This commit is contained in:
Jenkins 2014-11-20 10:35:35 +00:00 committed by Gerrit Code Review
commit d8f891e1d2
1 changed files with 22 additions and 3 deletions

View File

@ -1,4 +1,23 @@
fuel-plugins
============
Fuel plugins repository
=======================
Fuel plugins
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](https://wiki.openstack.org/wiki/Neutron/LBaaS/PluginDrivers "Neutron LBaaS") for multinode mode.
* *external_glusterfs* - Fuel plugin that allows to use existing [GlusterFS](http://www.gluster.org/documentation/About_Gluster/ "GlusterFS") cluster as the Cinder backend.
For instructions on creating your plugin, see <link>
For instructions on installing your plugin, see <link>
For production plugin versions, see <link>
For built development plugin versions, see [Fuel CI job]( https://fuel-jenkins.mirantis.com/job/stackforge-master-fuel-plugins/ "Fuel CI job")