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 | +--------------------+-------------------------------------------+--------------------+ |
| 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. |