designate/devstack
Michael Johnson 5809159e4a 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
2023-10-24 03:13:18 +00:00
..
designate_plugins Add clean_zonefile to BIND9 pool.yaml doc 2023-10-24 03:13:18 +00:00
files Switch to apache for designate-api 2019-10-19 07:16:14 +00:00
gate Removed deprecated powerdns 3 driver 2019-09-24 04:26:19 -07:00
lib Make sure proxy_http is always loaded for devstack 2023-01-03 08:32:36 +00:00
upgrade Remove deprecated designate-agent 2023-10-04 14:39:57 +00:00
exercise.sh Remove Akamai (eDNS SOAP API) backend 2021-10-12 16:32:49 +00:00
plugin.sh Remove deprecated designate-agent 2023-10-04 14:39:57 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 08:47:23 +08:00
settings Remove deprecated designate-agent 2023-10-04 14:39:57 +00:00

Enabling in Devstack

WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.

  1. Download DevStack:

    git clone https://opendev.org/openstack/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin designate https://opendev.org/openstack/designate
  3. run stack.sh