Actions
Story #3925
closedAs a user, I can retrieve a list of applicable RPMs, Errata, and Module streams for a consumer
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.18.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 45
Quarter:
Description
Before adding support of modular content the format was:
{"applicability":
{"rpm": ["unit_id1", "unit_id2"],
"erratum": ["unit_id3",]},
"consumers": ["your_consumer_id1", "your_consumer_id2"]}
Now "modulemd" content type will be added:
{ "applicability" :
{ "rpm" : [ "94978496-8bda-43f7-bad3-70aed533cf83", "a78438e6-453f-4ad5-8071-02f6c18b35a4" ],
"erratum" : ["12345678-8bda-43f7-bad3-70aed533cf65" ],
"modulemd": ["87654321--453f-4ad5-8071-02f6c18bdead"] },
"consumers": ["con1", "con2"]
}
Related issues
Updated by dkliban@redhat.com over 6 years ago
- Project changed from Pulp to RPM Support
- Sprint/Milestone set to 2.18.0
Updated by daviddavis over 6 years ago
- Tracker changed from Issue to Story
- % Done set to 0
Updated by dkliban@redhat.com about 6 years ago
- Sprint/Milestone deleted (
2.18.0)
Updated by ttereshc about 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ttereshc
- Sprint set to Sprint 45
Updated by ttereshc about 6 years ago
- Related to Test #4156: Adjust test(s) for applicability calculation of non-modular repos added
Added by ttereshc about 6 years ago
Updated by ttereshc about 6 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 3a9a314b0bceb1ddcff0edf91a0d54f5e75f9878.
Updated by bherring almost 6 years ago
- Related to Test #4158: Test applicability for modular or mixed content added
Updated by bherring almost 6 years ago
- Related to deleted (Test #4158: Test applicability for modular or mixed content)
Updated by bherring almost 6 years ago
- Related to Test #4158: Test applicability for modular or mixed content added
Updated by ttereshc almost 6 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Applicability calculation supports modularity content
closes #4058 https://pulp.plan.io/issues/4058
closes #3925 https://pulp.plan.io/issues/3925
closes #3927 https://pulp.plan.io/issues/3927