Project

General

Profile

Actions

Bug #36361

closed

kickstart_kernel_options snippet breaks UEFI VLAN tagged provisioning

Added by Alexey Masolov about 1 year ago. Updated 7 months ago.

Status:
Closed
Priority:
Normal
Category:
Templates
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

The current snippet renders vlan interfaces as "vlan=vlanXXX:ensY" which is against acceptable options. It should be "vlan=ensY.XXX:ensY". The host ends up with vlanXXX interfaces with no IPs and no links

I believe the snippet should be changed as follows:

from
options.push("vlan=vlan#{iface.tag}:#{iface.attached_to}")

to
options.push("vlan=#{iface.attached_to}.#{iface.tag}:#{iface.attached_to}")

Actions #1

Updated by The Foreman Bot about 1 year ago

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

Updated by The Foreman Bot 8 months ago

  • Fixed in Releases 3.9.0 added
Actions #3

Updated by Alexey Masolov 8 months ago

  • Status changed from Ready For Testing to Closed
Actions #4

Updated by The Foreman Bot 7 months ago

  • Assignee set to Ewoud Kohl van Wijngaarden
Actions #5

Updated by The Foreman Bot 7 months ago

  • Fixed in Releases 3.8.0 added
Actions

Also available in: Atom PDF