Bug 1712811
Summary: | /katello/api/repository_sets/:id returns too many repositories | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Evgeni Golov <egolov> |
Component: | API - Content | Assignee: | Ian Ballou <iballou> |
Status: | CLOSED ERRATA | QA Contact: | Jitendra Yejare <jyejare> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.5.0 | CC: | pcreech |
Target Milestone: | 6.6.0 | Keywords: | Regression, Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | tfm-rubygem-katello-3.12.0.4-11.master | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-10-22 19:48:51 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Evgeni Golov
2019-05-22 09:52:24 UTC
Created redmine issue https://projects.theforeman.org/issues/26967 from this bug Created redmine issue https://projects.theforeman.org/issues/26981 from this bug Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/26981 has been resolved. Verified! @ Satellite 6.6 snap 10 Steps: ------------- 1. Enable RHEL7 Server repository 2. Create 2 content views and add above repository in both content views. 3. Publish content views 4. Get repository Set details of RHEL7 server reposioty # curl -u admin:changeme -X GET https://satellite.com/katello/api/v2/repository_sets/2456 -d 'organization_id=2' --insecure Observation: ------------------ { "enabled": true, "product": { "id": 67, "name": "Red Hat Enterprise Linux Server" }, "repositories": [ { "id": 8, "name": "Red Hat Enterprise Linux 7 Server RPMs x86_64 7Server", "arch": "x86_64", "releasever": "7Server" } ], "name": "Red Hat Enterprise Linux 7 Server (RPMs)", "vendor": "Red Hat", "label": "rhel-7-server-rpms", "id": "2456", "type": "yum", "gpgUrl": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", "contentUrl": "/content/dist/rhel/server/7/$releasever/$basearch/os" } Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:3172 |