fc7d10a49b
Configure a hostsdir even when inventory_dhcp is false, so that a deployment can use a mixed approach. Stop creating an unused additional DNS hostsdir by default since we disable DNS by default. While we're here, rename disable_dnsmasq_dns -> ! dnsmasq_enable_dns for consistency. Change-Id: If40f044a86cdde6d653bbfb441de53fb4071e390
16 lines
603 B
YAML
16 lines
603 B
YAML
---
|
|
features:
|
|
- |
|
|
The dynamic DHCP inventory hostsdir is now created and enabled by default,
|
|
even when ``inventory_dhcp`` is ``false``.
|
|
upgrade:
|
|
- |
|
|
An additional DNS hosts directory is no longer created by default in
|
|
``/etc/dnsmasq.d/bifrost.hosts.d`` when ``inventory_dhcp`` is ``true``.
|
|
Set the new variable ``dnsmasq_additional_hostsdir`` to keep the previous
|
|
behavior (you'll need ``dnsmasq_enable_dns=true`` to actually use it).
|
|
deprecations:
|
|
- |
|
|
The parameter ``disable_dnsmasq_dns`` has been deprecated in favor of
|
|
the new parameter ``dnsmasq_enable_dns``.
|