Project

Profile

Help

Issue #4002

closed

Story #3919: As a user, I can manage modular Errata content

pulp-admin doesn't support uploading modular errata

Added by milan over 5 years ago. Updated almost 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

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": []
    }
Actions #1

Updated by milan over 5 years ago

  • Description updated (diff)
Actions #2

Updated by milan over 5 years ago

  • Description updated (diff)
Actions #3

Updated by CodeHeeler over 5 years ago

  • Triaged changed from No to Yes
Actions #4

Updated by bmbouter almost 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.

Actions #5

Updated by bmbouter almost 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF