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
#1
Updated by Jochen Schalanda over 14 years ago
- File 0001-Fixed-detection-of-preseed_server-and-preseed_path-f.patch 0001-Fixed-detection-of-preseed_server-and-preseed_path-f.patch added
- File 0002-Small-refactoring-of-the-media-handling-for-operatin.patch 0002-Small-refactoring-of-the-media-handling-for-operatin.patch added
(Re-) Generated patch file(s) with git format-patch
.
Updated by Jochen Schalanda over 14 years ago
- File 0001-Small-refactoring-of-the-media-handling-for-operatin.patch 0001-Small-refactoring-of-the-media-handling-for-operatin.patch added
(Re-) Generated patch file(s) with git format-patch
and this time with only one resulting patch file...
Updated by Anonymous over 14 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 7a481d2df8548ebb0651f38331877fbad901a3f3.
Updated by Ohad Levy over 14 years ago
- Category set to Unattended installations
- Assignee set to Jochen Schalanda
- Target version set to 0.1-5
Updated by Ohad Levy over 14 years ago
- Status changed from Ready For Testing to Closed
Actions