Bug 1867934
Summary: | List of a repository set's available repositories does not include 6Server | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Stephen Wadeley <swadeley> |
Component: | Repositories | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED DUPLICATE | QA Contact: | Stephen Wadeley <swadeley> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.8.0 | CC: | jsherril |
Target Milestone: | 6.8.0 | Keywords: | Regression, Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-08-20 18:10:27 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
Stephen Wadeley
2020-08-11 08:47:26 UTC
Hello seems the cause is change in Satellite "Resource Type does not have blank selection anymore in the role filters page. It's changed to '(Miscellaneous)' when creating a role for a user for access_dashboard."[1] After pulling in the changes from [1] my API test passes [1] Filter: Resourch Type changes for roles #7928 https://github.com/SatelliteQE/robottelo/pull/7928/files further to comment 3 I think this is now just a Hammer issue [root@cloud-qe-20 ~]# hammer --csv repository list --organization-id 85 Id,Name,Product,Content Type,URL 268,Red Hat Enterprise Virtualization Agents for RHEL 6 Server RPMs x86_64 6Server,Red Hat Enterprise Linux Server,yum,https://cdn.redhat.com/content/dist/rhel/server/6/6Server/x86_64/rhev-agent/3/os [root@cloud-qe-20 ~]# hammer --csv repository-set available-repositories --name "Red Hat Enterprise Virtualization Agents for RHEL 6 Server (RPMs)" --product "Red Hat Enterprise Linux Server" --organization-id 85 Name,Arch,Release,Enabled Red Hat Enterprise Virtualization Agents for RHEL 6 Server (RPMs),x86_64,6.10,false Red Hat Enterprise Virtualization Agents for RHEL 6 Server (RPMs),x86_64,6.8,false Red Hat Enterprise Virtualization Agents for RHEL 6 Server (RPMs),x86_64,6.1,false Red Hat Enterprise Virtualization Agents for RHEL 6 Server (RPMs),i386,6.10,false Red Hat Enterprise Virtualization Agents for RHEL 6 Server (RPMs),i386,6.8,false Red Hat Enterprise Virtualization Agents for RHEL 6 Server (RPMs),i386,6.1,false (In reply to Stephen Wadeley from comment #3) > Hello > > seems the cause is change in Satellite > > "Resource Type does not have blank selection anymore in the role filters > page. It's changed to '(Miscellaneous)' when creating a role for a user for > access_dashboard."[1] > > After pulling in the changes from [1] my API test passes > > [1] > Filter: Resourch Type changes for roles #7928 > https://github.com/SatelliteQE/robottelo/pull/7928/files Posted to soon, the change that fixed the API test was this Fix API permission search for name and resource_type #7885 https://github.com/SatelliteQE/robottelo/pull/7885/files *** This bug has been marked as a duplicate of bug 1838917 *** |