Project

General

Profile

Feature #197

Allow site local views of unattended installation

Added by Frank Sweetser about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Unattended installations
Target version:
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:

Description

While the various unattended views are pretty broadly designed, inevitably some sites will end up having to create their own local versions. This is pretty simple to maintain when foreman is installed via git, but becomes a major pain if using RPM or deb packages.

As an alternative, it would be great if foreman could check for a site local copy of the unattended views, and prefer those over the packaged ones. Then, the view rendering would look roughly like this:

if exists? kickstart-local.rhtml then
render kickstart-local.rhtml
else
render kickstart.rhtml
end

Associated revisions

Revision 0c759d7b (diff)
Added by Ohad Levy about 13 years ago

fixes #197 - Allow site local views of unattended installation

History

#1 Updated by Ohad Levy about 13 years ago

  • Target version set to 0.1-5

#2 Updated by Ohad Levy about 13 years ago

  • Status changed from New to Ready For Testing
  • % Done changed from 0 to 100

#3 Updated by Ohad Levy about 13 years ago

  • Status changed from Ready For Testing to Closed

Also available in: Atom PDF