Skip to content
Snippets Groups Projects
Commit 3f6eaefe authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add OpenDaylight role docs"

parents 86fc2160 de51572b
No related branches found
No related tags found
No related merge requests found
......@@ -170,3 +170,52 @@ the OpenStack wiki:
https://wiki.openstack.org/wiki/Neutron/VPNaaS/HowToInstall
https://wiki.openstack.org/wiki/Neutron/VPNaaS
Networking-ODL
==============
Preparation and deployment
--------------------------
Modify the configuration file ``/etc/kolla/globals.yml`` and enable
the following:
::
enable_opendaylight: "yes"
Networking-ODL is an additional Neutron plugin that allows the OpenDaylight SDN Controller
to utilize its networking virtualization features. For OpenDaylight to work, the
Networking-ODL plugin has to be installed in the ``neutron-server`` container. In this case,
one could use the neutron-server-opendaylight container and the opendaylight container by pulling
from Kolla dockerhub or by building them locally.
Further OpenDaylight globals.yml configurable options with their defaults include:
::
opendaylight_release: "0.6.1-Carbon"
opendaylight_mechanism_driver: "opendaylight_v2"
opendaylight_l3_service_plugin: "odl-router_v2"
opendaylight_acl_impl: "learn"
enable_opendaylight_qos: "no"
enable_opendaylight_l3: "yes"
enable_opendaylight_legacy_netvirt_conntrack: "no"
opendaylight_port_binding_type: "pseudo-agentdb-binding"
opendaylight_features: "odl-mdsal-apidocs,odl-netvirt-openstack"
opendaylight_allowed_network_types: '"flat", "vlan", "vxlan"'
Clustered OpenDaylight Deploy
-----------------------------
High availability clustered OpenDaylight requires modifying the inventory file and placing
three or more hosts in the OpenDaylight or Networking groups. Note: The OpenDaylight role
will allow deploy of one or three plus hosts for OpenDaylight/Networking role.
Verification
------------
Verify the build and deploy operation of Networking-ODL containers. Successful
deployment will bring up an Opendaylight container in the list of running containers on
network/opendaylight node.
For the source code, please refer to the following link:
https://github.com/openstack/networking-odl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment