blob: 1b54c01f5457b9069bbeed6679ff002a4d858ca1 [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+--------------------+-------------------------------------------+--------------------+
Christian Berendt2a16b512015-09-19 18:42:21 +020029|mistral |git://git.openstack.org/openstack/mistral | |
30+--------------------+-------------------------------------------+--------------------+
Christian Berendt261d1002015-09-19 18:44:29 +020031|rally |git://git.openstack.org/openstack/rally | |
32+--------------------+-------------------------------------------+--------------------+
Sergey Lukjanov3381e092015-07-01 14:20:23 +030033|sahara |git://git.openstack.org/openstack/sahara | |
34+--------------------+-------------------------------------------+--------------------+
Sean Dague0124e082015-06-19 08:26:45 -040035|trove |git://git.openstack.org/openstack/trove | |
36+--------------------+-------------------------------------------+--------------------+
Jeffrey Zhang11cf23e2015-07-15 08:18:23 +080037|zaqar |git://git.openstack.org/openstack/zaqar | |
Sean Dague0124e082015-06-19 08:26:45 -040038+--------------------+-------------------------------------------+--------------------+
39
40
41
42Drivers
43=======
44
45+--------------------+-------------------------------------------------+------------------+
46|Plugin Name |URL |Comments |
47+--------------------+-------------------------------------------------+------------------+
48|dragonflow |git://git.openstack.org/openstack/dragonflow |[d1]_ |
49+--------------------+-------------------------------------------------+------------------+
50|odl |git://git.openstack.org/openstack/networking-odl |[d2]_ |
51+--------------------+-------------------------------------------------+------------------+
52
53.. [d1] demonstrates example of installing 3rd party SDN controller
54.. [d2] demonstrates a pretty advanced set of modes that that allow
55 one to run OpenDayLight either from a pre-existing install, or
56 also from source
57
58Alternate Configs
59=================
60
61+-------------+------------------------------------------------------------+------------+
62| Plugin Name | URL | Comments |
63| | | |
64+-------------+------------------------------------------------------------+------------+
65|glusterfs |git://git.openstack.org/stackforge/devstack-plugin-glusterfs| |
66+-------------+------------------------------------------------------------+------------+
67| | | |
68+-------------+------------------------------------------------------------+------------+
69
70Additional Services
71===================
72
73+-------------+------------------------------------------+------------+
74| Plugin Name | URL | Comments |
75| | | |
76+-------------+------------------------------------------+------------+
77|ec2-api |git://git.openstack.org/stackforge/ec2api |[as1]_ |
78+-------------+------------------------------------------+------------+
79| | | |
80+-------------+------------------------------------------+------------+
81
82.. [as1] first functional devstack plugin, hence why used in most of
83 the examples.