Issue #4002
closedStory #3919: As a user, I can manage modular Errata content
pulp-admin doesn't support uploading modular errata
Description
The pulp-admin tool doesn't currently support uploading modular errata.
This requires enhancement of the --pkglist-csv packagelist.csv
switch of the errata upload subcommand because at the moment there's no way to assign a package list to a modular erratum.
Possible solution might add a new, nargs switch that would accept a JSON structure, similar to the one the upload API uses, e.g:
$ pulp-admin rpm repo uploads erratum --repo-id zoo --erratum-id RHEA-2018:0042 ... --module-package-collection gorilla.json --module-package-collection walrus.json
$ cat walrus.json
{ "name": "collection 0",
"short": "0",
"module": {
"name": "walrus",
"stream": "5.21",
"version": "20180704144203",
"arch": "x86_64",
"context": "deadbeef"
},
"packages": []
}
Updated by bmbouter over 5 years ago
- Status changed from NEW to CLOSED - WONTFIX
Pulp 2 is approaching maintenance mode, and this Pulp 2 ticket is not being actively worked on. As such, it is being closed as WONTFIX. Pulp 2 is still accepting contributions though, so if you want to contribute a fix for this ticket, please reopen or comment on it. If you don't have permissions to reopen this ticket, or you want to discuss an issue, please reach out via the developer mailing list.