Actions
Bug #30004
closedAs a user, i can import a content view version export into an existing content view
Status:
Closed
Priority:
Normal
Assignee:
Category:
Inter Server Sync
Target version:
Description
As a user, i can import a content view version export into an existing content view
hammer content-view version import --organization=org --name=foo --metadata=<metadata file>Precheck
- Metadata + Dump should exist (checks for checksums)
- Content View must exist
- ‘Shell’ library repositories of the repositories in the content view must exist
- We can try automating this as extra credit
- As a user I can import the import file and the repositories and content views would be created for me if not present.
- Creates a new version
- Create a new repository in pulp (if not already created)
- Configure a pulp importer, give it a repo mapping and the location of the dump.
- Call the pulp import api
- Tackle other operations similar to CV publish.
- Copy over the deltas between cv version repo and library repo (due to applicability calculations)
Updated by Partha Aji over 4 years ago
As a user, i can import a content view version export into an existing content view
hammer content-view version import --organization=org --name=foo --metadata=<metadata file>Precheck
- Metadata + Dump should exist (checks for checksums)
- Content View must exist
- ‘Shell’ library repositories of the repositories in the content view must exist
- We can try automating this as extra credit
- As a user I can import the import file and the repositories and content views would be created for me if not present.
- Creates a new version
- Create a new repository in pulp (if not already created)
- Configure a pulp importer, give it a repo mapping and the location of the dump.
- Call the pulp import api
- Tackle other operations similar to CV publish.
- Copy over the deltas between cv version repo and library repo (due to applicability calculations)
- Also i can import a Composite content view version export into an existing content view
- Call out to the docs team
Updated by Partha Aji over 4 years ago
- Blocks Tracker #29977: Import/Export Stories added
Updated by Chris Roberts over 4 years ago
- Category set to Inter Server Sync
- Target version set to Katello 4.0.0
- Triaged changed from No to Yes
Updated by Chris Roberts over 4 years ago
- Target version changed from Katello 4.0.0 to Katello 3.17.0
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Partha Aji
- Pull request https://github.com/Katello/katello/pull/8932 added
Updated by The Foreman Bot about 4 years ago
- Fixed in Releases Katello 4.0.0 added
Updated by Partha Aji about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|dce578c1648a9eec1b2e4b2954c6cd1aa3519f9e.
Actions