Refactor #6560
Extract puppet specific fact parsing logic to isolated class
Description
Currently we hardcode puppet facts format for parsing so when we want to create interfaces based on facts, we can support only puppet hosts. It would be nice to extract puppet parser into separate class and allow registering other parsers from plugins (similar to fact importer classes)
Related issues
Associated revisions
Refs #6560 - parsing method interface change
History
#1
Updated by Marek Hulán almost 9 years ago
- Status changed from Assigned to Ready For Testing
#2
Updated by Marek Hulán almost 9 years ago
- Blocks Feature #6444: Add ancestry NICs and allow interfaces with same MAC added
#3
Updated by Anonymous almost 9 years ago
- Target version changed from 1.8.0 to 1.7.5
#4
Updated by The Foreman Bot almost 9 years ago
- Pull request https://github.com/theforeman/foreman/pull/1578 added
- Pull request deleted (
)
#5
Updated by Dominic Cleal almost 9 years ago
- Legacy Backlogs Release (now unused) set to 21
#6
Updated by Marek Hulán almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1d750dd7e499c4b6c204aafc146176ae0e46344c.
Fixes #6560 - Extract puppet parsing logic