blob: 7682defbed73dda549e0f06311b9df521e47564b [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
Chris Dentd2999d02015-09-29 10:02:32 +000020+------------------+---------------------------------------------+--------------------+
21|Plugin Name |URL |Comments |
22+------------------+---------------------------------------------+--------------------+
23|aodh |git://git.openstack.org/openstack/aodh | alarming |
24+------------------+---------------------------------------------+--------------------+
Dave McCowan33e39692015-10-07 16:57:58 -040025|barbican |git://git.openstack.org/openstack/barbican | key management |
26+------------------+---------------------------------------------+--------------------+
Chris Dentd2999d02015-09-29 10:02:32 +000027|ceilometer |git://git.openstack.org/openstack/ceilometer | metering |
28+------------------+---------------------------------------------+--------------------+
Anusha Ramineni69431722015-12-08 12:04:27 +053029|congress |git://git.openstack.org/openstack/congress | governance |
30+------------------+---------------------------------------------+--------------------+
Chris Dentd2999d02015-09-29 10:02:32 +000031|gnocchi |git://git.openstack.org/openstack/gnocchi | metric |
32+------------------+---------------------------------------------+--------------------+
Jim Rollenhagen47367072015-12-10 14:24:00 +000033|ironic |git://git.openstack.org/openstack/ironic | baremetal |
34+------------------+---------------------------------------------+--------------------+
Chris Dentd2999d02015-09-29 10:02:32 +000035|magnum |git://git.openstack.org/openstack/magnum | |
36+------------------+---------------------------------------------+--------------------+
37|manila |git://git.openstack.org/openstack/manila | file shares |
38+------------------+---------------------------------------------+--------------------+
39|mistral |git://git.openstack.org/openstack/mistral | |
40+------------------+---------------------------------------------+--------------------+
41|rally |git://git.openstack.org/openstack/rally | |
42+------------------+---------------------------------------------+--------------------+
43|sahara |git://git.openstack.org/openstack/sahara | |
44+------------------+---------------------------------------------+--------------------+
45|trove |git://git.openstack.org/openstack/trove | |
46+------------------+---------------------------------------------+--------------------+
47|zaqar |git://git.openstack.org/openstack/zaqar | |
48+------------------+---------------------------------------------+--------------------+
Sean Dague0124e082015-06-19 08:26:45 -040049
50
51
52Drivers
53=======
54
55+--------------------+-------------------------------------------------+------------------+
56|Plugin Name |URL |Comments |
57+--------------------+-------------------------------------------------+------------------+
58|dragonflow |git://git.openstack.org/openstack/dragonflow |[d1]_ |
59+--------------------+-------------------------------------------------+------------------+
60|odl |git://git.openstack.org/openstack/networking-odl |[d2]_ |
61+--------------------+-------------------------------------------------+------------------+
62
63.. [d1] demonstrates example of installing 3rd party SDN controller
64.. [d2] demonstrates a pretty advanced set of modes that that allow
65 one to run OpenDayLight either from a pre-existing install, or
66 also from source
67
68Alternate Configs
69=================
70
71+-------------+------------------------------------------------------------+------------+
72| Plugin Name | URL | Comments |
73| | | |
74+-------------+------------------------------------------------------------+------------+
Zhang Jinnan9f6b5422015-10-20 01:19:06 +080075|glusterfs |git://git.openstack.org/openstack/devstack-plugin-glusterfs | |
Sean Dague0124e082015-06-19 08:26:45 -040076+-------------+------------------------------------------------------------+------------+
77| | | |
78+-------------+------------------------------------------------------------+------------+
79
80Additional Services
81===================
82
Dmitry Tantsur1c428462015-09-24 16:51:50 +020083+----------------+--------------------------------------------------+------------+
84| Plugin Name | URL | Comments |
85| | | |
86+----------------+--------------------------------------------------+------------+
Zhang Jinnan9f6b5422015-10-20 01:19:06 +080087|ec2-api |git://git.openstack.org/openstack/ec2-api |[as1]_ |
Dmitry Tantsur1c428462015-09-24 16:51:50 +020088+----------------+--------------------------------------------------+------------+
89|ironic-inspector|git://git.openstack.org/openstack/ironic-inspector| |
90+----------------+--------------------------------------------------+------------+
91| | | |
92+----------------+--------------------------------------------------+------------+
Sean Dague0124e082015-06-19 08:26:45 -040093
94.. [as1] first functional devstack plugin, hence why used in most of
95 the examples.