Bug #23412
closedUpgrade to 0.12 breaks the unused_ip call
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.
Updated by Anonymous over 6 years ago
- Pull request https://github.com/theforeman/smart_proxy_dhcp_infoblox/pull/36 added
Updated by Sébastien Bernard over 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset smart_proxy_dhcp_infoblox|772cf0e27ce2d73edd03858604f836989e8f0700.