charm-designate/src
Zuul 4d8a6a909b Merge "Enable bionic/stein and disco/stein functional tests" 2019-04-09 16:57:30 +00:00
..
lib/charm Add package version for stein 2019-01-29 16:11:39 +00:00
reactive Ensure pool manager is restarted when pools change 2019-04-09 06:34:03 +00:00
templates Use transport_url for Queens or later 2019-02-27 10:37:08 +01:00
tests Enable bionic/stein and disco/stein functional tests 2019-04-09 06:36:42 +02:00
README.md Update readme for queens 2018-03-08 11:10:23 +01:00
config.yaml Drop enable-host-header config option 2018-12-17 09:57:17 +00:00
icon.svg Update charm icon 2017-08-02 18:36:38 +01:00
layer.yaml Ensure pool manager is restarted when pools change 2019-04-09 06:34:03 +00:00
metadata.yaml Update series metadata 2019-04-08 08:14:12 +02:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:11:03 -05:00
tox.ini Merge "py3: Switch to using Python 3 for rocky or later" 2018-09-21 10:22:43 +00:00

README.md

Overview

This charm provides Designate (DNSaaS) for an OpenStack Cloud.

Usage

Designate relies on services from the mysql, rabbitmq-server and keystone charms:

juju deploy designate
juju deploy mysql
juju deploy rabbitmq-server
juju deploy keystone
juju deploy memcached
juju add-relation designate memcached
juju add-relation designate mysql
juju add-relation designate rabbitmq-server
juju add-relation designate keystone

To add support for DNS record auto-generation when Neutron ports and floating IPs are created the charm needs a relation with neutron-api charm:

juju deploy neutron-api
juju add-relation designate neutron-api

The charm needs to store DNS records. This can be achieved by setting the dns-slave config option or by relating to the designate-bind charm:

juju deploy designate-bind
juju add-relation designate designate-bind

For Queens and later, the nameservers config value must be set:

juju config designate nameservers="ns1.example.com. ns2.example.com."

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.