Actions
Bug #23412
closedUpgrade to 0.12 breaks the unused_ip call
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Difficulty:
Triaged:
Description
After upgrade of the smart_proxy_dhcp_infoblox, the foreman_proxy isn't able to find a new IP address.
It logs an error like this :
D, [2018-04-26T11:30:48.484284 118f6fc9] DEBUG -- : verifying remote client 10.24.48.201 against trusted_hosts ["front01-tool.phys.prod", "front02-tool.phys.prod", "vip-http01-tool.phys.prod"]
E, [2018-04-26T11:30:52.722376 118f6fc9] ERROR -- : undefined method subnet_range_addresses' for "255.255.252.0":String D, [2018-04-26T11:30:52.722487 118f6fc9] DEBUG -- : undefined methodsubnet_range_addresses' for "255.255.252.0":String (NoMethodError)
Problem is related to the get_subnet function that doesn't returne the correct value.
Actions