Actions
Bug #16449
closedTaxonomy is detected too late during discovery
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
The problem is that on the host the set_taxonomy from facts is only done after the facts that set the interfaces is done. And in the set of the interfaces there is a check that validates that the host.location must be included in the subnet.location. This will ofcourse fail because the host.location is then still NULL.
Updated by Lukas Zapletal almost 10 years ago
- Project changed from Discovery to Foreman
- Category changed from Discovery plugin to Facts
This needs to be changed in core actually.
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman/pull/3816 added
Updated by Lukas Zapletal almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c49eb07f93f6821d7a7cad518ef537cd9ca41478.
Updated by Dominic Cleal almost 10 years ago
- Translation missing: en.field_release set to 160
Updated by Dominic Cleal almost 10 years ago
- Translation missing: en.field_release changed from 160 to 190
Updated by Lukas Zapletal over 7 years ago
- Related to Refactor #15409: Refactor (puppet) facts out of host classes. added
Updated by Lukas Zapletal over 7 years ago
- Related to Bug #26038: Puppet importer refactoring changed taxonomy flow added
Actions