Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cat /etc/designate/pools.yaml
- - name: default
- # The name is immutable. There will be no option to change the name after
- # creation and the only way will to change it will be to delete it
- # (and all zones associated with it) and recreate it.
- description: test pool
- # List out the NS records for zones hosted within this pool
- ns_records:
- - hostname: ns1.example.org.
- priority: 10
- # List out the nameservers for this pool. These are the actual DNS servers.
- # We use these to verify changes have propagated to all nameservers.
- nameservers:
- - host: 172.16.10.111
- port: 53
- - host: 172.16.10.112
- port: 53
- # List out the targets for this pool. For DNS there will be one
- # entry for each DNS server, as we have to run rndc command on each server
- targets:
- - type: pdns4
- description: test target1
- # List out the designate-mdns servers from which DNS servers should
- # request zone transfers (AXFRs) from.
- masters:
- - host: 172.16.10.101
- port: 53
- - host: 172.16.10.102
- port: 53
- - host: 172.16.10.103
- port: 53
- # DNS server Configuration options
- options:
- host: 172.16.10.111
- port: 53
- api_endpoint: http://172.16.10.111:8081
- api_token: VxK9cMlFL5Ae
- - type: pdns4
- description: test target2
- # List out the designate-mdns servers from which DNS servers should
- # request zone transfers (AXFRs) from.
- masters:
- - host: 172.16.10.101
- port: 53
- - host: 172.16.10.102
- port: 53
- - host: 172.16.10.103
- port: 53
- # DNS server Configuration options
- options:
- host: 172.16.10.112
- port: 53
- api_endpoint: http://172.16.10.112:8081
- api_token: VxK9cMlFL5Ae
Add Comment
Please, Sign In to add comment