
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>
46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
name: designate-bind-k8s
|
|
summary: OpenStack designate-bind service
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Domain Name Service (DNS) is an Internet service that maps IP addresses and fully qualified domain names (FQDN) to one another.
|
|
In this way, DNS alleviates the need to remember IP addresses. Computers that run DNS are called name servers.
|
|
Ubuntu ships with BIND (Berkley Internet Naming Daemon), the most common program used for maintaining a name server on Linux.
|
|
version: 3
|
|
bases:
|
|
- name: ubuntu
|
|
channel: 22.04/stable
|
|
assumes:
|
|
- k8s-api
|
|
- juju >= 3.1
|
|
tags:
|
|
- openstack
|
|
source: https://opendev.org/openstack/charm-designate-bind-k8s
|
|
issues: https://bugs.launchpad.net/charm-designate-bind-k8s
|
|
|
|
containers:
|
|
designate-bind:
|
|
resource: designate-bind-image
|
|
|
|
resources:
|
|
designate-bind-image:
|
|
type: oci-image
|
|
description: OCI image for bind9
|
|
upstream-source: ubuntu/bind9:9.18-22.04_beta
|
|
|
|
provides:
|
|
dns-backend:
|
|
interface: bind-rndc
|
|
|
|
requires:
|
|
logging:
|
|
interface: loki_push_api
|
|
optional: true
|
|
tracing:
|
|
interface: tracing
|
|
optional: true
|
|
limit: 1
|
|
|
|
peers:
|
|
peers:
|
|
interface: bind-peer
|