Provides introductory information about repo

Since Fuel 6.0 has Pluggable architecture feature,
fuel-plugins repo serves to create plugins.

This commit adds some introductory information and links into
README.md file.

Change-Id: Iddacaa04d0db892fc0fee4140020001551c97d18
Co-Authored-By: Evgeny Li <eli@mirantis.com>
This commit is contained in:
irina povolotskaya 2014-11-17 14:53:07 +03:00 committed by Evgeniy L
parent b5798c95af
commit c457f3dd00
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")