RETIRED, Fuel plugin for MidoNet SDN as a networking backend
Go to file
Samir Ibradžić c0467c23ce Remove unnecessary exec tasks from BGP GW manifest
Two task, 'set down external bridge' and 'remove bridge ip address'
are not really necessary, and they break external network
connectivity from GW node by removing default gateway

Change-Id: Ib3813747615d4b1bd8a1ca7fd36ba87d58f211f0
2016-05-01 23:27:44 +09:00
deployment_scripts Remove unnecessary exec tasks from BGP GW manifest 2016-05-01 23:27:44 +09:00
doc docs: Add MidoNet plugin full config image 2016-04-28 13:00:59 +09:00
repositories Introduce Fuel 8 2016-03-29 09:35:19 +02:00
specs Introduce Fuel 8 2016-03-29 09:35:19 +02:00
.gitignore Introduce Fuel 8 2016-03-29 09:35:19 +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 Introduce Fuel 8 2016-03-29 09:35:19 +02:00
components.yaml Introduce Fuel 8 2016-03-29 09:35:19 +02:00
deployment_tasks.yaml Introduce Fuel 8 2016-03-29 09:35:19 +02:00
environment_config.yaml Introduce Fuel 8 2016-03-29 09:35:19 +02:00
metadata.yaml Introduce Fuel 8 2016-03-29 09:35:19 +02:00
node_roles.yaml Introduce Fuel 8 2016-03-29 09:35:19 +02:00
pre_build_hook Finish the 2.0 plugin main features 2015-07-30 17:58:23 +02:00
tasks.yaml Introduce Fuel 8 2016-03-29 09:35:19 +02:00
volumes.yaml Introduce Fuel 8 2016-03-29 09:35:19 +02: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 .

A rpm called midonet-fuel-plugin-4.0-4.0.0-1.noarch.rpm should be created in the same directory.

Follow the documentation to install and configure the plugin. You can read the rst files in this very repository, or you can build a documentation file.

How to build the documentation

You need to have Sphinx installed in your computer. The Makefile provides several target formats to do so. Go to the doc directory and run:

make html

or:

make pdf

You will need rst2pdf to run the latter.