blob: 0feaafb275a8c97796b0cc68be580363d75afe24 [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
20+--------------------+-------------------------------------------+--------------------+
21|Plugin Name |URL |Comments |
22+--------------------+-------------------------------------------+--------------------+
Chris Dent605d6412015-08-26 15:37:41 +000023|aodh |git://git.openstack.org/openstack/aodh | alarming |
24+--------------------+-------------------------------------------+--------------------+
25|gnocchi |git://git.openstack.org/openstack/gnocchi | metric |
26+--------------------+-------------------------------------------+--------------------+
Sean Dague0124e082015-06-19 08:26:45 -040027|magnum |git://git.openstack.org/openstack/magnum | |
28+--------------------+-------------------------------------------+--------------------+
Clinton Knight91b7fa12015-09-22 09:39:23 -070029|manila |git://git.openstack.org/openstack/manila | file shares |
30+--------------------+-------------------------------------------+--------------------+
Christian Berendt2a16b512015-09-19 18:42:21 +020031|mistral |git://git.openstack.org/openstack/mistral | |
32+--------------------+-------------------------------------------+--------------------+
Christian Berendt261d1002015-09-19 18:44:29 +020033|rally |git://git.openstack.org/openstack/rally | |
34+--------------------+-------------------------------------------+--------------------+
Sergey Lukjanov3381e092015-07-01 14:20:23 +030035|sahara |git://git.openstack.org/openstack/sahara | |
36+--------------------+-------------------------------------------+--------------------+
Sean Dague0124e082015-06-19 08:26:45 -040037|trove |git://git.openstack.org/openstack/trove | |
38+--------------------+-------------------------------------------+--------------------+
Jeffrey Zhang11cf23e2015-07-15 08:18:23 +080039|zaqar |git://git.openstack.org/openstack/zaqar | |
Sean Dague0124e082015-06-19 08:26:45 -040040+--------------------+-------------------------------------------+--------------------+
41
42
43
44Drivers
45=======
46
47+--------------------+-------------------------------------------------+------------------+
48|Plugin Name |URL |Comments |
49+--------------------+-------------------------------------------------+------------------+
50|dragonflow |git://git.openstack.org/openstack/dragonflow |[d1]_ |
51+--------------------+-------------------------------------------------+------------------+
52|odl |git://git.openstack.org/openstack/networking-odl |[d2]_ |
53+--------------------+-------------------------------------------------+------------------+
54
55.. [d1] demonstrates example of installing 3rd party SDN controller
56.. [d2] demonstrates a pretty advanced set of modes that that allow
57 one to run OpenDayLight either from a pre-existing install, or
58 also from source
59
60Alternate Configs
61=================
62
63+-------------+------------------------------------------------------------+------------+
64| Plugin Name | URL | Comments |
65| | | |
66+-------------+------------------------------------------------------------+------------+
67|glusterfs |git://git.openstack.org/stackforge/devstack-plugin-glusterfs| |
68+-------------+------------------------------------------------------------+------------+
69| | | |
70+-------------+------------------------------------------------------------+------------+
71
72Additional Services
73===================
74
Dmitry Tantsur1c428462015-09-24 16:51:50 +020075+----------------+--------------------------------------------------+------------+
76| Plugin Name | URL | Comments |
77| | | |
78+----------------+--------------------------------------------------+------------+
79|ec2-api |git://git.openstack.org/stackforge/ec2api |[as1]_ |
80+----------------+--------------------------------------------------+------------+
81|ironic-inspector|git://git.openstack.org/openstack/ironic-inspector| |
82+----------------+--------------------------------------------------+------------+
83| | | |
84+----------------+--------------------------------------------------+------------+
Sean Dague0124e082015-06-19 08:26:45 -040085
86.. [as1] first functional devstack plugin, hence why used in most of
87 the examples.