Actions
Bug #24691
closedVirtual interfaces are incorrectly updated from puppet facts when using facter 3.0 and above
Description
Unless the setting 'Ignore Puppet facts for provisioning' is set to 'Yes', foreman updates the hosts interface information based on Puppet facts. With facter version >= 3.0, a virtual interface is currently incorrectly
classified as being physical and its name overwrites the name of the physical interface to which it is attached in the foreman database.
- facter replacing the . (dot) and : (colon) in the interface name with an _ (underscore), which does not happen anymore with facter >=3. https://tickets.puppetlabs.com/browse/FACT-1762 https://tickets.puppetlabs.com/browse/FACT-775
- the 'vlans' fact, which has been removed as of facter 3.0 https://docs.puppet.com/facter/3.0/release_notes.html
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5984 added
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/theforeman/foreman/pull/5985 added
Updated by Lukas Zapletal over 6 years ago
- Related to Bug #24073: Foreman fact parser unable to process NPAR NICs with underscore added
Updated by Lukas Zapletal over 6 years ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/5984) - Fixed in Releases 1.20.0 added
Updated by Herwig Bogaert over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 911e1097c39f15b6f93fae7ff6a4a9e5c8e6d8fb.
Actions