From yvindevogel at deloitte.com Thu May 2 13:48:09 2019 From: yvindevogel at deloitte.com (Vindevogel, Yves) Date: Thu, 2 May 2019 13:48:09 +0000 Subject: [scl.org] Installing SCL on Amazon RHEL 7.6 instance Message-ID: Hi, I'm migrating an internal application (DAP) to the AWS cloud. This migration has just started. 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 ? Thanks in advance, Yves Vindevogel This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee or an employee or agent responsible for delivering this message to the named addressee, you are hereby notified that you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this email in error we request you to notify us by reply e-mail and to delete all electronic files of the message. E-mail transmission cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the content of this message, and shall have no liability for any loss or damage suffered by the user, which arise as a result of e-mail transmission. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ppisar at redhat.com Mon May 13 13:27:13 2019 From: ppisar at redhat.com (Petr Pisar) Date: Mon, 13 May 2019 15:27:13 +0200 Subject: [scl.org] Installing SCL on Amazon RHEL 7.6 instance In-Reply-To: References: Message-ID: <20190513132712.GD2535@dhcp-0-146.brq.redhat.com> 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 believe you have to ask Amazon as Amazon provides you the software. Maybe this or that web page could provide you some help. -- Petr -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From pvalena at redhat.com Mon May 13 13:52:43 2019 From: pvalena at redhat.com (Pavel Valena) Date: Mon, 13 May 2019 09:52:43 -0400 (EDT) Subject: [scl.org] Installing SCL on Amazon RHEL 7.6 instance In-Reply-To: <20190513132712.GD2535@dhcp-0-146.brq.redhat.com> References: <20190513132712.GD2535@dhcp-0-146.brq.redhat.com> Message-ID: <1454894642.20560988.1557755563667.JavaMail.zimbra@redhat.com> ----- Original Message ----- > From: "Petr Pisar" > To: sclorg at redhat.com > 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 > or that > web page could provide you some > help. > > -- Petr > From hhorak at redhat.com Tue May 14 10:40:24 2019 From: hhorak at redhat.com (Honza Horak) Date: Tue, 14 May 2019 12:40:24 +0200 Subject: [scl.org] ARM support In-Reply-To: References: Message-ID: Some packages are built for aarch64, just not published on mirrors (available in CBS repos at this point [2]) -- and it is just the case of rh-postgresql10 though [1] -- are you looking for postgresql 9.4 and 9.5 for some specific reason? Publishing v10 builds should be possible by re-configuring the publishing scripts only; jstanek (CC'd) did it for dts-8 recently. [1] https://cbs.centos.org/koji/buildinfo?buildID=24996 [2] https://cbs.centos.org/repos/sclo7-rh-postgresql10-rh-candidate/aarch64/os/ Honza On 4/19/19 4:07 PM, Zoran Regvart wrote: > Hi all, > my colleague and I are trying to get Syndesis[1] running on OpenShift > on top of Amazon EC2 A1 cloud, which runs on ARM64v8 (aarch64) > architecture. > > For this we need to build the PostgreSQL container image[2] for ARM. > We already succeeded in building the CentOS base image > (centos/s2i-core-centos7) for ARM with the changes in two PRs[3][4], > last one of which as it depends on the first was not created in the > `sclorg` organization. > > Now we're stuck as the RPM packages for nss_wrapper, rh-postgresql95, > rh-postgresql95-postgresql-contrib and > rh-postgresql94-postgresql-server for aarch64 are not present in the > `centos-sclo-sclo` (from the `centos-release-scl-rh` package) > repository. > > Any plans on making the ARM RPM packages available in the centos-sclo > repository? > > zoran > > [1] http://syndesis.io/ > [2] https://github.com/sclorg/postgresql-container > [3] https://github.com/sclorg/container-common-scripts/pull/115 > From zregvart at redhat.com Tue May 14 10:52:03 2019 From: zregvart at redhat.com (Zoran Regvart) Date: Tue, 14 May 2019 12:52:03 +0200 Subject: [scl.org] ARM support In-Reply-To: References: Message-ID: Hi Honza, thank you for the reply, we're using PostgreSQL 9.5 as this is what we started with when we initially created the application. We can migrate to PostgreSQL 10 just as easy. The overarching goal would be to come up with guidelines and best practices on offering all Red Hat middleware on ARM and for that having the same base present for both ARM and x86 architectures is really helpful. zoran On Tue, 14 May 2019 at 12:40, Honza Horak wrote: > > Some packages are built for aarch64, just not published on mirrors > (available in CBS repos at this point [2]) -- and it is just the case of > rh-postgresql10 though [1] -- are you looking for postgresql 9.4 and 9.5 > for some specific reason? Publishing v10 builds should be possible by > re-configuring the publishing scripts only; jstanek (CC'd) did it for > dts-8 recently. > > [1] https://cbs.centos.org/koji/buildinfo?buildID=24996 > [2] > https://cbs.centos.org/repos/sclo7-rh-postgresql10-rh-candidate/aarch64/os/ > > Honza > > On 4/19/19 4:07 PM, Zoran Regvart wrote: > > Hi all, > > my colleague and I are trying to get Syndesis[1] running on OpenShift > > on top of Amazon EC2 A1 cloud, which runs on ARM64v8 (aarch64) > > architecture. > > > > For this we need to build the PostgreSQL container image[2] for ARM. > > We already succeeded in building the CentOS base image > > (centos/s2i-core-centos7) for ARM with the changes in two PRs[3][4], > > last one of which as it depends on the first was not created in the > > `sclorg` organization. > > > > Now we're stuck as the RPM packages for nss_wrapper, rh-postgresql95, > > rh-postgresql95-postgresql-contrib and > > rh-postgresql94-postgresql-server for aarch64 are not present in the > > `centos-sclo-sclo` (from the `centos-release-scl-rh` package) > > repository. > > > > Any plans on making the ARM RPM packages available in the centos-sclo > > repository? > > > > zoran > > > > [1] http://syndesis.io/ > > [2] https://github.com/sclorg/postgresql-container > > [3] https://github.com/sclorg/container-common-scripts/pull/115 > > -- Zoran Regvart Senior Software Engineer Red Hat From jstanek at redhat.com Tue May 14 12:13:53 2019 From: jstanek at redhat.com (=?UTF-8?Q?Jan_Stan=c4=9bk?=) Date: Tue, 14 May 2019 14:13:53 +0200 Subject: [scl.org] ARM support In-Reply-To: References: Message-ID: Hi all, On 14. 05. 19 12:52, Zoran Regvart wrote: > Hi Honza, > thank you for the reply, we're using PostgreSQL 9.5 as this is what we > started with when we initially created the application. We can migrate > to PostgreSQL 10 just as easy. Should I take this as a request for synchronization of the aarch64 builds of rh-postgresql10 to the CentOS mirrors? :) Best regards, -- Jan Stan?k Associate Software Engineer, Core Services Red Hat Czech jstanek at redhat.com IM: jstanek -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From zregvart at redhat.com Tue May 14 12:19:25 2019 From: zregvart at redhat.com (Zoran Regvart) Date: Tue, 14 May 2019 14:19:25 +0200 Subject: [scl.org] ARM support In-Reply-To: References: Message-ID: Hi Jan, that would be awesome, it would also be really cool if this became the practice for all packages. I hope that you can configure some automation around this so it's not a tedious manual job each time. Thanks :) zoran On Tue, 14 May 2019 at 14:13, Jan Stan?k wrote: > > Hi all, > > On 14. 05. 19 12:52, Zoran Regvart wrote: > > Hi Honza, > > thank you for the reply, we're using PostgreSQL 9.5 as this is what we > > started with when we initially created the application. We can migrate > > to PostgreSQL 10 just as easy. > > Should I take this as a request for synchronization of the aarch64 > builds of rh-postgresql10 to the CentOS mirrors? :) > > Best regards, > -- > Jan Stan?k > Associate Software Engineer, Core Services > Red Hat Czech > jstanek at redhat.com IM: jstanek > -- Zoran Regvart Senior Software Engineer Red Hat From wmcdona89 at gmail.com Fri May 31 03:57:50 2019 From: wmcdona89 at gmail.com (Aaron McDonald) Date: Thu, 30 May 2019 23:57:50 -0400 Subject: [scl.org] rh-python36 openssl version Message-ID: Are there any plans to update openssl in rh-python36 from 1.0.1e to 1.0.2k? $ python -c "import ssl; print(ssl.OPENSSL_VERSION)" OpenSSL 1.0.1e-fips 11 Feb 2013 I'm having problems connecting to sites such as the Slack API via python but I can connect with openssl 1.0.2k. -------------- next part -------------- An HTML attachment was scrubbed... URL: