Actions
Bug #3558
closedDefault template "Boot disk gPXE - host" doesn't work due to iPXE DNS requirements
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.
Updated by Jon Fautley over 11 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 ---
Updated by Dominic Cleal over 11 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.
Updated by Dominic Cleal over 11 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