Project

Profile

Help

Issue #7116

closed

Modules in errata not exposed by pulp3

Added by paji@redhat.com over 3 years ago. Updated over 3 years ago.

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

Description

  1. Sync the appstream repo
  2. Get the errata reference associated to errata_id = RHBA-2019:1530 or any other modular errata
  3. run (make sure to update the errata id)
 curl https://`hostname`/pulp/api/v3/content/rpm/advisories/9ff192a4-906f-4efd-ba29-55222eead0d8/   --cert    
/etc/pki/katello/certs/pulp-client.crt  --key /etc/pki/katello/private/pulp-client.key | jq                                              

  1. Look for pkglist attribute

Expected: pkglist has both module references and package references.

Actual: Notice that module entries are missing from the package list

Additional Info:

 RHBA-2019:1530 is an errata that has the following module in its package list
  <update status="final" from="release-engineering@redhat.com" version="1" type="bugfix">
    <id>RHBA-2019:1530</id>
   ......
       <pkglist>
      <collection short="rhel-8-for-x86_64-appstream-rpms__8_1_virt">
             <name>rhel-8-for-x86_64-appstream-rpms__8_1_virt</name>
              <module stream="rhel" version="8000020190529063309" arch="x86_64" name="virt" context="55190bc5" />
        ........
   </update>

Yet pulp does not show me any module name in the custom json

Also available in: Atom PDF