Project

General

Profile

Actions

Bug #7480

closed

Unable to use cloned PXELinux global default template with 6.0.4

Added by Bryan Kearney over 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Hosts
Target version:
Difficulty:
medium
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1142160
Since "PXELinux global default" template is locked and the name is hardcoded in Foreman codebase, there is no way to use Foreman Discovery since we can't configure initial boot.

Workaround: Unlock the locked template and edit it.

  1. foreman-rake console

ct = ConfigTemplate.find_by_name("PXELinux global default"); ct.locked = false; ct.save!
exit


Related issues 1 (0 open1 closed)

Blocked by Foreman - Feature #8477: Improve usability of config template locking/defaultsClosedStephen Benjamin11/21/2014Actions
Actions

Also available in: Atom PDF