Actions
Feature #7469
openProvide custom facts to improve network facts parsing experience
Status:
New
Priority:
Normal
Assignee:
-
Category:
Facts
Target version:
-
Description
We support parsing of custom facts for IPMI devices and link status in discovery, we should add an easy way to propagate them to normal puppet agents. Also similar is needed for fixing vlan vs aliases fact conflicts until they fix it in upstream (https://tickets.puppetlabs.com/browse/FACT-701)
We could either add things to https://github.com/theforeman/puppet-foreman/blob/master/lib/puppet/parser/functions/foreman.rb or create a separate module (foreman_functions?) which would contain all of this stuff, but contains no classes (thus preventing namespace conflict or dependency clashes).
As discussed though, it must be optional.
Updated by Marek Hulán over 10 years ago
- Related to Feature #2049: Allow removal of host when not found in VCenter added
Updated by Marek Hulán over 10 years ago
- Related to deleted (Feature #2049: Allow removal of host when not found in VCenter)
Updated by Marek Hulán over 10 years ago
- Related to Tracker #2409: Networking added
Updated by Marek Hulán over 10 years ago
- Blocks Bug #7470: Fix alias vs. vlan interface detection when parsing facts added
Actions