Bug 2099340
Summary: | CAPI e2e tests for AWS are missing | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Alexander Demicev <ademicev> |
Component: | Cloud Compute | Assignee: | Alexander Demicev <ademicev> |
Cloud Compute sub component: | Other Providers | QA Contact: | sunzhaohua <zhsun> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | ||
Version: | 4.11 | ||
Target Milestone: | --- | ||
Target Release: | 4.11.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: | 2022-08-10 11:18:42 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
Alexander Demicev
2022-06-20 15:28:55 UTC
Tried create machineset with capi, machine can be created succesful, move this to verified. https://polarion.engineering.redhat.com/polarion/#/project/OSE/workitem?id=OCP-51071 $ oc get cluster [16:09:42] NAME PHASE AGE VERSION zhsunaws24-lzwc7 Provisioning 4h6m $ oc get awscluster [16:09:23] NAME CLUSTER READY VPC BASTION IP zhsunaws24-lzwc7 zhsunaws24-lzwc7 true $ oc get machineset -n openshift-cluster-api NAME CLUSTER REPLICAS READY AVAILABLE AGE VERSION capi-ms zhsunaws24-lzwc7 1 1 1 17m $ oc get machine -n openshift-cluster-api NAME CLUSTER NODENAME PROVIDERID PHASE AGE VERSION capi-ms-nqhmp zhsunaws24-lzwc7 ip-10-0-154-129.us-east-2.compute.internal aws:///us-east-2a/i-00dab47863c07cb74 Running 8m23s $ oc get node NAME STATUS ROLES AGE VERSION ip-10-0-139-112.us-east-2.compute.internal Ready worker 5h14m v1.24.0+284d62a ip-10-0-153-109.us-east-2.compute.internal Ready master 5h19m v1.24.0+284d62a ip-10-0-154-129.us-east-2.compute.internal Ready worker 7m v1.24.0+284d62a 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 (Important: OpenShift Container Platform 4.11.0 bug fix and security update), 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/RHSA-2022:5069 |