blob: 2dd70d84e9dc83618e8c9f1fa7fcdb9474cc55f5 [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+--------------------+-------------------------------------------+--------------------+
23|magnum |git://git.openstack.org/openstack/magnum | |
24+--------------------+-------------------------------------------+--------------------+
25|trove |git://git.openstack.org/openstack/trove | |
26+--------------------+-------------------------------------------+--------------------+
27|zaqar |git://git.openstack.org/openstack/zarar | |
28+--------------------+-------------------------------------------+--------------------+
29
30
31
32Drivers
33=======
34
35+--------------------+-------------------------------------------------+------------------+
36|Plugin Name |URL |Comments |
37+--------------------+-------------------------------------------------+------------------+
38|dragonflow |git://git.openstack.org/openstack/dragonflow |[d1]_ |
39+--------------------+-------------------------------------------------+------------------+
40|odl |git://git.openstack.org/openstack/networking-odl |[d2]_ |
41+--------------------+-------------------------------------------------+------------------+
42
43.. [d1] demonstrates example of installing 3rd party SDN controller
44.. [d2] demonstrates a pretty advanced set of modes that that allow
45 one to run OpenDayLight either from a pre-existing install, or
46 also from source
47
48Alternate Configs
49=================
50
51+-------------+------------------------------------------------------------+------------+
52| Plugin Name | URL | Comments |
53| | | |
54+-------------+------------------------------------------------------------+------------+
55|glusterfs |git://git.openstack.org/stackforge/devstack-plugin-glusterfs| |
56+-------------+------------------------------------------------------------+------------+
57| | | |
58+-------------+------------------------------------------------------------+------------+
59
60Additional Services
61===================
62
63+-------------+------------------------------------------+------------+
64| Plugin Name | URL | Comments |
65| | | |
66+-------------+------------------------------------------+------------+
67|ec2-api |git://git.openstack.org/stackforge/ec2api |[as1]_ |
68+-------------+------------------------------------------+------------+
69| | | |
70+-------------+------------------------------------------+------------+
71
72.. [as1] first functional devstack plugin, hence why used in most of
73 the examples.