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