Bug #3558
closed
Default template "Boot disk gPXE - host" doesn't work due to iPXE DNS requirements
Added by Jon Fautley over 11 years ago.
Updated almost 7 years ago.
Description
The default host specific gPXE template contains the following:
--- 8< ---
- 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.
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 ---
- 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.
- Status changed from Assigned to Closed
- Target version set to 1.15.0
- % Done changed from 0 to 100
Also available in: Atom
PDF