Actions
Bug #13693
openInterface Name being converted from using an `_` to a `.`
Status:
New
Priority:
Normal
Assignee:
-
Category:
Facts
Target version:
-
Description
I have about 100 hosts that are failing to properly upload Facts to Foreman due to the interface identify having a `.` in the primary interface. My Facter output is showing the interface name with an `_` as well as the debug logs in Foreman. A pastebin is below to full debug output of the production.log as well as a full Facter output.
production.log:
http://pastebin.com/VRzWvbkQ
Facter Output:
http://pastebin.com/0iraNTUj
Updated by Charles McKnight almost 9 years ago
Tests have confirmed that an "_" in the NIC name will be converted to a "." also whitespace in a NIC name is converted to a "." causing issues with fact upload.
Current workaround is to ensure that NIC names contain no whitespace or "_" characters. Tests were conducted on Windows Server 2012R2.
Updated by Anonymous over 8 years ago
- Related to Bug #13435: Windows fact import fails with: Can't add or remove `.` from identifier added
Actions