Project

General

Custom queries

Profile

Actions

Bug #12399

closed

Error saving eth0.1 NIC for host failed

Added by El Joppa over 9 years ago. Updated almost 7 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
#4

Updated by Anonymous almost 9 years ago

  • Related to Bug #13435: Windows fact import fails with: Can't add or remove `.` from identifier added
#5

Updated by The Foreman Bot almost 7 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman_salt/pull/81 added
#6

Updated by Greg Sutcliffe almost 7 years ago

  • Category set to Foreman Integration
  • Status changed from Ready For Testing to Closed
  • Assignee set to Greg Sutcliffe
  • Target version set to 10.1.0
  • Triaged set to No
  • Fixed in Releases 10.1.0 added
  • Found in Releases 10.0 (or older) added
Actions

Also available in: Atom PDF