Bug 1971038 - [4.6.z] support new AWS region ap-northeast-3
Summary: [4.6.z] support new AWS region ap-northeast-3
Keywords:
Status: CLOSED DUPLICATE of bug 1981929
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 4.6
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.6.z
Assignee: aos-install
QA Contact: Yunfei Jiang
URL:
Whiteboard:
Depends On: 1934557 1935174 1942706
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-06-11 17:48 UTC by Micah Abbott
Modified: 2021-07-30 18:42 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1942706
Environment:
Last Closed: 2021-07-30 18:41:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Micah Abbott 2021-06-11 17:48:37 UTC
Creating a 4.6.z clone based on https://issues.redhat.com/browse/RFE-1078?focusedCommentId=16310052&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16310052


+++ This bug was initially created as a clone of Bug #1942706 +++

+++ This bug was initially created as a clone of Bug #1939661 +++

There is an RFE to support the new AWS region in Osaka, ap-northeast-3

https://issues.redhat.com/browse/RFE-1078

The CoreOS team is adding publication of the AMIs to our build pipelines; this BZ can be used to update the boot images + region handling in the Installer

Feel free to assign to me to handle the Installer change.

--- Additional comment from Micah Abbott on 2021-03-22 15:47:26 UTC ---

@Matthew I'm setting this back to the Installer component, so that the Installer QE team can test this new region

I'll make the PR to the installer for the change.

--- Additional comment from Micah Abbott on 2021-03-24 16:53:16 UTC ---

Linked PR is merged; moving to MODIFIED

--- Additional comment from OpenShift Automated Release Tooling on 2021-03-24 18:31:39 UTC ---

Elliott changed bug status from MODIFIED to ON_QA.

--- Additional comment from Micah Abbott on 2021-03-24 18:53:32 UTC ---

RHCOS 4.7 builds are configured to publish to ap-northeast-3, but are currently broken due to build pipeline infrastructure issues.

I'll make the update to the release-4.7 installer branch once the RHCOS build pipeline is up and running again.

--- Additional comment from Katherine Dubé on 2021-03-29 16:00:35 UTC ---

The AWS SDK used in the installer will need to be updated to include endpoints for ap-northeast-3.

% ./openshift-install version
./openshift-install 4.7.4
built from commit 7d4efe10b441e9cb3dda33f81c62fd0eaeb3d6e6
release image quay.io/openshift-release-dev/ocp-release@sha256:999a6a4bd731075e389ae601b373194c6cb2c7b4dadd1ad06ef607e86476b129
katherine@Katherines-MacBook-Pro openshift-install % ./openshift-install create install-config --dir katherine
FATAL failed to fetch Install Config: failed to load asset "Install Config": platform.aws.serviceEndpoints: Invalid value: []aws.ServiceEndpoint(nil): [failed to find endpoint for service "ec2": UnknownEndpointError: could not resolve endpoint
FATAL 	partition: "all partitions", service: "ec2", region: "ap-northeast-3", failed to find endpoint for service "elasticloadbalancing": UnknownEndpointError: could not resolve endpoint
FATAL 	partition: "all partitions", service: "elasticloadbalancing", region: "ap-northeast-3", failed to find endpoint for service "iam": UnknownEndpointError: could not resolve endpoint
FATAL 	partition: "all partitions", service: "iam", region: "ap-northeast-3", failed to find endpoint for service "route53": UnknownEndpointError: could not resolve endpoint
FATAL 	partition: "all partitions", service: "route53", region: "ap-northeast-3", failed to find endpoint for service "s3": UnknownEndpointError: could not resolve endpoint
FATAL 	partition: "all partitions", service: "s3", region: "ap-northeast-3", failed to find endpoint for service "sts": UnknownEndpointError: could not resolve endpoint
FATAL 	partition: "all partitions", service: "sts", region: "ap-northeast-3", failed to find endpoint for service "tagging": UnknownEndpointError: could not resolve endpoint
FATAL 	partition: "all partitions", service: "tagging", region: "ap-northeast-3"]

--- Additional comment from Steve Milner on 2021-03-29 19:11:54 UTC ---

Unfortunately I don't think updating the SDK is as simple as we hoped. It looks like if we update it we will break the terraform plugin.

Comment 1 Russell Teague 2021-07-12 18:26:51 UTC
Waiting on dependent bugs.

Comment 2 Scott Dodson 2021-07-30 18:41:57 UTC

*** This bug has been marked as a duplicate of bug 1981929 ***

Comment 3 Scott Dodson 2021-07-30 18:42:43 UTC
https://github.com/openshift/installer/pull/5011 had added RHCOS data to the installer so all that remained was supporting new regions in known partitions


Note You need to log in before you can comment on or make changes to this bug.