Bug #29888
closedIncorrect defaults for "Ignore interface identifiers" and "Excluded facts"
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
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7668 added
Updated by Leos Stejskal over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 49160b86409451dd0d166caa37a6a75bf0087145.
Updated by Tomer Brisker over 4 years ago
- Subject changed from Satellite defaults for "Ignore interfaces with matching identifier" and "Exclude pattern for facts stored in satellite" wrong to Incorrect defaults for "Ignore interface identifiers" and "Excluded facts"
Updated by The Foreman Bot about 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added