Files
puppet-designate/releasenotes/notes/bug-1961516-0634fabec06a4e94.yaml
Takashi Kajinami 22019e46e2 Fix setup of bind9 backend
Designate no longer uses the parameters in the [backend:bind9] section,
since ppols.yaml was introduced. This change ensures the parameters in
this wrong section are purged.

Also, this change introduces support for setting up backend using
pools.yaml according to the current installation guide.

Closes-Bug: #1961516
Change-Id: I28a91ab99325970db1e96aa904f35e8f9a5e109c
2022-02-21 18:10:56 +09:00

18 lines
528 B
YAML

---
features:
- |
Now the ``designate::backend::bind9`` class supports setting up bind9
backend using ``/etc/designate/pools.yaml`` properly. This feature can be
enabled by the new ``manage_pool`` parameter.
deprecations:
- |
The ``designate::backend::bind9::rndc_host`` parameter has been deprecated
and has no effect now.
fixes:
- |
The ``designate::backend::bind9`` class no longer configures parameters
in the ``[backend:bind9]`` section, as these parameters are no longer
effective.