Bug 1684217
| Summary: | console: Edit Machine set does not bring up the ability to modify | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ryan Cook <rcook> |
| Component: | Management Console | Assignee: | Jon Jackson <jonjacks> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | aos-bugs, jokerman, mmccomas, spadgett, yanpzhan, yapei |
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| 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: | 2019-03-19 17:26:50 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: | |||
|
Description
Ryan Cook
2019-02-28 18:19:05 UTC
This is the same underlying issue as https://jira.coreos.com/browse/CONSOLE-1277 Will be fixed by https://github.com/openshift/console/pull/1187 $ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.0.0-0.nightly-2019-02-28-054829 True False 4h15m Cluster version is 4.0.0-0.nightly-2019-02-28-054829
$ oc get pods -n openshift-console -o yaml | grep image
console.openshift.io/image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b3344ee508ee1f463368d310a600084f792e9829d14f3b564b33928413cefa8
image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b3344ee508ee1f463368d310a600084f792e9829d14f3b564b33928413cefa8
imagePullPolicy: IfNotPresent
$ oc image info quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b3344ee508ee1f463368d310a600084f792e9829d14f3b564b33928413cefa8
io.openshift.build.commit.id=d10fb8b637562015a0c704e72855e2d0c318783c
$ git log d10fb8b637562015a0c704e72855e2d0c318783c | grep '#1187'
Merge pull request #1187 from coreos-inc/change-ldap-validator-path
fix PR is not included in 4.0.0-0.nightly-2019-02-28-054829
4.0.0-0.nightly-2019-03-06-074438 console image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:675da84ddba2b712c62b2fa37cbb57537d35b0c100df94a8f3f2bd970e12fab8 console commit: 24942e86dd5bef0b17c1e33bfcd386b450c49b19 Checked on ocp 4 with above version, go to one machineset page, click yaml, it displays machineset info correctly. The bug has been fixed, so move it to Verified. |