Sean Dague | 0124e08 | 2015-06-19 08:26:45 -0400 | [diff] [blame] | 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 | +--------------------+-------------------------------------------+--------------------+ |
Chris Dent | 605d641 | 2015-08-26 15:37:41 +0000 | [diff] [blame] | 23 | |aodh |git://git.openstack.org/openstack/aodh | alarming | |
| 24 | +--------------------+-------------------------------------------+--------------------+ |
| 25 | |gnocchi |git://git.openstack.org/openstack/gnocchi | metric | |
| 26 | +--------------------+-------------------------------------------+--------------------+ |
Sean Dague | 0124e08 | 2015-06-19 08:26:45 -0400 | [diff] [blame] | 27 | |magnum |git://git.openstack.org/openstack/magnum | | |
| 28 | +--------------------+-------------------------------------------+--------------------+ |
Clinton Knight | 91b7fa1 | 2015-09-22 09:39:23 -0700 | [diff] [blame] | 29 | |manila |git://git.openstack.org/openstack/manila | file shares | |
| 30 | +--------------------+-------------------------------------------+--------------------+ |
Christian Berendt | 2a16b51 | 2015-09-19 18:42:21 +0200 | [diff] [blame] | 31 | |mistral |git://git.openstack.org/openstack/mistral | | |
| 32 | +--------------------+-------------------------------------------+--------------------+ |
Christian Berendt | 261d100 | 2015-09-19 18:44:29 +0200 | [diff] [blame] | 33 | |rally |git://git.openstack.org/openstack/rally | | |
| 34 | +--------------------+-------------------------------------------+--------------------+ |
Sergey Lukjanov | 3381e09 | 2015-07-01 14:20:23 +0300 | [diff] [blame] | 35 | |sahara |git://git.openstack.org/openstack/sahara | | |
| 36 | +--------------------+-------------------------------------------+--------------------+ |
Sean Dague | 0124e08 | 2015-06-19 08:26:45 -0400 | [diff] [blame] | 37 | |trove |git://git.openstack.org/openstack/trove | | |
| 38 | +--------------------+-------------------------------------------+--------------------+ |
Jeffrey Zhang | 11cf23e | 2015-07-15 08:18:23 +0800 | [diff] [blame] | 39 | |zaqar |git://git.openstack.org/openstack/zaqar | | |
Sean Dague | 0124e08 | 2015-06-19 08:26:45 -0400 | [diff] [blame] | 40 | +--------------------+-------------------------------------------+--------------------+ |
| 41 | |
| 42 | |
| 43 | |
| 44 | Drivers |
| 45 | ======= |
| 46 | |
| 47 | +--------------------+-------------------------------------------------+------------------+ |
| 48 | |Plugin Name |URL |Comments | |
| 49 | +--------------------+-------------------------------------------------+------------------+ |
| 50 | |dragonflow |git://git.openstack.org/openstack/dragonflow |[d1]_ | |
| 51 | +--------------------+-------------------------------------------------+------------------+ |
| 52 | |odl |git://git.openstack.org/openstack/networking-odl |[d2]_ | |
| 53 | +--------------------+-------------------------------------------------+------------------+ |
| 54 | |
| 55 | .. [d1] demonstrates example of installing 3rd party SDN controller |
| 56 | .. [d2] demonstrates a pretty advanced set of modes that that allow |
| 57 | one to run OpenDayLight either from a pre-existing install, or |
| 58 | also from source |
| 59 | |
| 60 | Alternate Configs |
| 61 | ================= |
| 62 | |
| 63 | +-------------+------------------------------------------------------------+------------+ |
| 64 | | Plugin Name | URL | Comments | |
| 65 | | | | | |
| 66 | +-------------+------------------------------------------------------------+------------+ |
| 67 | |glusterfs |git://git.openstack.org/stackforge/devstack-plugin-glusterfs| | |
| 68 | +-------------+------------------------------------------------------------+------------+ |
| 69 | | | | | |
| 70 | +-------------+------------------------------------------------------------+------------+ |
| 71 | |
| 72 | Additional Services |
| 73 | =================== |
| 74 | |
Dmitry Tantsur | 1c42846 | 2015-09-24 16:51:50 +0200 | [diff] [blame^] | 75 | +----------------+--------------------------------------------------+------------+ |
| 76 | | Plugin Name | URL | Comments | |
| 77 | | | | | |
| 78 | +----------------+--------------------------------------------------+------------+ |
| 79 | |ec2-api |git://git.openstack.org/stackforge/ec2api |[as1]_ | |
| 80 | +----------------+--------------------------------------------------+------------+ |
| 81 | |ironic-inspector|git://git.openstack.org/openstack/ironic-inspector| | |
| 82 | +----------------+--------------------------------------------------+------------+ |
| 83 | | | | | |
| 84 | +----------------+--------------------------------------------------+------------+ |
Sean Dague | 0124e08 | 2015-06-19 08:26:45 -0400 | [diff] [blame] | 85 | |
| 86 | .. [as1] first functional devstack plugin, hence why used in most of |
| 87 | the examples. |