Actions
Feature #35606
closedMake syncable import accept a url instead of a path
Status:
Closed
Priority:
Normal
Assignee:
Category:
Inter Server Sync
Target version:
Difficulty:
Triaged:
Yes
Description
Syncable imports accept a --path parameter, create a repo pointing to the content, syncing things and publishing.
There is no reason why we should not accept an http url instead of requiring it to be locally on the disk (atleast for syncable format.)
- Updates the cdn configuration to custom cdn.
- Fetch the metadata json from the URL
- Parses it
- Creates/Enables the appropriate repos and content views
- The repo url should point the correct repo location in the url pointed out by the url param
- Syncs those repos
- Publishes the content view (if needed.)
The main benefit of this is one can just point a satellite to a webserver with a syncable dump and say "Import this."
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Partha Aji
- Pull request https://github.com/Katello/katello/pull/10307 added
Updated by The Foreman Bot about 2 years ago
- Pull request https://github.com/Katello/hammer-cli-katello/pull/867 added
Updated by Partha Aji about 2 years ago
- Target version set to Katello 4.7.0
- Triaged changed from No to Yes
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases Katello 4.7.0 added
Updated by Partha Aji about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|6a705229041682536ed504de8dc81cd88989194e.
Actions