RETIRED, Fuel plugin for MidoNet SDN as a networking backend
Go to file
Samir Ibradžić f37b802a33 Add post_install.sh script
This adds post_install.sh that is executed rigt after rpm package
installation. The script does the Fuel 7.0 configuration changes
required for MidoNet plugin:
1. Enables experimental features in /etc/fuel/7.0/version.yaml
2. Restarts Nailgun to apply experimental features setting
3. Adds MidoNet custom NSDB & GW Fuel roles
4. Enables MidoNet NSDB Fuel & GW deployment tasks

Change-Id: I4efd71a0f98f88a3a170079e5e674266c4f35e96
2016-03-01 21:25:34 +09:00
deployment_scripts Add BGP subnet, local peer IP and remove secondary BGP 2016-03-01 20:51:53 +09:00
doc Modify the environment screenshot 2016-02-22 17:27:37 +01:00
repositories Update embedded python-neutron-plugin-midonet deb package 2016-03-01 21:19:33 +09:00
specs Added developer specification for fuel-plugin-midonet 2016-02-03 14:33:24 +01: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 Updated documentation for fuel-plugin-midonet 2016-01-25 13:08:26 +01:00
TestPlanforMidonetFuelPlugin-in-use.docx.pdf Adds Test Plan and Test Report 2015-09-03 13:17:44 +03:00
TestReportforMidonetFuelPlugin.docx.pdf Adds Test Plan and Test Report 2015-09-03 13:17:44 +03: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 Updated project page to openstack namespace 2016-02-03 11:30:40 +01:00
post_install.sh Add post_install.sh script 2016-03-01 21:25:34 +09:00
pre_build_hook Finish the 2.0 plugin main features 2015-07-30 17:58:23 +02:00
tasks.yaml Adapt metadata and params to Fuel 7.0 2016-01-13 12:41:09 +01: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)

  • 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.0-1.noarch.rpm was created.

Please refer to Plugin Guide for documentation