Refactor #15409
Refactor (puppet) facts out of host classes.
Description
Both host/base and host/managed contain methods for dealing with puppet facts.
Consolidate and move the code from both of them into a single concern.
Related issues
Associated revisions
History
#1
Updated by Shimon Shtein about 6 years ago
- Related to Tracker #9596: Extract Puppet functionality to a plugin added
#2
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shimon Shtein
- Pull request https://github.com/theforeman/foreman/pull/3649 added
#3
Updated by Ivan Necas about 5 years ago
- Target version set to 1.13.3
#4
Updated by Shimon Shtein about 5 years ago
- Related to Refactor #19699: Remove unnecessary monkey patching added
#5
Updated by Ivan Necas about 5 years ago
- Target version changed from 1.13.3 to 1.14.2
#6
Updated by Ivan Necas almost 5 years ago
- Legacy Backlogs Release (now unused) set to 296
#7
Updated by Shimon Shtein almost 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 715d097cbd058d171c8a2c65ad5d519d128d1123.
#8
Updated by Lukas Zapletal almost 5 years ago
- Related to Bug #21123: Fact import code does not work added
#9
Updated by Ivan Necas over 4 years ago
- Related to Bug #21573: Importing facts in development breaks on code reload added
#10
Updated by Lukas Zapletal over 3 years ago
- Related to Bug #16449: Taxonomy is detected too late during discovery added
#11
Updated by Lukas Zapletal over 3 years ago
- Related to Bug #26038: Puppet importer refactoring changed taxonomy flow added
Fixes #15409 - Separated puppet facts from core