charm-designate/src
Zuul 7bc655c98c Merge "Fix up to work with 0.6.0 of charms.reactive" 2018-01-19 22:29:18 +00:00
..
lib/charm Fix up to work with 0.6.0 of charms.reactive 2018-01-18 15:01:00 +00:00
reactive Merge "Fix up to work with 0.6.0 of charms.reactive" 2018-01-19 22:29:18 +00:00
templates use format{v4,v6} options for Newton+ 2018-01-05 09:04:53 +00:00
tests Designate - Neutron integration 2018-01-18 13:49:27 -08:00
README.md Designate - Neutron integration 2018-01-18 13:49:27 -08:00
config.yaml Designate - Neutron integration 2018-01-18 13:49:27 -08:00
icon.svg Update charm icon 2017-08-02 18:36:38 +01:00
layer.yaml Designate - Neutron integration 2018-01-18 13:49:27 -08:00
metadata.yaml Add Bionic and remove Zesty series and tests 2017-12-05 05:27:56 +00:00
requirements.txt Add tox targets for bundles tester to src 2016-07-12 13:45:39 +00:00
test-requirements.txt Update requirements for git charmhelpers 2017-10-03 04:34:21 +00:00
tox.ini update tests to enable pike 2017-11-16 08:17:51 +01: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

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.