Actions
Bug #29639
closedBetter error for leases without MAC address
Description
Infoblox attempts to create records with MAC address. Currently it fails with
2020-04-26T22:01:48 a96c980b [E] /usr/share/foreman-proxy/modules/dhcp_common/record/lease.rb:9:in `initialize' /usr/share/gems/gems/smart_proxy_dhcp_infoblox-0.0.15/lib/smart_proxy_dhcp_infoblox/common_crud.rb:20:in `new' /usr/share/gems/gems/smart_proxy_dhcp_infoblox-0.0.15/lib/smart_proxy_dhcp_infoblox/common_crud.rb:20:in `block in all_leases' /usr/share/gems/gems/smart_proxy_dhcp_infoblox-0.0.15/lib/smart_proxy_dhcp_infoblox/common_crud.rb:19:in `map' /usr/share/gems/gems/smart_proxy_dhcp_infoblox-0.0.15/lib/smart_proxy_dhcp_infoblox/common_crud.rb:19:in `all_leases'
It should properly fail with Invalid MAC address.
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/smart-proxy/pull/759 added
Updated by Anonymous almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset ba31df8e859a5a0cb5f1fb5057e3533e7ea26a4d.
Actions