Bug 1384790 - [online] There's no sampleRepo for imagestream jboss-eap64-openshift:latest and jboss-webserver30-tomcat8-openshift:latest
Summary: [online] There's no sampleRepo for imagestream jboss-eap64-openshift:latest a...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Image
Version: 3.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Abhishek Gupta
QA Contact: Bing Li
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-14 07:41 UTC by Bing Li
Modified: 2017-02-16 22:12 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-16 22:12:47 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Bing Li 2016-10-14 07:41:16 UTC
Description of problem:
Try to start a new STI build in web console with imagestream "jboss-eap64-openshift:latest" or "jboss-webserver30-tomcat8-openshift:latest", it turns out that no sampleRepo is available.

Version-Release number of selected component (if applicable):
Online INT/STG/PROD 3.3

How reproducible:
Always

Steps to Reproduce:
1. In web console, start a new build with imagestream "jboss-eap64-openshift:latest" or "jboss-webserver30-tomcat8-openshift:latest", and check if there is a sampleRepo we can use directly.

Actual results:
1. No available sampleRepo was shown under "Git Repository URL".

$ oc get is jboss-eap64-openshift -n openshift -o json
......
            {
                "name": "latest",
                "annotations": {
                    "description": "JBoss EAP 6.4 S2I images.",
                    "iconClass": "icon-jboss",
                    "tags": "builder,eap,javaee,java,jboss,xpaas"
                },
                "from": {
                    "kind": "DockerImage",
                    "name": "registry.ops.openshift.com/jboss-eap-6/eap64-openshift:latest"
                },
                "generation": 2,
                "importPolicy": {}
            }
$ oc get is jboss-webserver30-tomcat8-openshift -n openshift -o json
......
            {
                "name": "latest",
                "annotations": {
                    "description": "JBoss Web Server 3.0 Tomcat 8 S2I images.",
                    "iconClass": "icon-jboss",
                    "tags": "builder,tomcat,tomcat8,java,jboss,xpaas"
                },
                "from": {
                    "kind": "DockerImage",
                    "name": "registry.ops.openshift.com/jboss-webserver-3/webserver30-tomcat8-openshift:latest"
                },
                "generation": 2,
                "importPolicy": {}
            }

Expected results:
1. There should be a sampleRepo we can directly use.

Comment 1 Stefanie Forrester 2016-10-20 15:12:01 UTC
This might be an online-specific configuration issue. Our image streams are defined here:

https://github.com/openshift/online/blob/master/templates/image-streams.json

Comment 4 Abhishek Gupta 2016-11-02 20:03:13 UTC
This is part of the current 3.4 upgrade to INT. Removing the UpcomingRelease keyword as we would like to track this fix and move it to ON_QA once ready for testing.

Comment 5 Bing Li 2016-11-10 11:03:02 UTC
"sampleRepo" has been added to these 2 imagestream. Move this bug to verified.

$ oc get is jboss-eap64-openshift -n openshift -o json

            {
                "name": "latest",
                "annotations": {
                    "description": "JBoss EAP 6.4 S2I images.",
                    "iconClass": "icon-jboss",
                    "sampleContextDir": "kitchensink",
                    "sampleRef": "6.4.x",
                    "sampleRepo": "https://github.com/jboss-developer/jboss-eap-quickstarts.git",


$ oc get is jboss-webserver30-tomcat8-openshift -n openshift -o json

            {
                "name": "latest",
                "annotations": {
                    "description": "JBoss Web Server 3.0 Tomcat 8 S2I images.",
                    "iconClass": "icon-jboss",
                    "sampleContextDir": "tomcat-websocket-chat",
                    "sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts.git",


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