This patch adds an example of the "clean_zonefile" option in the BIND9 targets in the pools.yaml file. The option has existed in the code, but was not documented in any way. It also enables this feature in the bind9 devstack plugin for testing and to reduce the storage utilization during test runs. Change-Id: I70b92b400cfeb059d1a1889ffa72621e0011d8c6
19 lines
467 B
YAML
19 lines
467 B
YAML
targets:
|
|
- type: bind9
|
|
description: BIND9 Server 1
|
|
|
|
# List out the designate-mdns servers from which BIND servers should
|
|
# request zone transfers (AXFRs) from.
|
|
masters:
|
|
- host: 192.0.2.1
|
|
port: 5354
|
|
|
|
# BIND Configuration options
|
|
options:
|
|
host: 192.0.2.2
|
|
port: 53
|
|
rndc_host: 192.0.2.2
|
|
rndc_port: 953
|
|
rndc_key_file: /etc/designate/rndc.key
|
|
clean_zonefile: false
|