RETIRED, Fuel plugin for MidoNet SDN as a networking backend
Go to file
Samir Ibradžić b5d1396374 Increase timeouts for most commomn MidoNet tasks
Change-Id: I090eb8600ebc7720c6486a2cf69c036fa67d5d4c
2016-03-15 10:29:24 +09:00
deployment_scripts Fix puppet firewall module class usage 2016-03-15 04:41:59 +09:00
doc Documentation fixes 2016-03-15 04:38:50 +09:00
repositories Update embedded python-neutron-plugin-midonet deb package 2016-03-01 21:19:33 +09:00
specs Version bump to v3.0.1 2016-03-09 13:20:46 +09:00
.gitignore Finish the 2.0 plugin main features 2015-07-30 17:58:23 +02:00
.gitreview Update .gitreview to the right project 2015-11-03 15:07:17 +01:00
LICENSE Adds placeholder for Copyright in LICENSE file 2015-09-07 10:48:57 +03:00
README.rst Sanitize documentation 2016-03-07 23:31:39 +09:00
deployment_tasks.yaml Adapt metadata and params to Fuel 7.0 2016-01-13 12:41:09 +01:00
environment_config.yaml Add BGP subnet, local peer IP and remove secondary BGP 2016-03-01 20:51:53 +09:00
metadata.yaml Version bump to v3.0.1 2016-03-09 13:20:46 +09:00
post_install.sh Fix post-instrall script to work with Fuel 8.0 2016-03-04 00:29:02 +09:00
pre_build_hook Finish the 2.0 plugin main features 2015-07-30 17:58:23 +02:00
tasks.yaml Increase timeouts for most commomn MidoNet tasks 2016-03-15 10:29:24 +09:00

README.rst

Mirantis Fuel MidoNet plugin

Compatible versions:

  • Mirantis Fuel 7.0
  • MidoNet v2015.6
  • Midokura Enterprise MidoNet 1.9

How to build the plugin:

  • Install Fuel plugin builder (fpb)

    # pip install fuel-plugin-builder
  • Clone the plugin repo and run fpb there:

    $ git clone https://github.com/openstack/fuel-plugin-midonet
    $ cd fuel-plugin-midonet
    $ fpb --build .
  • Check if file midonet-fuel-plugin-3.0-3.0.1-1.noarch.rpm was created.

    $ fuel plugins
    id | name                | version | package_version
    ---|---------------------|---------|----------------
    1  | midonet-fuel-plugin | 3.0.1   | 3.0.0          

Please refer to Plugin Guide for documentation