Actions
Bug #34760
closedHide profiles for module streams since we no longer have that info indexed from pulp
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Description of problem:
No profiles are shown for any module streams
Version-Release number of selected component (if applicable):
RHEL 6.10.2
How reproducible:
every time
Steps to Reproduce:
1. Sync RHEL8 Appstream repo
2. - WebUI --> Content --> Module Streams --> $stream --> Profiles tab --> 'No profiles to show'
Actual results:
- for id in $(hammer --username admin --password xxxx --no-headers module-stream list | awk {'print $1'}); do hammer --username admin --password xxxxx module-stream info --id $id | grep Profiles -A 1; done
~~~
Profiles:
Profiles:
Profiles:
Profiles:
Expected results:
- for id in $(hammer --username admin --password xxxx --no-headers module-stream list | awk {'print $1'}); do hammer --username admin --password xxxx module-stream info --id $id | grep Profiles -A 1; done
~~~
Profiles:
1) ID: 28
Profiles:
1) ID: 266
Profiles:
1) ID: 256
Profiles:
1) ID: 23
Additional info:
Copied from: https://bugzilla.redhat.com/show_bug.cgi?id=2050100#c8
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/10060 added
Updated by Jeremy Lenz over 2 years ago
- Subject changed from Hide profiles for module streams since we no longer have that info indexed from pulp to Hide profiles for module streams since we no longer have that info indexed from pulp
- Target version set to Katello 4.4.1
- Triaged changed from No to Yes
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases Katello 4.5.0 added
Updated by Samir Jha over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|3afbe21cda6fa72da5d17c70e5fb7891e2c5b8cc.
Updated by The Foreman Bot over 2 years ago
- Pull request https://github.com/Katello/katello/pull/10073 added
Actions