Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1575046

Summary: image building: detection of scala packages was broken by the switch to https
Product: Red Hat OpenStack Reporter: Luigi Toscano <ltoscano>
Component: openstack-saharaAssignee: Telles Nobrega <tenobreg>
Status: CLOSED ERRATA QA Contact: Luigi Toscano <ltoscano>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 13.0 (Queens)CC: jschluet, matt, mimccune, pkshiras, scohen, srevivo
Target Milestone: betaKeywords: Triaged
Target Release: 13.0 (Queens)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-sahara-8.0.1-0.20180328233739.36531cb.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1575049 (view as bug list) Environment:
Last Closed: 2018-06-27 13:55:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Luigi Toscano 2018-05-04 15:43:32 UTC
Description of problem:
Apparently very recently the scala website switched to https. The current code which detects the last version of the scala packages is:

VERSION="$(curl -s --fail http://www.scala-lang.org| tr -d '\n' | sed 's/^.*<div[^<]\+scala-version">[^0-9]\+\([0-9\.\?]\+\)<.\+$/\1/')"

The website redirects to https://www.scala-lang.org but curl does not follow the redirect. So either -L should be added or the address should be switched to https. Bonus point for adding both.

This problem affects both sahara-image-create and sahara-image-pack and all versions of Sahara (but only CentOS, because the version on Ubuntu is hardcoded due to the old version of JDK on Trusty).

There is also a second issue: the code should fallback on the default version of scala (currently 2.11.6) and not fail globally.


Version-Release number of selected component (if applicable):
(all versions, including the current packages:
openstack-sahara-8.0.1-0.20180328233738.36531cb.el7ost 
)


Steps to Reproduce:
run
$ sahara-image-pack --image <rhel-guest-image>.qcow2 mapr 5.2.0.mrv2
see it fail when it should install Scala packages.

Comment 4 Luigi Toscano 2018-05-09 09:45:59 UTC
The scala version is now detected and the scala package is installed during the creation of the image.

Verified with:
openstack-sahara-image-pack-8.0.1-0.20180328233739.36531cb.el7ost

Comment 7 errata-xmlrpc 2018-06-27 13:55:29 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2018:2086