Project

General

Profile

Actions

Bug #12399

closed

Error saving eth0.1 NIC for host failed

Added by El Joppa over 8 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Low
Category:
Foreman Integration
Target version:
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Get alot of errors on importing nics. (every time the grains are imported i guess)
Seems like foreman actually imports the nic eth0, but is referencing eth0.1 which actually doesnt exist (see grains output)

2015-11-05T10:10:21 [sql] [W] Saving eth0.1 NIC for host dev-fronttv2.startsiden.dev failed, skipping because:
2015-11-05T10:10:21 [sql] [W]  IP address is invalid
2015-11-05T10:10:21 [sql] [W]  Identifier Can't add or remove `.` from identifier

grains.items --out=json:

        "ip4_interfaces": {
            "lo": [
                "127.0.0.1" 
            ], 
            "eth0": [
                "192.168.30.31" 
            ]
        }, 
        "ip6_interfaces": {
            "lo": [
                "::1" 
            ], 
            "eth0": [
                "fe80::216:3eff:fe2b:f44b" 
            ]
        },
        "ip_interfaces": {
            "lo": [
                "127.0.0.1", 
                "::1" 
            ], 
            "eth0": [
                "192.168.30.31", 
                "fe80::216:3eff:fe2b:f44b" 
            ]
        }, 

environment:
foreman 1.9.2
debian jessie


Related issues 1 (1 open0 closed)

Related to Foreman - Bug #13435: Windows fact import fails with: Can't add or remove `.` from identifierNew01/28/2016Actions
Actions

Also available in: Atom PDF