Project

General

Profile

Actions

Refactor #235

closed

More robust handling of installation media URIs

Added by Jochen Schalanda about 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Low
Category:
Unattended installations
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Foreman's handling of installation media and their respective URIs should be more robust.

The attached patch file contains a proposed refactoring of the media handling for operating system families:
  • Use URI class for any URI related operations
  • Added substitution for $version, $major and $minor in media path
  • Force use of http(s), ftp or nfs URI scheme

The last point introduces a small regression: NFS shares now have to be entered in the URI scheme specified in RFC 2224 (http://www.ietf.org/rfc/rfc2224.txt): nfs://server/path/.../ instead of server:/path/.../


Files

Actions

Also available in: Atom PDF