OpenDaylight Plugin for Fuel ================================ OpenDaylight plugin ----------------------- Overview -------- This plugin will install OpenDaylight controller and set it as manager for OVS using ovsdb plugin. * [OpenDaylight controller](https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main) is a SDN controller. * [OVSDB plugin](https://wiki.opendaylight.org/view/OVSDB_Integration:Main) implement the Open vSwitch Database management protocol. Requirements ------------ | Requirement | Version/Comment | |----------------------------------|-----------------| | Mirantis OpenStack compatibility | 9.0 | Limitations ----------- * HA for ODL controller is not implemented yet. Installation Guide ================== OpenDaylight plugin installation ---------------------------------------- 1. Clone the fuel-plugin-opendaylight repo from github: git clone https://github.com/openstack/fuel-plugin-opendaylight 2. Install the Fuel Plugin Builder: pip install fuel-plugin-builder 3. Install the [fpm gem](https://github.com/jordansissel/fpm): gem install fpm 4. Build OpenDaylight Fuel plugin: fpb --build fuel-plugin-opendaylight/ 5. The *opendaylight-[x.x.x].rpm* plugin package will be created in the plugin folder. 6. Move this file to the Fuel Master node with secure copy (scp): scp opendaylight-[x.x.x].rpm root@:/tmp 7. While logged in Fuel Master install the OpenDaylight plugin: fuel plugins --install opendaylight-[x.x.x].rpm 8. Check if the plugin was installed successfully: fuel plugins id | name | version | package_version ---|--------------|---------|---------------- 1 | opendaylight | 0.5.2 | 2.0.0 9. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI. User Guide ========== OpenDaylight plugin configuration --------------------------------------------- 1. Create a new environment with the Fuel UI wizard. 2. Click on the Settings tab of the Fuel web UI. 3. Select "OpenDaylight plugin" section. 4. Tick the checkbox and click "Save Settings" button. 5. Assign role OPENDAYLIGHT to one of the node. Build options ------------- It is possible to modify process of building plugin by setting environment variables. Look into [pre_build_hook file](pre_build_hook) for more details. Testing ------- OpenDaylight files are stored on node with 'OpenDaylight' role assigned inside */opt/opendaylight* directory. To log in to OpenDayligt shell run */opt/opendaylight/bin/client -u karaf* Known issues ------------ * VM live migration not supported by ODL ovsdb * ODL ignore MTU size from Neutron and create tap devices for VMs with MTU 1500. Things like Jumbo frames will not work on VMs side. Development =========== The *OpenStack Development Mailing List* is the preferred way to communicate, emails should be sent to `openstack-dev@lists.openstack.org` with the subject prefixed by `[fuel][plugins][odl]`. Reporting Bugs -------------- Bugs should be filled on the [Launchpad fuel-plugins project]( https://bugs.launchpad.net/fuel-plugins) (not GitHub) with the tag `odl`. Contributing ------------ If you would like to contribute to the development of this Fuel plugin you must follow the [OpenStack development workflow]( http://docs.openstack.org/infra/manual/developers.html#development-workflow). Patch reviews take place on the [OpenStack gerrit]( https://review.openstack.org/#/q/status:open+project:openstack/fuel-plugin-opendaylight,n,z) system. Contributors ------------ * https://github.com/openstack/fuel-plugin-opendaylight/graphs/contributors