RETIRED, Fuel plugin for OpenDaylight integration
Go to file
OpenDev Sysadmins 60917bfd99 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:49 +00:00
deployment_scripts ODL Lithium release 2015-07-16 15:23:27 +02:00
figures Additional documentation 2015-07-02 14:50:24 +02:00
odl_package ODL Lithium release 2015-07-16 15:23:27 +02:00
repositories Import code from personal repo 2015-06-25 09:31:50 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:49 +00:00
LICENSE Import code from personal repo 2015-06-25 09:31:50 +02:00
README.md ODL Lithium release 2015-07-16 15:23:27 +02:00
environment_config.yaml Import code from personal repo 2015-06-25 09:31:50 +02:00
metadata.yaml ODL Lithium release 2015-07-16 15:23:27 +02:00
pre_build_hook ODL Lithium release 2015-07-16 15:23:27 +02:00
tasks.yaml Put Dlux Web Ui and restconf api behind haproxy 2015-06-30 16:51:43 +02:00

README.md

OpenDaylight Plugin for Fuel

OpenDaylight plugin

Overview

This is a proof of concept of the plugin which will install OpenDaylight controller and set it as manager for OVS using ovsdb plugin.

Requirements

Requirement Version/Comment
Mirantis OpenStack compatibility 6.1

Recommendations

None.

Limitations

  • Supports only environments with Neutron
  • HA for ovsdb feature is not implemented in Lithium release - one instance of ODL controller runs on primary OpenStack controller.
  • L3 traffic managed by neutron agent - lack of drivers in OpenStack Juno.

Installation Guide

OpenDaylight plugin installation

  1. Clone the fuel-plugin-opendaylight repo from stackforge:

     git clone https://github.com/stackforge/fuel-plugin-opendaylight
    
  2. Install the Fuel Plugin Builder:

     pip install fuel-plugin-builder
    
  3. Install the fpm gem:

     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@<the_Fuel_Master_node_IP address>:/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. Scroll down the page, select the "OpenDaylight plugin" checkbox. Rest of configuration is optional

OpenDaylight options

OpenDaylight controller require Java Runtime Environment. In case of CentOS system it is required to point repository where java rpm package can be found. It can be done in Settings tab in Repositories section. It is important to assign highest priority to mos repositories (lower number is a higher priority).

OpenDaylight repositories

Testing

Use the same IP address as for OpenStack Horizon panel and port 8181 to reach dlux web ui and apidoc explorer:

OpenDaylight files are stored on primary controller inside /opt/opendaylight directory.

To log in to OpenDayligt shell run /opt/opendaylight/bin/client

Known issues

None.

Release Notes

0.5.2

  • Initial release of the plugin. This is a beta version.

0.6.0

  • Integrate Lithium release with OpenStack Juno.

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][lma].

Reporting Bugs

Bugs should be filled on the Launchpad fuel-plugins project (not GitHub) with the tag lma.

Contributing

If you would like to contribute to the development of this Fuel plugin you must follow the OpenStack development workflow.

Patch reviews take place on the OpenStack gerrit system.

Contributors