Project

General

Profile

Actions

Feature #21104

closed

Recognize br-ex, br-int and br-tun as bridge interfaces

Added by Christian Schulze-Wiehenbrauk over 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Difficulty:
trivial
Triaged:
Fixed in Releases:
Found in Releases:

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

Actions

Also available in: Atom PDF