Liam Young 291f79c459 Add 'extra' test dep
python-subunit 1.4.3+ requires 'extras' otherwise an error
occures:
"'run --slowest' is not a stestr command."

Switch to using self-signed-certificates-operator as the
self signed functionality has been removed from
tls-certificates-operator charm *1

*1 2cb418cd2e

Change-Id: I8f4da8528cd31b37a8b83e5eab873ebf0e138643
2023-09-18 13:28:19 +00:00
..
2023-06-15 11:31:34 +00:00
2023-07-19 14:37:06 +02:00
2023-09-18 13:28:19 +00:00
2022-01-13 13:38:03 +00:00
2022-10-21 13:47:17 +00:00
2022-08-04 15:50:13 +05:30
2022-01-13 13:38:03 +00:00
2023-08-29 13:15:31 +00:00
2022-01-13 13:38:03 +00:00
2023-05-04 11:55:22 +00:00
2022-04-19 12:28:38 -07:00
2023-05-29 12:56:33 +00:00
2022-01-13 13:38:03 +00:00
2023-08-22 08:30:00 +00:00
2023-05-29 12:56:33 +00:00
2023-05-29 12:56:33 +00:00
2022-09-08 16:30:57 +05:30
2023-09-18 13:28:19 +00:00
2023-05-04 11:55:22 +00:00

neutron-k8s

Description

neutron-k8s is an operator to manage the Neutron networking service on a Kubernetes based environment.

Usage

Deployment

neutron-k8s is deployed using below command:

juju deploy neutron-k8s neutron --trust

Now connect the neutron operator to existing database, messaging, identity, OVN and Vault operators:

juju relate mysql:database neutron:database
juju relate rabbitmq:amqp neutron:amqp
juju relate keystone:identity-service neutron:identity-service
juju relate ovn-central:ovsdb-cms neutron:ovsdb-cms
juju relate vault:certificates neutron:certificates

Configuration

This section covers common and/or important configuration options. See file config.yaml for the full list of options, along with their descriptions and default values. See the Juju documentation for details on configuring applications.

Actions

This section covers Juju actions supported by the charm. Actions allow specific operations to be performed on a per-unit basis. To display action descriptions run juju actions neutron. If the charm is not deployed then see file actions.yaml.

Relations

neutron-k8s requires the following relations:

database: To connect to MySQL amqp: To connect to RabbitMQ identity-service: To register endpoints in Keystone ovsdb-cms: To connect to OVN certificates: To retrieve generated certificates from Vault ingress-internal: To expose service on underlying internal network ingress-public: To expose service on public network

OCI Images

The charm by default uses ghcr.io/openstack-snaps/neutron-server:2023.1 image.

Contributing

Please see the Juju SDK docs for guidelines on enhancements to this charm following best practice guidelines, and CONTRIBUTING.md for developer guidance.

Bugs

Please report bugs on Launchpad.