Actions
Bug #23174
closedDo not prevent host discovery for existing MAC/IP addresses
Difficulty:
Triaged:
Bugzilla link:
Description
We prevented discovering a host with existing MAC managed address in #16890 because Foreman was supposed to prevent creation of NICs with same MAC addresses. It turns out this validation does not work (#23173) and the discovery prevention patch created an unnecessary regression to existing users.
In this patch, we will revert back the old behavior, the new preventing will be only available as discovery opt-in setting.
Updated by Lukas Zapletal over 6 years ago
- Related to Feature #16890: Prevent host discovery for existing MAC/IP addresses added
Updated by Lukas Zapletal over 6 years ago
- Related to Bug #23173: Provision interface MAC uniquess does not work added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_discovery/pull/422 added
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/theforeman/foreman_discovery/pull/423 added
Updated by Lukas Zapletal over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_discovery|4903d1632f438031f09c8862dd2088abd0b6a3da.
Actions