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
Actions