Bug 2037209
Summary: | [IPI on Alibabacloud] worker nodes are put in the default resource group unexpectedly | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jianli Wei <jiwei> | ||||
Component: | Installer | Assignee: | Michael McCune <mimccune> | ||||
Installer sub component: | openshift-installer | QA Contact: | Jianli Wei <jiwei> | ||||
Status: | CLOSED ERRATA | Docs Contact: | |||||
Severity: | high | ||||||
Priority: | high | CC: | brlu, bteng, gpei, mimccune, mstaeble | ||||
Version: | 4.10 | ||||||
Target Milestone: | --- | ||||||
Target Release: | 4.10.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-03-10 16:37:09 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: | |||||||
Attachments: |
|
Description
Jianli Wei
2022-01-05 09:12:48 UTC
i'm assigning this to myself since i'm creating some patches for this, and plan to talk with alibaba about the changes needed. all of the linked PRs have merged, but we still need one more to fix the problem. we are coordinating with engineers from Alibaba to implement the last fix. all PRs have merged for this fix Tested with 4.10.0-0.ci-2022-01-25-204950, all resources of the cluster (except the OSS bucket for image registry, see https://bugzilla.redhat.com/show_bug.cgi?id=2039304) are put in the cluster's resource group as expected, mark as verified. ./openshift-install 4.10.0-0.ci-2022-01-25-204950 built from commit f07482a5683d99ff9c767eefcd9b2feb027353fb release image registry.ci.openshift.org/ocp/release@sha256:c55892e607d41986466a24cf291d08acb9bf4335d8d3a8e254f05c8a910e112e release architecture amd64 $ aliyun ecs DescribeInstances --RegionId eu-central-1 --VpcId vpc-gw8ycw1wqv9rd4o945fvb --endpoint ecs.eu-central-1.aliyuncs.com --output cols=ZoneId,InstanceName,ResourceGroupId,InstanceType,Status rows=Instances.Instance[] ZoneId | InstanceName | ResourceGroupId | InstanceType | Status ------ | ------------ | --------------- | ------------ | ------ eu-central-1a | jiwei-303-kp7lw-worker-eu-central-1a-mgq97 | rg-aekzzbrzgx5g5lq | ecs.g6.large | Running eu-central-1b | jiwei-303-kp7lw-worker-eu-central-1b-27trd | rg-aekzzbrzgx5g5lq | ecs.g6.large | Running eu-central-1b | jiwei-303-kp7lw-worker-eu-central-1b-nx9zh | rg-aekzzbrzgx5g5lq | ecs.g6.large | Running eu-central-1a | jiwei-303-kp7lw-master-1 | rg-aekzzbrzgx5g5lq | ecs.g6.xlarge | Running eu-central-1b | jiwei-303-kp7lw-master-2 | rg-aekzzbrzgx5g5lq | ecs.g6.xlarge | Running eu-central-1b | jiwei-303-kp7lw-master-0 | rg-aekzzbrzgx5g5lq | ecs.g6.xlarge | Running $ aliyun resourcemanager ListResourceGroups --ResourceGroupId rg-aekzzbrzgx5g5lq --endpoint resourcemanager.eu-central-1.aliyuncs.com --output cols=CreateDate,Name,DisplayName,Id,Status rows=ResourceGroups.ResourceGroup[] CreateDate | Name | DisplayName | Id | Status ---------- | ---- | ----------- | -- | ------ 2022-01-26T11:20:55+08:00 | jiwei-303-kp7lw-rg | jiwei-303-kp7lw-rg | rg-aekzzbrzgx5g5lq | OK $ 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 (Moderate: OpenShift Container Platform 4.10.3 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:0056 |