-
Bug
-
Resolution: Done-Errata
-
Normal
-
6.10.2
-
False
-
-
False
-
CLOSED
-
1,200
-
Phoenix
-
Sprint 97, Sprint 98, Sprint 110, Sprint 111, Sprint 112, Sprint 113, Sprint 114, Sprint 115, Sprint 116
-
Moderate
-
Yes
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
There are no Sub-Tasks for this issue.