Add clean_zonefile to BIND9 pool.yaml doc

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
This commit is contained in:
Michael Johnson 2022-10-03 22:15:25 +00:00
parent dc70b92140
commit 5809159e4a
2 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ function configure_designate_backend {
rndc_port: $DESIGNATE_SERVICE_PORT_RNDC
rndc_config_file: $BIND_CFG_DIR/rndc.conf
rndc_key_file: $BIND_CFG_DIR/rndc.key
clean_zonefile: true
EOF
sudo chown $STACK_USER $BIND_CFG_DIR

View File

@ -15,3 +15,4 @@
rndc_host: 192.0.2.2
rndc_port: 953
rndc_key_file: /etc/designate/rndc.key
clean_zonefile: false