Bug 1318127 - [devexp_public_751] Need to update jenkins-master Readme doc and jenkins-slave template
Summary: [devexp_public_751] Need to update jenkins-master Readme doc and jenkins-slav...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Documentation
Version: 3.x
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: ---
Assignee: Michal Fojtik
QA Contact: XiuJuan Wang
Michal Fojtik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-16 07:04 UTC by XiuJuan Wang
Modified: 2016-05-12 17:09 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-12 17:09:12 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


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