Bug #7882
closedKatello Installer fails in OracleLinux while installing rubygems-katello
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.
Updated by Soumen Trivedi over 10 years ago
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
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 (
)
Updated by Soumen Trivedi about 10 years ago
Pull request updated https://github.com/Katello/puppet-katello/pull/41
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)
Updated by Eric Helms about 10 years ago
- Translation missing: en.field_release changed from 24 to 14