426e6214f2
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. |
||
---|---|---|
deployment_scripts/puppet | ||
doc | ||
repositories | ||
.gitignore | ||
.gitreview | ||
CHANGELOG.md | ||
components.yaml | ||
deployment_tasks.yaml | ||
environment_config.yaml | ||
LICENSE | ||
metadata.yaml | ||
node_roles.yaml | ||
pre_build_hook | ||
README.md | ||
tasks.yaml | ||
volumes.yaml |
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 is a SDN controller.
- OVSDB plugin implement the Open vSwitch Database management protocol.
Requirements
Requirement | Version/Comment |
---|---|
Mirantis OpenStack compatibility | 10.0 |
Limitations
- HA for ODL controller is not implemented yet.
Installation Guide
OpenDaylight plugin installation
-
Clone the fuel-plugin-opendaylight repo from github:
git clone https://github.com/openstack/fuel-plugin-opendaylight
-
Install the Fuel Plugin Builder:
pip install fuel-plugin-builder
-
Build OpenDaylight Fuel plugin:
fpb --build fuel-plugin-opendaylight/
-
The opendaylight-[x.x.x].rpm plugin package will be created in the plugin folder.
-
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
-
While logged in Fuel Master install the OpenDaylight plugin:
fuel plugins --install opendaylight-[x.x.x].rpm
-
Check if the plugin was installed successfully:
fuel plugins id | name | version | package_version ---|--------------|---------|---------------- 1 | opendaylight | 0.5.2 | 2.0.0
-
Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.
User Guide
OpenDaylight plugin configuration
- Create a new environment with the Fuel UI wizard.
- Click on the Settings tab of the Fuel web UI.
- Select "OpenDaylight plugin" section in "Other" tab.
- Tick the checkbox and click "Save Settings" button.
- 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 for more details. For example include 2 versions of opendaylight controller in plugin:
ODL_VERSIONS="5.1.0.1 5.0.0.1" fpb --build fuel-plugin-opendaylight/
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
Plugin is developed as a part of FUEL@OPNFV project.
If you have questions/suggestions you can find us on #opnfv-fuel freenode IRC channel.
If you prefer email The OpenStack Development Mailing List openstack-dev@lists.openstack.org
or OPNFV Technical Discussion opnfv-tech-discuss@lists.opnfv.org
can be used.
Subject should be prefixed by [fuel][plugins][odl]
.
Reporting Bugs
Bugs should be filled on the Launchpad fuel-plugin-opendaylight project.
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.