Project

General

Profile

Actions

Bug #3558

closed

Default template "Boot disk gPXE - host" doesn't work due to iPXE DNS requirements

Added by Jon Fautley over 10 years ago. Updated almost 6 years ago.

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

Description

The default host specific gPXE template contains the following:

--- 8< ---
  1. Note, iPXE can only use one DNS server
    set dns <%= @host.subnet.dns_primary > <= @host.subnet.dns_secondary %>
    --- >8 ---

Because foreman-bootdisk uses iPXE on the host specific images, the image will never work if there are two DNS servers defined in the subnet definition.

Actions #1

Updated by Jon Fautley over 10 years ago

Silly advanced formatting, the above should read:

--- 8< ---
# Note, iPXE can only use one DNS server
set dns <%= @host.subnet.dns_primary %> <%= @host.subnet.dns_secondary %>
--- >8 ---
Actions #2

Updated by Dominic Cleal over 10 years ago

  • Status changed from New to Assigned
  • Assignee set to Dominic Cleal

Yeah, I've fixed this in git already but need to make another release. Will do a 1.2.3 shortly.

Actions #3

Updated by Dominic Cleal over 10 years ago

  • Status changed from Assigned to Closed
  • Target version set to 1.15.0
  • % Done changed from 0 to 100

1.2.3's built, will hit the repos just after 5pm.

http://koji.katello.org/koji/buildinfo?buildID=7113 is the build if you want it now.

Actions

Also available in: Atom PDF