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