Juju Charm - Open vSwitch OpenDayLight
Go to file
Liam Young 7a15e60dbc Workaround odl creating duplicate controller entries in amulet tests 2015-12-02 10:30:35 +00:00
hooks Update Makefile target names for consistency with other os-charms and bundletester; 2015-11-12 18:47:13 +00:00
templates Initial baseline 2015-11-03 09:06:55 +00:00
tests Workaround odl creating duplicate controller entries in amulet tests 2015-12-02 10:30:35 +00:00
unit_tests Ensure neutron is used for security group management 2015-11-10 13:17:20 +00:00
.bzrignore Initial baseline 2015-11-03 09:06:55 +00:00
.gitignore Initial baseline 2015-11-03 09:06:55 +00:00
.project Initial baseline 2015-11-03 09:06:55 +00:00
.pydevproject Initial baseline 2015-11-03 09:06:55 +00:00
.testr.conf Initial baseline 2015-11-03 09:06:55 +00:00
Makefile [1chb1n, r=gnuoy] Update Makefile target names for consistency with other os-charms and bundletester; 2015-11-16 08:33:32 +00:00
README.md Initial baseline 2015-11-03 09:06:55 +00:00
TODO.md Initial baseline 2015-11-03 09:06:55 +00:00
charm-helpers-hooks.yaml Initial baseline 2015-11-03 09:06:55 +00:00
charm-helpers-tests.yaml Initial baseline 2015-11-03 09:06:55 +00:00
config.yaml Initial baseline 2015-11-03 09:06:55 +00:00
copyright Initial baseline 2015-11-03 09:06:55 +00:00
icon.svg Add icon 2015-11-03 10:58:02 +00:00
metadata.yaml Update maintainer 2015-11-18 10:47:25 +00:00
requirements-precise.txt Initial baseline 2015-11-03 09:06:55 +00:00
requirements-trusty.txt Initial baseline 2015-11-03 09:06:55 +00:00
test-requirements.txt Initial baseline 2015-11-03 09:06:55 +00:00
tox.ini Initial baseline 2015-11-03 09:06:55 +00:00

README.md

Overview

This subordinate charm provides OpenvSwitch integration with an OpenDayLight (ODL) controller.

Its design to support deployment of principle charms as part of an ODL SDN deployment.

It also optionally supports deployment and configuration with OpenStack Compute (Nova).

Usage

To deploy (partial deployment only - see other charms for full details):

juju deploy openvswitch-odl
juju deploy odl-controller
juju add-relation odl-controller openvswitch-odl

This charm can be used with any other principle charm:

juju deploy ubuntu
juju add-relation openvswitch-odl ubuntu

or with the OpenStack nova-compute and neutron-gateway charms:

juju deploy nova-compute
juju deploy neutron-gateway
juju add-relation nova-compute openvswitch-odl
juju add-relation neutron-gateway openvswitch-odl

Configuration Options

This charm will optionally configure the local ip address of the OVS instance to something other than the 'private-address' provided by Juju:

juju set openvswitch-odl os-data-network=10.20.3.0/21

The charm will scan configured network interfaces, and reconfigure the OVS instance with an alternative IP address if one is found within the configure subnet CIDR.

Restrictions

This charm can't be deployed under LXC containers; however it will work just fine under KVM or on bare metal.