Guillaume Boutry e5fb16d6b9
Implement tracing
Implement tracing relation for all the charms.
Instrument most of ops.Object objects, including relation handlers,
pebble handlers, and relation objects.

Change-Id: I967ff858a63aa7d30094cf5a46491fce11195060
Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
2024-07-31 11:57:32 +02:00

66 lines
1.5 KiB
YAML

name: designate-k8s
summary: OpenStack designate service
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
description: |
Designate is a multi-tenant DNSaaS service for OpenStack. It provides a REST API with integrated Keystone authentication.
It can be configured to auto-generate records based on Nova and Neutron actions.
Designate supports a variety of DNS servers including Bind9 and PowerDNS 4.
version: 3
bases:
- name: ubuntu
channel: 22.04/stable
assumes:
- k8s-api
- juju >= 3.1
tags:
- openstack
source: https://opendev.org/openstack/charm-designate-k8s
issues: https://bugs.launchpad.net/charm-designate-k8s
containers:
designate:
resource: designate-image
resources:
designate-image:
type: oci-image
description: OCI image for OpenStack designate
upstream-source: ghcr.io/canonical/designate-consolidated:2024.1
provides:
dnsaas:
interface: designate
requires:
database:
interface: mysql_client
limit: 1
identity-service:
interface: keystone
ingress-internal:
interface: ingress
optional: true
limit: 1
ingress-public:
interface: ingress
limit: 1
amqp:
interface: rabbitmq
dns-backend:
interface: bind-rndc
limit: 1
receive-ca-cert:
interface: certificate_transfer
optional: true
logging:
interface: loki_push_api
optional: true
tracing:
interface: tracing
optional: true
limit: 1
peers:
peers:
interface: designate-peer