Bug 1318127

Summary: [devexp_public_751] Need to update jenkins-master Readme doc and jenkins-slave template
Product: OKD Reporter: XiuJuan Wang <xiuwang>
Component: DocumentationAssignee: Michal Fojtik <mfojtik>
Status: CLOSED CURRENTRELEASE QA Contact: XiuJuan Wang <xiuwang>
Severity: medium Docs Contact: Michal Fojtik <mfojtik>
Priority: low    
Version: 3.xCC: aos-bugs, bparees, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-12 17:09:12 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:

Description XiuJuan Wang 2016-03-16 07:04:24 UTC
Document URL: 
The steps number in https://github.com/openshift/origin/blob/master/examples/jenkins-master/README.md is incorrecct.
Need updatge https://github.com/openshift/origin/blob/master/examples/jenkins-master/jenkins-slave-template.json#L100 to make imagestreamtag customized.

Section Number and Name: 

Describe the issue: 

Suggestions for improvement: 

Additional information:

Comment 1 Michal Fojtik 2016-04-06 11:02:00 UTC
(In reply to XiuJuan Wang from comment #0)
> Document URL: 
> The steps number in
> https://github.com/openshift/origin/blob/master/examples/jenkins-master/
> README.md is incorrecct.

The steps are ok, see: https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins-master/README.md

It is Github Markdown rendering that mess up things.

> Need updatge
> https://github.com/openshift/origin/blob/master/examples/jenkins-master/
> jenkins-slave-template.json#L100 to make imagestreamtag customized.

I think Ben already updated that template to make IST customizable. Ben?

Comment 2 Ben Parees 2016-04-06 12:54:41 UTC
The templates all use imagestreams for inputs, you cannot choose the imagestream to reference, but you can choose the namespace for the imagestream.

So you need to have an imagestream named "jenkins" defined.  What that imagestream points to and what namespace you define it in, is up to you (the namespace value is a parameter and it defaults to "openshift")

if the question is out the output tag, yes it appears to be a parameter now.

Comment 3 XiuJuan Wang 2016-04-07 07:57:56 UTC
Thanks ben and michal, 
Could use specified image in jenkins-slave and jenkins-master templates now.
Since the steps numbers is a github thing, I will mark this bug as verified.