blob: b96883ad9ca70c13d181310cdc7064db90f4e445 [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+------------------+---------------------------------------------+--------------------+
Min Pae79e65302015-12-22 10:31:03 -080031|cue |git://git.openstack.org/openstack/cue | message-broker |
32+------------------+---------------------------------------------+--------------------+
Chris Dentd2999d02015-09-29 10:02:32 +000033|gnocchi |git://git.openstack.org/openstack/gnocchi | metric |
34+------------------+---------------------------------------------+--------------------+
Jim Rollenhagen47367072015-12-10 14:24:00 +000035|ironic |git://git.openstack.org/openstack/ironic | baremetal |
36+------------------+---------------------------------------------+--------------------+
Chris Dentd2999d02015-09-29 10:02:32 +000037|magnum |git://git.openstack.org/openstack/magnum | |
38+------------------+---------------------------------------------+--------------------+
39|manila |git://git.openstack.org/openstack/manila | file shares |
40+------------------+---------------------------------------------+--------------------+
41|mistral |git://git.openstack.org/openstack/mistral | |
42+------------------+---------------------------------------------+--------------------+
43|rally |git://git.openstack.org/openstack/rally | |
44+------------------+---------------------------------------------+--------------------+
45|sahara |git://git.openstack.org/openstack/sahara | |
46+------------------+---------------------------------------------+--------------------+
47|trove |git://git.openstack.org/openstack/trove | |
48+------------------+---------------------------------------------+--------------------+
49|zaqar |git://git.openstack.org/openstack/zaqar | |
50+------------------+---------------------------------------------+--------------------+
Sean Dague0124e082015-06-19 08:26:45 -040051
52
53
54Drivers
55=======
56
57+--------------------+-------------------------------------------------+------------------+
58|Plugin Name |URL |Comments |
59+--------------------+-------------------------------------------------+------------------+
60|dragonflow |git://git.openstack.org/openstack/dragonflow |[d1]_ |
61+--------------------+-------------------------------------------------+------------------+
62|odl |git://git.openstack.org/openstack/networking-odl |[d2]_ |
63+--------------------+-------------------------------------------------+------------------+
64
65.. [d1] demonstrates example of installing 3rd party SDN controller
66.. [d2] demonstrates a pretty advanced set of modes that that allow
67 one to run OpenDayLight either from a pre-existing install, or
68 also from source
69
70Alternate Configs
71=================
72
73+-------------+------------------------------------------------------------+------------+
74| Plugin Name | URL | Comments |
75| | | |
76+-------------+------------------------------------------------------------+------------+
Zhang Jinnan9f6b5422015-10-20 01:19:06 +080077|glusterfs |git://git.openstack.org/openstack/devstack-plugin-glusterfs | |
Sean Dague0124e082015-06-19 08:26:45 -040078+-------------+------------------------------------------------------------+------------+
79| | | |
80+-------------+------------------------------------------------------------+------------+
81
82Additional Services
83===================
84
Komei Shimamura255a58f2015-11-20 18:36:05 +090085+-----------------+------------------------------------------------------------+------------+
86| Plugin Name | URL | Comments |
87| | | |
88+-----------------+------------------------------------------------------------+------------+
89|amqp1 |git://git.openstack.org/openstack/devstack-plugin-amqp1 | |
90+-----------------+------------------------------------------------------------+------------+
91|bdd |git://git.openstack.org/openstack/devstack-plugin-bdd | |
92+-----------------+------------------------------------------------------------+------------+
93|ec2-api |git://git.openstack.org/openstack/ec2-api |[as1]_ |
94+-----------------+------------------------------------------------------------+------------+
95|glusterfs |git://git.openstack.org/openstack/devstack-plugin-glusterfs | |
96+-----------------+------------------------------------------------------------+------------+
97|hdfs |git://git.openstack.org/openstack/devstack-plugin-hdfs | |
98+-----------------+------------------------------------------------------------+------------+
99|ironic-inspector |git://git.openstack.org/openstack/ironic-inspector | |
100+-----------------+------------------------------------------------------------+------------+
101|pika |git://git.openstack.org/openstack/devstack-plugin-pika | |
102+-----------------+------------------------------------------------------------+------------+
103|sheepdog |git://git.openstack.org/openstack/devstack-plugin-sheepdog | |
104+-----------------+------------------------------------------------------------+------------+
105|zmq |git://git.openstack.org/openstack/devstack-plugin-zmq | |
106+-----------------+------------------------------------------------------------+------------+
107| | | |
108+-----------------+------------------------------------------------------------+------------+
Sean Dague0124e082015-06-19 08:26:45 -0400109
110.. [as1] first functional devstack plugin, hence why used in most of
111 the examples.