Bug 1791440
Summary: | Unable to specify OPENSHIFT_INSTALL_INVOKER when doing a UPI installation | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Alex Crawford <crawford> |
Component: | Installer | Assignee: | Alex Crawford <crawford> |
Installer sub component: | openshift-installer | QA Contact: | Yang Yang <yanyang> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | adahiya, jialiu |
Version: | 4.2.z | ||
Target Milestone: | --- | ||
Target Release: | 4.3.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1791437 | Environment: | |
Last Closed: | 2020-02-25 06:17:59 UTC | Type: | --- |
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: | 1791437 | ||
Bug Blocks: |
Description
Alex Crawford
2020-01-15 20:21:28 UTC
Verified with 4.3.0-0.nightly-2020-02-16-235204 Steps of verification are as below: 1. Set invoker export OPENSHIFT_INSTALL_INVOKER=yanyang 2. Create a UPI GCP cluster 3. Check invoker # oc get cm openshift-install-manifests -n openshift-config -o yaml apiVersion: v1 data: invoker: yanyang version: v4.3.3 kind: ConfigMap metadata: creationTimestamp: "2020-02-17T09:45:29Z" name: openshift-install-manifests namespace: openshift-config resourceVersion: "966" selfLink: /api/v1/namespaces/openshift-config/configmaps/openshift-install-manifests uid: 96fa2ed3-09c0-4ee7-9711-a8185381363b The test results are as expected hence moving it to verified state. 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-2020:0528 |