Bug #32241
Auto create cv on import
Status:
Closed
Priority:
Normal
Assignee:
Category:
Inter Server Sync
Target version:
Difficulty:
Triaged:
Yes
Description
As a user I 'd like to automatically create an import-only content view On import.
The importing metadata will have the name of the content view. We just need to create it if a content view with the same name does not exist. If it does exist we use it to import.
`hammer content-import version --organization=import-1176 --path=/var/lib/pulp/exports/.... --metadata-file=metadata-6.json`
Associated revisions
Fixes #32241 - Updated unit tests for auto create cv
The unit tests and the apipie json were not updated when the auto create
cv PR got merged. This commit fixes that issue
History
#1
Updated by The Foreman Bot about 1 year ago
- Assignee set to Partha Aji
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9260 added
#2
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/Katello/hammer-cli-katello/pull/797 added
#3
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases Katello 4.2.0 added
#4
Updated by Partha Aji about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|f34f3d21876d5fcb93a3cc25c5e9ffb18942ad40.
#5
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/Katello/hammer-cli-katello/pull/798 added
#6
Updated by Jonathon Turel about 1 year ago
- Triaged changed from No to Yes
- Target version set to Katello 4.1.0
Refs #32241 - Auto create cv on import