Actions
Bug #29888
closedIncorrect defaults for "Ignore interface identifiers" and "Excluded facts"
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Unattended installations
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1767455
Description of problem:
Current defaults on interface exclusion lists a wrong interface for RHV/oVirt's vdsmdummy interface
Version-Release number of selected component (if applicable):
foreman-1.22.0.32-1.el7sat.noarch
How reproducible:
Always
Steps to Reproduce:
1. See "Exclude pattern for facts stored in satellite" and "Ignore interfaces with matching identifier" on "Administer -> Settings - > Provisionig" tab
2.
3.
Actual results:
Defaults to "_vdsmdummy_", does not list "br-int" of OVS
Expected results:
Has ";vdsmdummy;" and "br-int" listed in the defaults
Additional info:
Current interface output of a RHV-Linux hypervisor with OVS enabled:
- ip l |egrep "vdsmdummy|br-int"
7: br-int: <BROADCAST,MULTICAST> mtu 1442 qdisc noop state DOWN mode DEFAULT group default qlen 1000
40: ;vdsmdummy;: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
Actions