charm-neutron-dynamic-routing/src
Frode Nordahl 871bcaaeb3
Hold services down until config rendered
Change-Id: I1dc570a26bfa97f5612c7b82f06181b2f4e6a665
Closes-Bug: #1837379
2019-07-22 16:59:08 +02:00
..
lib Hold services down until config rendered 2019-07-22 16:59:08 +02:00
reactive Hold services down until config rendered 2019-07-22 16:59:08 +02:00
templates Enable bionic/stein and disco/stein functional tests 2019-04-16 17:39:37 +02:00
tests Migrate Zaza tests to independant OpenStack Charms specific library 2019-04-26 14:05:52 +02:00
HACKING.md Upgrade OpenStack 2018-04-24 12:02:47 -07:00
README.md Enable bgp dynamic routing for Ocata 2018-07-10 10:52:37 -05:00
config.yaml Remove asn configuration option 2018-05-21 07:39:04 +02:00
layer.yaml Pass bindings to interface-bgp publish_info 2018-03-29 22:40:19 +00:00
metadata.yaml Update series metadata 2019-04-05 15:10:55 +02:00
test-requirements.txt Retarget Zaza to master now that split has landed 2019-05-24 08:49:42 +02:00
tox.ini Pass all CS_ vars to tox env to pickup timeout 2018-09-20 11:18:54 +00:00

README.md

Overview

This charm provides the BGP speaker, dynamic routing agent, feature for OpenStack

Charm Usage

Neutron dynamic routing relies on services from the rabbitmq-server charm and assumes a functioning neutron stack:

# The neutron-dynamic-routing charm only requires a relationship to rabbitmq-server
juju deploy neutron-dynamic-routing
juju deploy rabbitmq-server
juju add-relation neutron-dynamic-routing rabbitmq-server

# For minimum functionality a full neutron stack is required:
juju deploy keystone
juju deploy neutron-api
juju deploy percona-cluster
juju add-relation keystone percona-cluster
juju add-relation keystone neutron-api
juju add-relation neutron-api percona-cluster
juju add-relation neutron-api rabbitmq-server

NOTE: This charm supports OpenStack versions Ocata or newer. Specify version to install using the openstack-origin and source configuration options.

Feature Usage

For utilizing the dynamic routing feature of OpenStack see upstream documentation for neutron dynamic routing.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.