bifrost/releasenotes/notes/dhcp_ignore_inventory_dhcp-44668e3fe710c134.yaml
Ricardo Carrillo Cruz 498f5d2ccd Do not offer DHCP leases to unknown machines when using inventory_dhcp
Turns out the dhcp-range option of dnsmasq does not constrain
the DHCP leases to the range specified.
When using inventory_dhcp, we specify the *exact* set of machines
that will be managed by dnsmasq via the json inventory and therefore
it should just provide IPs to those machines.

Change-Id: Ic72ab075a1e2ef351f5ddb00c1a34e5fbb163036
2016-02-22 01:19:59 +01:00

5 lines
128 B
YAML

---
fixes:
- Dnsmasq option was added to only offer DHCP leases
to known mac addresses when inventory_dhcp is being used.