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