52d8fe5465
This adds Designate test coverage with puppet-designate to scenario003 with the BIND backend. Change-Id: I06651552f6b9238a46c9d27bca4e30de9853da82
30 lines
697 B
Plaintext
30 lines
697 B
Plaintext
---
|
|
- name: default
|
|
description: Puppet BIND Pool
|
|
attributes: {}
|
|
|
|
ns_records:
|
|
- hostname: ns1.example.org.
|
|
priority: 1
|
|
|
|
nameservers:
|
|
- host: <%= scope.lookupvar("openstack_integration::config::host") %>
|
|
port: 5322
|
|
|
|
targets:
|
|
- type: bind9
|
|
description: BIND Instance
|
|
|
|
masters:
|
|
# mdns doesn't support ipv6
|
|
- host: 127.0.0.1
|
|
port: 5354
|
|
|
|
options:
|
|
host: <%= scope.lookupvar("openstack_integration::config::host") %>
|
|
port: 5322
|
|
rndc_host: <%= scope.lookupvar("openstack_integration::config::host") %>
|
|
rndc_port: 953
|
|
rndc_config_file: /etc/rndc.conf
|
|
rndc_key_file: /etc/rndc.key
|