Feature #21104
closedRecognize br-ex, br-int and br-tun as bridge interfaces
Description
In the openstack dvr configuration scenario, bridges would be created on compute and network nodes called br-tun, br-ex, br-int and br-vlan. Unfortunately foreman does not recognize these devices as bridges, since the regex pattern matches only "br" + number (for that case).
This brings the unfortunate side effect, that the interfaces on which this bridges are created might vanish, because facter might report these with the same mac as the interfaces they were created on.
As this bridge naming pattern is quasi standard for some specific openstack configurations, it would be great if foreman would accept the "br-(\w)" pattern.
Implementation change would be required here:
https://github.com/theforeman/foreman/blob/develop/app/services/fact_parser.rb#L4
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4872 added
Updated by Anonymous about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bc03373fb7c298243ebfa52b715ff7dc5e549403.
Updated by Daniel Lobato Garcia about 7 years ago
- Translation missing: en.field_release set to 240