Juju Charm - Open vSwitch OpenDayLight
Go to file
David Ames 3428bbbc64 Pre-release charm-helpers sync 16.10
Get each charm up to date with lp:charm-helpers for release testing.

Change-Id: I3a5e6568cb449c59edf349fb28021c8914b494c3
2016-09-30 09:18:47 -07:00
actions Update tox.ini files from release-tools gold copy 2016-09-09 19:22:17 +00:00
hooks Re-license charm as Apache-2.0 2016-07-01 18:03:05 +01:00
lib Update tox.ini files from release-tools gold copy 2016-09-09 19:22:17 +00:00
templates Initial baseline 2015-11-03 09:06:55 +00:00
tests Pre-release charm-helpers sync 16.10 2016-09-30 09:18:47 -07:00
unit_tests Re-license charm as Apache-2.0 2016-07-01 18:03:05 +01:00
.bzrignore Initial baseline 2015-11-03 09:06:55 +00:00
.gitignore Adapt imports and metadata for github move 2016-02-29 10:49:38 +00:00
.gitreview Add gitreview prior to migration to openstack 2016-02-24 21:53:35 +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
LICENSE Re-license charm as Apache-2.0 2016-07-01 18:03:05 +01:00
Makefile Use bundletester for amulet test execution 2016-07-20 11:14:53 +01: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 charm-helpers: resync 2016-03-10 12:20:39 +00:00
config.yaml Initial baseline 2015-11-03 09:06:55 +00:00
copyright Re-license charm as Apache-2.0 2016-07-01 18:03:05 +01:00
icon.svg Update icon 2016-01-19 11:06:15 +00:00
metadata.yaml Add charm series data to metadata.yaml 2016-09-14 09:41:15 +01:00
requirements.txt Use bundletester for amulet test execution 2016-07-20 11:14:53 +01:00
test-requirements.txt Use bundletester for amulet test execution 2016-07-20 11:14:53 +01:00
tox.ini Update tox.ini files from release-tools gold copy 2016-09-09 19:22:17 +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.