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 #1

Updated by The Foreman Bot over 6 years ago

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

Updated by Anonymous over 6 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #3

Updated by Daniel Lobato Garcia over 6 years ago

  • translation missing: en.field_release set to 240
Actions

Also available in: Atom PDF