Project

General

Profile

Actions

Bug #35714

closed

Host details -- module stream tab not available for EL variants like Alma

Added by Ian Ballou about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Hosts
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

The host details content tab in the UI shows the module streams tab with the following check:

const osMatch = hostDetails?.operatingsystem_name?.match(/(\w+) (\d+)/);
return !(osMatch && osMatch1.match(/RedHat|CentOS/i) && Number(osMatch2) > 7)

We should expand that to work with any EL-type variant, like Alma, Rocky, and whatever else.

Actions #1

Updated by William Clark about 2 years ago

  • Triaged changed from No to Yes
Actions #2

Updated by The Foreman Bot about 2 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Lucy Fu
  • Pull request https://github.com/Katello/katello/pull/10357 added
Actions #3

Updated by The Foreman Bot about 2 years ago

  • Fixed in Releases Katello 4.8.0 added
Actions #4

Updated by Lucy Fu about 2 years ago

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

Updated by The Foreman Bot about 2 years ago

  • Pull request https://github.com/Katello/katello/pull/10375 added
Actions #6

Updated by Samir Jha about 2 years ago

  • Pull request deleted (https://github.com/Katello/katello/pull/10375)
Actions

Also available in: Atom PDF