Actions
Bug #23524
openinfoblox DHCP gives unreliable free ips.
Status:
New
Priority:
Normal
Assignee:
-
Category:
DHCP plugin
Description
Related to the [[http://projects.theforeman.org/issues/23523]] I'm opening also an issue with the infoblox dhcp plugin.
Ip reservation are now processed in the Proxy::DHCP::FreeIps::find_free_ip without calling the infoblox for a new ip address.
This seems a regression regarding the previous version.
At this time, the generic IP reservation is throwing random addresses without checking the infoblox.
This logic is not working correctly, giving address which are already used in the infoblox.
This makes the host creation fails at the dhcp reservation creation.
Maybe one could supersede the find_free_ip with an infoblox specialized version to avoid this problem.
Actions