Bug 1380804

Summary: [RFE] Enable Pipelines Tech Preview by Default in ose:v3.3.0.32 image
Product: OpenShift Container Platform Reporter: Nick Schuetz <nschuetz>
Component: RFEAssignee: Dan McPherson <dmcphers>
Status: CLOSED NEXTRELEASE QA Contact: Johnny Liu <jialiu>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: aos-bugs, bparees, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-30 21:19:17 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 Nick Schuetz 2016-09-30 15:15:39 UTC
Description of problem:

It would be nice if the Tech Preview of Pipelines was enabled by default in the image that `oc cluster up` uses by default ose:v3.3.0.32. It's very apparent in the Web UI that this is a Tech Preview feature so I don't think there would be any confusion there.

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

3.3.0.32

How reproducible:


Steps to Reproduce:
1. Ensure docker is up and running w/ --insecure-registry 0.0.0.0/0
2. Run oc cluster up --image=registry.access.redhat.com/openshift3/ose:v3.3.0.32
3.

Actual results:

OpenShift Container Platform 3.3 w/o Pipelines enabled.

Expected results:

OpenShift Container Platform 3.3 with Pipelines enabled.

Additional info:

Take note of the steps to enable the pipeline tech preview in 3.3: https://github.com/nickschuetz/ocp-3.3-pipelines/blob/master/README.md

Comment 1 Ben Parees 2016-09-30 18:13:36 UTC
I'm not sure why you are running "oadm policy add-cluster-role-to-group system:build-strategy-jenkinspipeline system:authenticated", it should not be necessary.  It sounds like perhaps you're reusing a config from a 3.2 environment and did not reconcile the roles?  (oadm policy reconcile-cluster-roles )

In addition you can get to the pipeline view by navigating to
https://<host>/console/project/<project>/browse/pipelines

your steps just enable the navigation link on the lefthand side.

So i don't think it's worth us doing something special here.

Comment 3 Nick Schuetz 2016-09-30 18:48:09 UTC
This is an image housed at registry.access.redhat.com/openshift3/ose:v3.3.0.32. I'm not sure how it was created. In addition it's nice to have that navigation pane available for users that don't know about the hidden ability to access it via URL.