If requested, in the address bar above, please allow popups.
designate bind #26
- By openstack-charmers-next
- Latest version (#26)
- trusty, xenial, bionic, artful
- Stable
Description
The Berkeley Internet Name Domain (BIND) implements an Internet domain
name server. BIND is the most widely-used name server software on the
Internet, and is supported by the Internet Software Consortium, www.isc.org.
.
This charm provides BIND9 as a backend for integration with OpenStack
Designate, providing DNSaaS in an OpenStack cloud.
Overview
This charm provides a bind server to store DNS records generated by designate.
Usage
designate-bind relies on designate charm.
juju deploy designate-bind
juju deploy designate
juju add-relation designate designate-bind
Bugs
Please report bugs on Launchpad.
For general questions please refer to the OpenStack Charm Guide.
Configuration
- verbose
- (boolean) Enable verbose logging
- allowed_nets
- (string) String containing a list of allowed networks, separated by semicolons: e.g., "10.172.0.0/16;10.10.0.0/18"
- p2p
- use-internal-endpoints
- (boolean) Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.
- forwarders
- (string) String containing a list of forwarders, separated by semicolons: e.g., "8.8.8.8;10.1.1.1"
- debug
- (boolean) Enable debug logging
- use-syslog
- (boolean) Setting this to True will allow supporting services to log to syslog.