RETIRED, Fuel plugin for MidoNet SDN as a networking backend
Go to file
Alex Ruiz Estradera 105bc2b495 Add new docs
Change-Id: I7c63e7d2d8cdc8352ce3e823affd4dda104d62b6
2017-02-13 17:31:12 +01:00
deployment_scripts Add midonet repo 2017-02-13 16:11:26 +01:00
doc Add new docs 2017-02-13 17:31:12 +01:00
repositories Introduce Fuel 9 and Midonet 5.x 2016-11-11 13:11:28 +01:00
specs Introduce Fuel 8 2016-03-29 09:35:19 +02:00
.gitignore Introduce Fuel 9 and Midonet 5.x 2016-11-11 13:11:28 +01:00
.gitreview Update .gitreview to the right project 2015-11-03 15:07:17 +01:00
LICENSE Add 5.4 plugin! 2017-02-13 14:41:56 +01:00
README.rst Documentation chagnes for Fuel 9.0/9.1 release 2016-11-24 15:19:01 +09:00
components.yaml Introduce Fuel 8 2016-03-29 09:35:19 +02:00
deployment_tasks.yaml Add 5.4 plugin! 2017-02-13 14:41:56 +01:00
environment_config.yaml Add 5.4 plugin! 2017-02-13 14:41:56 +01:00
metadata.yaml Add 5.4 plugin! 2017-02-13 14:41:56 +01:00
node_roles.yaml Add 5.4 plugin! 2017-02-13 14:41:56 +01:00
pre_build_hook Finish the 2.0 plugin main features 2015-07-30 17:58:23 +02:00
volumes.yaml Introduce Fuel 9 and Midonet 5.x 2016-11-11 13:11:28 +01:00

README.rst

Mirantis Fuel MidoNet plugin

Compatible versions:

  • Mirantis Fuel 9.0 and Fuel 9.1
  • MidoNet v5.2
  • Midokura Enterprise MidoNet 5.2

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-4.1-4.1.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. Hint; for full Latex Sphinx support on Ubuntu one needs python-sphinx, rst2pdf, texlive and texlive-latex-extra packages. The Makefile provides several target formats to do so. Go to the doc directory and run:

make latexpdf

or:

make html

or:

make pdf

You will need rst2pdf to run the last one.