Bug 1292621 - jenkins-ephemeral template points at centos instead of rhel
Summary: jenkins-ephemeral template points at centos instead of rhel
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: ImageStreams
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Ben Parees
QA Contact: Wang Haoran
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-17 23:11 UTC by Eric Jones
Modified: 2022-07-09 07:38 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
OpenShift Enterprise v3.1
Last Closed: 2016-01-26 19:20:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2016:0070 0 normal SHIPPED_LIVE Important: Red Hat OpenShift Enterprise 3.1.1 bug fix and enhancement update 2016-01-27 00:12:41 UTC

Description Eric Jones 2015-12-17 23:11:00 UTC
Description of problem:
jenkins-ephemeral template points at centos instead of rhel

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1. oc get templates -n openshift jenkins-ephemeral  -ojson | grep -e 'centos' -e 'rhel'

Actual results:
"value": "openshift/jenkins-1-centos7"

Expected results:
the same but with rhel

Comment 1 Ben Parees 2015-12-17 23:14:30 UTC
This has already been fixed, the current template points to the jenkins imagestream, so you'll get whatever image your jenkins imagestream points to:

https://github.com/openshift/origin/blob/master/examples/jenkins/jenkins-ephemeral-template.json#L81

you can replace the template in your installation with that one to pick up the change.  (you need to ensure you have a jenkins imagestream defined in the openshift namespace, however).

Comment 2 Ben Parees 2015-12-17 23:15:02 UTC
on_qa to validate the new version of the template makes it into the next OSE release.

Comment 5 Eric Jones 2015-12-21 15:15:03 UTC
Hi,

The customer also identified the following templates as pointing to centos rather than RHEL:

"value": "openshift/mysql-55-centos7"
"value": "openshift/mysql-55-centos7"
"value": "openshift/postgresql-92-centos7"
"value": "openshift/jenkins-1-centos7"
"value": "openshift/jenkins-1-centos7"
"value": "openshift/mongodb-24-centos7"
"value": "openshift/postgresql-92-centos7"

These should also be pointing to imagestreams rather than centos images.

Thanks

Comment 8 errata-xmlrpc 2016-01-26 19:20:21 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/RHSA-2016:0070


Note You need to log in before you can comment on or make changes to this bug.