Bug 2042370
Summary: | [IPI on Alibabacloud] installer panics when the zone does not have an enhanced NAT gateway | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matthew Staebler <mstaeble> |
Component: | Installer | Assignee: | aos-install |
Installer sub component: | openshift-installer | QA Contact: | Jianli Wei <jiwei> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | aos-install, bteng, gpei, jiwei |
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: | 2040143 | Environment: | |
Last Closed: | 2022-03-10 16:40:51 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: | 2040143 | ||
Bug Blocks: |
Description
Matthew Staebler
2022-01-19 10:57:30 UTC
Cn-nanjing Region is not normal region, some dependent service do not exist in cn-naning. No need to support cn-nanjing, installer will remove cn-nanjing as a region option. Error message 'enhanced NAT gateway is not supported in the current region' shows up and no panic any more. Mark as verified. $ openshift-install version openshift-install 4.10.0-0.nightly-2022-01-29-015515 built from commit 4fc9fa88c22221b6cede2456b1c33847943b75c9 release image registry.ci.openshift.org/ocp/release@sha256:b6bded497818f2e07401988576f15c62cd6fe45c385d177b50a43d6dabaf4524 release architecture amd64 $ yq e .credentialsMode test1/install-config.yaml Manual $ yq e .metadata test1/install-config.yaml creationTimestamp: null name: jiwei-613 $ yq e .platform test1/install-config.yaml alibabacloud: region: cn-nanjing defaultMachinePlatform: instanceType: ecs.g6e.xlarge $ openshift-install create manifests --dir test1 INFO Consuming Install Config from target directory INFO Manifests created in: test1/manifests and test1/openshift $ openshift-install create cluster --dir test1 --log-level info INFO Consuming OpenShift Install (Manifests) from target directory INFO Consuming Master Machines from target directory INFO Consuming Openshift Manifests from target directory INFO Consuming Common Manifests from target directory INFO Consuming Worker Machines from target directory FATAL failed to fetch Terraform Variables: failed to fetch dependency of "Terraform Variables": failed to generate asset "Platform Provisioning Check": platform.alibabacloud.region: Invalid value: "cn-nanjing": enhanced NAT gateway is not supported in the current region $ 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 |