Project

Profile

Help

Story #3927

closed

As a user, I can upload information about Consumer

Added by dkliban@redhat.com over 5 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
2.18.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

As a result of this story the user will be able to upload a set of reports about a consumer. The payload will look like this:

{
  "content_type": "modulemd",
  "profile": [{"name": "duck",
               "stream": 0,
               "version": "20180730233102",
               "context": "deadbeef",
               "arch": "noarch"},
               {"name": "flipper",
               "stream": 0.71,
               "version": "20180707144203",
               "context": "c0ffee42",
               "arch": "x86_64"}
               ]
}
{
  "content_type": “rpm",
  "profile": [ {"name": "duck_the_second",
               "version": 2,
               "release”: "livebeef",
               "arch": "noarch",
               "epoch": "default",
               “vendor”:”RH”},
               ]
}

The "profiles" field on the actual module object reflects the enabled profiles for that module.
Pulp's applicability APIs will then be able to use this profile to calculate applicability to a consumer.

Profile for rpm type seems to be the same as before, so no migration is needed.


Related issues

Related to RPM Support - Test #4158: Test applicability for modular or mixed contentCLOSED - COMPLETEActions
Blocks RPM Support - Story #4058: As a user, I can calculate applicability for modular contentCLOSED - CURRENTRELEASEttereshc

Actions

Also available in: Atom PDF