----- Original Message ----- > From: "Petr Pisar" <[email protected]> > To: [email protected] > Sent: Monday, May 13, 2019 3:27:13 PM > Subject: Re: [scl.org] Installing SCL on Amazon RHEL 7.6 instance > > On Thu, May 02, 2019 at 01:48:09PM +0000, Vindevogel, Yves wrote: > > I have created an instance using the RHEL 7.6 AMI. One of the things to > > install is Puppet (server and db). To have this, we need Ruby 2.5. Within > > Deloitte (Belgium), one of the accepted ways to install software that does > > not come standard with the distribution, is to use SCL. But I can't > > install > > it, it seems. When I want to install the optional packages and the scl > > packages using subscription-manager, nothing can be added. The list is > > empty. > > > > What is the standard way to add this to the AWS AMI ?
I'm not familiar with Amazon instances, but what I concluded is that you can't do $ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms and this is required to have scls available[0] on a normal RHEL instance. On Amazon the channel is probably named differently, as Petr linked[1]. You can list those with: $ sudo subscription-manager repos --list HIH, -- Pavel Valena Software Engineer, Red Hat Brno, Czech Republic [0] https://www.softwarecollections.org/en/scls/rhscl/rh-ruby25/ [1] https://access.redhat.com/solutions/1120983 > > > I believe you have to ask Amazon as Amazon provides you the software. Maybe > this > <https://forums.aws.amazon.com/thread.jspa?messageID=551601> or that > <https://access.redhat.com/solutions/1120983> web page could provide you some > help. > > -- Petr > _______________________________________________ SCLorg mailing list [email protected] https://www.redhat.com/mailman/listinfo/sclorg
