sunbeam-charms/charms/aodh-k8s
Liam Young dd0b559d51 Add missing gnocchi ceilometer relation
Change-Id: I4d0162c4ac0740ece3c0f1107e7344905bfc0235
2023-10-31 13:45:42 +00:00
..
lib/charms Migrate traefik ingress to v2 2023-09-27 09:41:22 +02:00
src Request quorum queues 2023-09-25 10:29:31 +00:00
tests Add missing gnocchi ceilometer relation 2023-10-31 13:45:42 +00:00
.gitignore First cut 2023-08-10 09:17:39 +00:00
.gitreview First cut 2023-08-10 09:17:39 +00:00
.stestr.conf First cut 2023-08-10 09:17:39 +00:00
.zuul.yaml Switch charm to Bobcat 2023-10-05 06:17:09 +00:00
actions.yaml First cut 2023-08-10 09:17:39 +00:00
charmcraft.yaml Migrate traefik ingress to v2 2023-09-27 09:41:22 +02:00
config.yaml First cut 2023-08-10 09:17:39 +00:00
CONTRIBUTING.md First cut 2023-08-10 09:17:39 +00:00
fetch-libs.sh Migrate traefik ingress to v2 2023-09-27 09:41:22 +02:00
LICENSE First cut 2023-08-10 09:17:39 +00:00
metadata.yaml Switch charm to Bobcat 2023-10-05 06:17:09 +00:00
osci.yaml Switch charm to Bobcat 2023-10-05 06:17:09 +00:00
pyproject.toml Fix configuration issues 2023-08-28 11:02:49 +05:30
README.md Switch charm to Bobcat 2023-10-05 06:17:09 +00:00
rename.sh First cut 2023-08-10 09:17:39 +00:00
requirements.txt Migrate traefik ingress to v2 2023-09-27 09:41:22 +02:00
test-requirements.txt Add 'extra' test dep 2023-09-18 10:04:29 +00:00
tox.ini Add py311 in tox file 2023-10-20 07:50:32 +05:30

aodh-k8s

Description

aodh-k8s is an operator to manage the alarm services aodh api, aodh evaluator, aodh notifier, aodh listener and aodh expirer on a Kubernetes based environment.

Usage

Deployment

aodh-k8s is deployed using below command:

juju deploy aodh-k8s aodh --trust

Now connect the aodh operator to existing database, keystone identity, and rabbitmq operators:

juju relate mysql:database aodh:database
juju relate keystone:identity-service aodh:identity-service
juju relate rabbitmq:amqp aodh:amqp

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 aodh. If the charm is not deployed then see file actions.yaml.

Relations

aodh-k8s requires the following relations:

database: To connect to MySQL identity-service: To register endpoints in Keystone ingress-internal: To expose service on underlying internal network ingress-public: To expose service on public network amqp: To connect to Rabbitmq

OCI Images

The charm by default uses following images:

ghcr.io/canonical/aodh-consolidated:2023.2

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.