Project

General

Profile

Actions

Bug #34760

closed

Hide profiles for module streams since we no longer have that info indexed from pulp

Added by Samir Jha about 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Fixed in Releases:
Found in Releases:

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:

  1. 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:

  1. 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 #1

Updated by The Foreman Bot about 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
Actions #2

Updated by Jeremy Lenz about 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
Actions #3

Updated by The Foreman Bot about 2 years ago

  • Fixed in Releases Katello 4.5.0 added
Actions #4

Updated by Samir Jha about 2 years ago

  • Status changed from Ready For Testing to Closed
Actions #5

Updated by The Foreman Bot almost 2 years ago

  • Pull request https://github.com/Katello/katello/pull/10073 added
Actions

Also available in: Atom PDF