charm-neutron-dynamic-routing/src
Corey Bryant 3bedb660d4 Revert to use of charms.openstack transport_url
Drop charm specific code to build the oslo.messaging
transport_url; this is now provided as part of
charms.openstack.

Change-Id: I1a9bcf7bc57b99326cae618df06930ae3990fab0
Closes-Bug: 1817672
2019-02-26 15:57:48 +01:00
..
lib Revert to use of charms.openstack transport_url 2019-02-26 15:57:48 +01:00
reactive Neutron-dynamic-routing support for SSL rabbitmq 2018-12-06 12:00:34 -08:00
templates Neutron-dynamic-routing support for SSL rabbitmq 2018-12-06 12:00:34 -08:00
tests py3: Switch to Python 3 for OpenStack Rocky 2018-09-19 12:31:44 +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 2018-07-11 14:06:17 -05:00
test-requirements.txt Update requirements 2018-10-03 16:22:47 -05: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.