Bug 1395380
| Summary: | [3.3] ocp version of 'cluster up' will instantiate centos-based community images | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Cesar Wong <cewong> | |
| Component: | oc | Assignee: | Corey Daley <cdaley> | |
| Status: | CLOSED ERRATA | QA Contact: | Wenjing Zheng <wzheng> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.4.0 | CC: | aos-bugs, bparees, dyan, haowang, jokerman, mmccomas, skuznets | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Previously, running `oc cluster up` using OCP binaries would pull images from the Origin community rather than using OCP images. This has been changed to use OCP images.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1419784 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-26 20:42:25 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: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1419784 | |||
|
Description
Cesar Wong
2016-11-15 20:50:39 UTC
Corey, sending this one your way. We need to change which imagestreams we import when running in OCP Submitted the following pull requests to resolve this issue in 3.3, 3.4, and 3.5 https://github.com/openshift/ose/pull/526 https://github.com/openshift/ose/pull/527 https://github.com/openshift/ose/pull/528 All 3 pull requests have been merged, moving to QA Verified $oc cluster up --image="brew-.../openshift3/ose" --version="v3.3" $oc cluster up --image="brew-.../openshift3/ose" --version="v3.4" $oc cluster up --image="brew-.../openshift3/ose" --version="v3.5" All images are RHEL-based images in imagestream Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:0199 Once we pick up the ldflag change [1] in the OSE rebase we will need to provide the correct envars [2] during the build and we should be good here. [1] https://github.com/openshift/origin/pull/12758/commits/5237fda6a1f1fc0ca770ac04071e07ab30b8de2a [2] OS_IMAGE_PREFIX=openshift3/ose OS_BUILD_LDFLAGS_DEFAULT_IMAGE_STREAMS=rhel7 |