bifrost/releasenotes/notes/fix-inspection-with-inventory-dhcp-cfc236974bf4ed0a.yaml
Andrey Shestakov 109cf98c03 Add dhcp related tasks to inspection role
In case when inventory_dhcp is enabled and node is not deployed yet,
inspection is not working because dnsmasq ignores requests from unknown
address.

Change-Id: I048acc5093d186637db2e92915eb019dc3baab91
2016-12-27 16:53:39 +02:00

8 lines
299 B
YAML

---
fixes:
- Added dhcp configuration tasks to inspection role.
In case when inventory_dhcp is enabled and node is not deployed yet,
inspection is not working because dnsmasq ignores requests from unknown
address. This fix introduces tasks which configures dhcp before
inspection.