Project

General

Profile

Actions

Bug #7882

closed

Katello Installer fails in OracleLinux while installing rubygems-katello

Added by Soumen Trivedi over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Installer
Target version:
Difficulty:
trivial
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

While installing Katello 2.0 in OracleLinux 6.5 x86_64 server, the installer "katello-installer" fails due to missing package rubygems-katello.

The reason for this issue is OracleLinux does not have an approved SCL respository, instead uses CentOS/RHEL based SCL yum repo. In the katello manifest, the repositories are set on the basis on operatingsystem fact (see the code snippet below)

In the project, https://github.com/Katello/puppet-katello following code,

if ($::operatingsystem  'RedHat' or $::operatingsystem  'CentOS'){
$scl_prefix = 'ruby193-'
$scl_root = '/opt/rh/ruby193/root'
} else {
$scl_prefix = ''
$scl_root = ''
}

Similar such references are present in few other manifests as well in this project. I have fixed this to include support for OracelLinux and awaiting acceptance on my pull request.

This change has been done for puppet-katello and puppet-katello_devel projects.

Actions #2

Updated by Eric Helms over 10 years ago

  • Target version set to 58
  • Translation missing: en.field_release set to 24
  • Triaged changed from No to Yes
Actions #3

Updated by Anonymous over 10 years ago

  • Priority changed from Urgent to Normal
Actions #4

Updated by The Foreman Bot over 10 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello-installer/pull/127 added
  • Pull request deleted ()
Actions #6

Updated by Anonymous about 10 years ago

  • Status changed from Ready For Testing to Closed
  • Pull request https://github.com/Katello/puppet-katello/pull/41 added
  • Pull request deleted (https://github.com/Katello/katello-installer/pull/127)
Actions #7

Updated by Dominic Cleal about 10 years ago

  • Bugzilla link set to 1162740
Actions #8

Updated by Eric Helms about 10 years ago

  • Translation missing: en.field_release changed from 24 to 14
Actions

Also available in: Atom PDF