devstack/doc/source/plugin-registry.rst
Chris Dent d2999d0d0c Add ceilometer to plugin registry
Ceilometer is now removed from devstack and only exists as a plugin
so it should be in the registry.

Unfortunately the length of the URL changed the table formatting so
the diff is much larger than the semantic change.

Change-Id: Ibe8e27e97294c2d13be8f22f41eea27775811eec
2015-09-29 10:02:32 +00:00

5.2 KiB

DevStack Plugin Registry

Since we've created the external plugin mechanism, it's gotten used by a lot of projects. The following is a list of plugins that currently exist. Any project that wishes to list their plugin here is welcomed to.

Official OpenStack Projects

The following are plugins that exist for official OpenStack projects.

Plugin Name URL Comments
aodh git://git.openstack.org/openstack/aodh alarming
ceilometer git://git.openstack.org/openstack/ceilometer metering
gnocchi git://git.openstack.org/openstack/gnocchi metric
magnum git://git.openstack.org/openstack/magnum
manila git://git.openstack.org/openstack/manila file shares
mistral git://git.openstack.org/openstack/mistral
rally git://git.openstack.org/openstack/rally
sahara git://git.openstack.org/openstack/sahara
trove git://git.openstack.org/openstack/trove
zaqar git://git.openstack.org/openstack/zaqar

Drivers

Plugin Name URL Comments
dragonflow git://git.openstack.org/openstack/dragonflow [d1]
odl git://git.openstack.org/openstack/networking-odl [d2]

Alternate Configs

Plugin Name URL Comments
glusterfs git://git.openstack.org/stackforge/devstack-plugin-glusterfs

Additional Services

Plugin Name URL Comments
ec2-api git://git.openstack.org/stackforge/ec2api [as1]
ironic-inspector git://git.openstack.org/openstack/ironic-inspector
as1

first functional devstack plugin, hence why used in most of the examples.

d1

demonstrates example of installing 3rd party SDN controller

d2

demonstrates a pretty advanced set of modes that that allow one to run OpenDayLight either from a pre-existing install, or also from source