Actions
Feature #11972
closed
Implement regex for option ignore_puppet_facts_for_provisioning
Description
Hey guys,
I'm currently encountering an issue, that /etc/node.rb MYNODE returns 1 because
foreman can not handle all the interfaces.
I'm running a KVM host and have around 100 tap interfaces. I don't even want them
to show up in the foreman interface.
It would be nice, to not ignore every device using the provisioning option "ignore_puppet_facts_for_provisioning=true".
Instead using a regex for that would be nice. That way, I can exclude specific interfaces.
For example an option like "ignore_puppet_facts_for_provisioning_iface=^tap[\d]+$" would be nice. That way
these interface would be excluded if matched the regex.
Updated by Lukas Zapletal over 9 years ago
- Related to Bug #12013: Cannot provision host because MAC address is supposedly taken added
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2785 added
- Pull request deleted (
)
Updated by Marek Hulán over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Updated by Brandon Weeks over 9 years ago
- Related to Bug #12391: Discovery breaks ignore_puppet_facts_for_provisioning global setting added
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release changed from 71 to 63
Updated by Marek Hulán about 9 years ago
- Related to Bug #11434: Foreman 1.7.x -> 1.8.2 (Puppet collects/adds Lots of bogus interface entries) added
Actions