
Add interface designate to share the dns endpoint. Update designate-k8s to implement provides side of the interface and add endpoint data to the relation app databag. Update neutron-k8s to implement requires side of the interface. Add new options reverse-dns-lookup, ipv4-ptr-zone-prefix-size, ipv6-ptr-zone-prefix-size. Update neutron conf templates to add external dns related configuration. Change-Id: Ie7a481c7b90583981e7d68f6a54dfb0e6f1796dd
59 lines
1.3 KiB
YAML
59 lines
1.3 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
|
|
|
|
peers:
|
|
peers:
|
|
interface: designate-peer
|