Skip to content

Commit 4ff5e2b

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "refresh the devstack plugin docs, add plugin registry"
2 parents ee12f5f + 0124e08 commit 4ff5e2b

3 files changed

Lines changed: 243 additions & 136 deletions

File tree

doc/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ DevStack - an OpenStack Community Production
1010
overview
1111
configuration
1212
plugins
13+
plugin-registry
1314
faq
1415
changes
1516
hacking

doc/source/plugin-registry.rst

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
..
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+
10+
Since we've created the external plugin mechanism, it's gotten used by
11+
a lot of projects. The following is a list of plugins that currently
12+
exist. Any project that wishes to list their plugin here is welcomed
13+
to.
14+
15+
Official OpenStack Projects
16+
===========================
17+
18+
The 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+
32+
Drivers
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+
48+
Alternate 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+
60+
Additional 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.

0 commit comments

Comments
 (0)