Project

General

Profile

Actions

Bug #23655

open

vlan interface facts don't imported in case of ansible plugin

Added by Maksim Malchuk almost 6 years ago. Updated almost 5 years ago.

Status:
Ready For Testing
Priority:
Normal
Category:
Facts
Target version:
-
Fixed in Releases:
Found in Releases:

Description

During facts import vlan interfaces parsed but not saved for the host:

2018-05-20T10:46:17 88de1713 [app] [D] We have following interfaces 'br-private, enp2s0f0, enp2s0f1, bond1.1005, br-ipo, br-ipo-nic, enp130s0f0, enp130s0f1, enp129s0f0, enp129s0f1, bond0, bond1' based on facts
2018-05-20T10:46:17 88de1713 [app] [D] Saving br_private NIC for host cloud-lab15.example.org
2018-05-20T10:46:18 88de1713 [app] [W] Saving br_private NIC for host cloud-lab15.example.org failed, skipping because:
2018-05-20T10:46:18 88de1713 [app] [W] Identifier has already been taken
2018-05-20T10:46:18 88de1713 [app] [D] Saving enp2s0f0 NIC for host cloud-lab15.example.org
2018-05-20T10:46:18 88de1713 [app] [D] Saving enp2s0f1 NIC for host cloud-lab15.example.org
2018-05-20T10:46:18 88de1713 [app] [D] Saving bond1.1005 NIC for host cloud-lab15.example.org

  1. hammer host interface list --host-id 1
    ---|------------|--------------------------------|-------------------|-------------|------------------------
    ID | IDENTIFIER | TYPE | MAC ADDRESS | IP ADDRESS | DNS NAME
    ---|------------|--------------------------------|-------------------|-------------|------------------------
    8 | bond1 | bond | 2c:9d:1e:b1:f5:f6 | |
    7 | bond0 | bond | 2c:9d:1e:b1:f5:f5 | |
    1 | enp129s0f1 | interface (primary, provision) | 2c:9d:1e:b1:f5:f6 | | cloud-lab15.example.org
    6 | enp129s0f0 | interface | 2c:9d:1e:b1:f5:f5 | |
    5 | br_ipo_nic | interface | 52:54:00:cd:a9:9c | |
    4 | br_ipo | interface | 52:54:00:cd:a9:9c | 192.168.1.1 |
    3 | enp2s0f1 | interface | 2c:9d:1e:6c:d3:c6 | |
    2 | enp2s0f0 | interface | 2c:9d:1e:6c:d3:c5 | |
    ---|------------|--------------------------------|-------------------|-------------|------------------------

This is caused because of incomplete regexp matching and absence of vlans fact in case of ansible plugin.


Related issues 2 (0 open2 closed)

Related to Ansible - Bug #23653: parsing facts break interfaces namesClosedMaksim MalchukActions
Related to Foreman - Bug #23654: bridge interface facts don't imported in case of primary interfaceClosedMaksim MalchukActions
Actions #1

Updated by The Foreman Bot almost 6 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/5597 added
Actions #2

Updated by Maksim Malchuk almost 6 years ago

  • Related to Bug #23653: parsing facts break interfaces names added
Actions #3

Updated by The Foreman Bot almost 6 years ago

  • Pull request https://github.com/theforeman/foreman/pull/5598 added
Actions #4

Updated by Maksim Malchuk almost 6 years ago

  • Related to Bug #23654: bridge interface facts don't imported in case of primary interface added
Actions #5

Updated by The Foreman Bot almost 6 years ago

  • Pull request https://github.com/theforeman/foreman/pull/5599 added
Actions #6

Updated by Chris Roberts almost 6 years ago

  • Priority changed from High to Normal
  • Triaged set to Yes
Actions

Also available in: Atom PDF