Bug 1380804 - [RFE] Enable Pipelines Tech Preview by Default in ose:v3.3.0.32 image
Summary: [RFE] Enable Pipelines Tech Preview by Default in ose:v3.3.0.32 image
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RFE
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-30 15:15 UTC by Nick Schuetz
Modified: 2016-09-30 21:19 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-30 21:19:17 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


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