a1f39858b4
A fix was merged in Designate to not depend on Monasca: https://review.openstack.org/#/c/389800/ This patch re-enable Designate testing on CentOS for Ocata. Though we disable IPv6 which seems broken at this time. Change-Id: Ia916cb10ced94d03003e131228ec645d76616ae9
30 lines
541 B
Plaintext
30 lines
541 B
Plaintext
---
|
|
- name: default
|
|
description: Puppet BIND Pool
|
|
attributes: {}
|
|
|
|
ns_records:
|
|
- hostname: ns1.example.org.
|
|
priority: 1
|
|
|
|
nameservers:
|
|
- host: 127.0.0.1
|
|
port: 5322
|
|
|
|
targets:
|
|
- type: bind9
|
|
description: BIND Instance
|
|
|
|
masters:
|
|
# mdns doesn't support ipv6
|
|
- host: 127.0.0.1
|
|
port: 5354
|
|
|
|
options:
|
|
host: 127.0.0.1
|
|
port: 5322
|
|
rndc_host: 127.0.0.1
|
|
rndc_port: 953
|
|
rndc_config_file: /etc/rndc.conf
|
|
rndc_key_file: /etc/rndc.key
|