blob: 85fd7cc065acd383b04003552371529c1488b6f2 [file] [log] [blame]
Sean Dague0124e082015-06-19 08:26:45 -04001..
2 Note to reviewers: the intent of this file is to be easy for
3 community members to update. As such fast approving (single core +2)
4 is fine as long as you've identified that the plugin listed actually exists.
5
6==========================
7 DevStack Plugin Registry
8==========================
9
10Since we've created the external plugin mechanism, it's gotten used by
11a lot of projects. The following is a list of plugins that currently
12exist. Any project that wishes to list their plugin here is welcomed
13to.
14
15Official OpenStack Projects
16===========================
17
18The following are plugins that exist for official OpenStack projects.
19
Chris Dentd2999d02015-09-29 10:02:32 +000020+------------------+---------------------------------------------+--------------------+
21|Plugin Name |URL |Comments |
22+------------------+---------------------------------------------+--------------------+
23|aodh |git://git.openstack.org/openstack/aodh | alarming |
24+------------------+---------------------------------------------+--------------------+
25|ceilometer |git://git.openstack.org/openstack/ceilometer | metering |
26+------------------+---------------------------------------------+--------------------+
27|gnocchi |git://git.openstack.org/openstack/gnocchi | metric |
28+------------------+---------------------------------------------+--------------------+
29|magnum |git://git.openstack.org/openstack/magnum | |
30+------------------+---------------------------------------------+--------------------+
31|manila |git://git.openstack.org/openstack/manila | file shares |
32+------------------+---------------------------------------------+--------------------+
33|mistral |git://git.openstack.org/openstack/mistral | |
34+------------------+---------------------------------------------+--------------------+
35|rally |git://git.openstack.org/openstack/rally | |
36+------------------+---------------------------------------------+--------------------+
37|sahara |git://git.openstack.org/openstack/sahara | |
38+------------------+---------------------------------------------+--------------------+
39|trove |git://git.openstack.org/openstack/trove | |
40+------------------+---------------------------------------------+--------------------+
41|zaqar |git://git.openstack.org/openstack/zaqar | |
42+------------------+---------------------------------------------+--------------------+
Sean Dague0124e082015-06-19 08:26:45 -040043
44
45
46Drivers
47=======
48
49+--------------------+-------------------------------------------------+------------------+
50|Plugin Name |URL |Comments |
51+--------------------+-------------------------------------------------+------------------+
52|dragonflow |git://git.openstack.org/openstack/dragonflow |[d1]_ |
53+--------------------+-------------------------------------------------+------------------+
54|odl |git://git.openstack.org/openstack/networking-odl |[d2]_ |
55+--------------------+-------------------------------------------------+------------------+
56
57.. [d1] demonstrates example of installing 3rd party SDN controller
58.. [d2] demonstrates a pretty advanced set of modes that that allow
59 one to run OpenDayLight either from a pre-existing install, or
60 also from source
61
62Alternate Configs
63=================
64
65+-------------+------------------------------------------------------------+------------+
66| Plugin Name | URL | Comments |
67| | | |
68+-------------+------------------------------------------------------------+------------+
69|glusterfs |git://git.openstack.org/stackforge/devstack-plugin-glusterfs| |
70+-------------+------------------------------------------------------------+------------+
71| | | |
72+-------------+------------------------------------------------------------+------------+
73
74Additional Services
75===================
76
Dmitry Tantsur1c428462015-09-24 16:51:50 +020077+----------------+--------------------------------------------------+------------+
78| Plugin Name | URL | Comments |
79| | | |
80+----------------+--------------------------------------------------+------------+
81|ec2-api |git://git.openstack.org/stackforge/ec2api |[as1]_ |
82+----------------+--------------------------------------------------+------------+
83|ironic-inspector|git://git.openstack.org/openstack/ironic-inspector| |
84+----------------+--------------------------------------------------+------------+
85| | | |
86+----------------+--------------------------------------------------+------------+
Sean Dague0124e082015-06-19 08:26:45 -040087
88.. [as1] first functional devstack plugin, hence why used in most of
89 the examples.