Actions
Refactor #235
closedMore robust handling of installation media URIs
Status:
Closed
Priority:
Low
Assignee:
Category:
Unattended installations
Target version:
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
ornfs
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