Juju Charm - Neutron Open vSwitch
Go to file
2014-06-27 14:04:10 +01:00
hooks Support os-data-network 2014-06-27 14:04:10 +01:00
templates General tidyup after initial feedback 2014-06-17 15:37:02 +01:00
unit_tests determine_packages should return a list of lists which the install hook should iterate over passing each inner list to apt_install in turn to ensure the dkms module gets install prior to openvswitch-switch trying to load it 2014-06-24 15:04:51 +01:00
.bzrignore Resync helpers, tidy README 2014-06-24 12:19:07 +01:00
.coveragerc Added nosetest config 2014-06-20 11:06:02 +01:00
.project Support os-data-network 2014-06-27 14:04:10 +01:00
.pydevproject Support os-data-network 2014-06-27 14:04:10 +01:00
charm-helpers-sync.yaml Support os-data-network 2014-06-27 14:04:10 +01:00
config.yaml Support os-data-network 2014-06-27 14:04:10 +01:00
copyright Fixes in response to bug comment 2014-06-23 12:49:58 +01:00
icon.svg Fixes in response to bug comment 2014-06-23 12:49:58 +01:00
Makefile Resync helpers, tidy README 2014-06-24 12:19:07 +01:00
metadata.yaml Resync helpers, tidy README 2014-06-24 12:19:07 +01:00
README.md Resync helpers, tidy README 2014-06-24 12:19:07 +01:00
setup.cfg Added nosetest config 2014-06-20 11:06:02 +01:00

Overview

This subordinate charm provides the Neutron OpenvSwitch configuration for a compute node.

Once deployed it takes over the management of the Neutron base and plugin configuration on the compute node.

Usage

To deploy (partial deployment of linked charms only):

juju deploy rabbitmq-server
juju deploy neutron-api
juju deploy nova-compute
juju deploy neutron-openvswitch
juju add-relation neutron-openvswitch nova-compute
juju add-relation neutron-openvswitch neutron-api
juju add-relation neutron-openvswitch rabbitmq-server

Note that the rabbitmq-server can optionally be a different instance of the rabbitmq-server charm than used by OpenStack Nova:

juju deploy rabbitmq-server rmq-neutron
juju add-relation neutron-openvswitch rmq-neutron
juju add-relation neutron-api rmq-neutron

The neutron-api and neutron-openvswitch charms must be related to the same instance of the rabbitmq-server charm.

Restrictions

It should only be used with OpenStack Icehouse and above and requires a seperate neutron-api service to have been deployed.