charm-neutron-dynamic-routing/src
Myles Penner 3c2916c236 Add charmcraft 3 support
Summary of changes:
- Update the charmcraft.yaml file to use base and platforms, only
  allowing noble support.
- Update config to default to caracal.
- Update osci.yaml to use the charmcraft 3.x/beta
- Drop non-noble tests
- Update constraints file from -2024.1.txt to -noble.txt
- Add charmbuild to .zuul.yaml
- Add py312 test to tox.ini
- Update flake8 to 7.1.1
- Fix unit test formatting

Change-Id: I7b228a8d89ac7bf61dbfd7416617d79e3f92aa39
2024-09-05 17:29:33 +00:00
..
files Sync charm/ceph helpers, tox, and requirements 2019-10-18 13:31:21 -07:00
lib Add victoria package version 2020-07-14 09:30:45 -04:00
reactive Stop to use the __future__ module. 2020-06-02 19:59:21 +02:00
templates Use "rabbit_use_ssl" for ocata 2019-08-05 10:19:23 -04:00
tests Add charmcraft 3 support 2024-09-05 17:29:33 +00:00
config.yaml Migrate charm charmcraft and for the yoga track 2022-04-22 12:52:01 -04:00
HACKING.md Upgrade OpenStack 2018-04-24 12:02:47 -07:00
layer.yaml Distribute direct charm dependencies 2019-08-14 16:51:51 +02:00
metadata.yaml Add charmcraft 3 support 2024-09-05 17:29:33 +00:00
README.md Enable bgp dynamic routing for Ocata 2018-07-10 10:52:37 -05:00
test-requirements.txt Update the charm for new releases 2023-05-24 14:40:45 +03:00
tox.ini Add charmcraft 3 support 2024-09-05 17:29:33 +00:00
wheelhouse.txt Updates to flip all libraries back to master 2021-05-03 16:08:31 +01:00

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.