Files
sunbeam-charms/charms/cloudkitty-k8s
Matt Verran c716b79246 [cloudkitty-k8s] initial charm
Change-Id: I2a9edc1c051c763acba9a31200180a0eaeb89b7a
Signed-off-by: Matt Verran <verranm76@gmail.com>
2025-09-10 18:22:13 +00:00
..
2025-09-10 18:22:13 +00:00
2025-09-10 18:22:13 +00:00
2025-09-10 18:22:13 +00:00
2025-09-10 18:22:13 +00:00
2025-09-10 18:22:13 +00:00
2025-09-10 18:22:13 +00:00
2025-09-10 18:22:13 +00:00
2025-09-10 18:22:13 +00:00
2025-09-10 18:22:13 +00:00

cloudkitty-k8s

Description

cloudkitty-k8s is an operator to manage the cloudkitty API and Worker services on a Kubernetes based environment.

Usage

Deployment

cloudkitty-k8s is deployed using below command:

juju deploy cloudkitty-k8s cloudkitty --trust

Now connect the cloudkitty operator to existing database, messaging and keystone identity operators:

juju relate mysql:database cloudkitty:database
juju relate rabbitmq:amqp cloudkitty:amqp
juju relate keystone:identity-service cloudkitty:identity-service
juju relate traefik:ingress cloudkitty:ingress-internal
juju relate cloudkitty:metric-service gnocchi:metric-service
# todo - gnocchi for fetcher and collector
# todo - prometheus for fetcher and collector

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

Relations

cloudkitty-k8s requires the following relations:

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

OCI Images

The charm by default uses following images:

`ghcr.io/canonical/cloudkitty-consolidated:2025.1`

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.