Summary: | install fails to bootstrap when region has uppercase letters | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matthew Staebler <mstaeble> | |
Component: | Installer | Assignee: | Fabiano Franz <ffranz> | |
Installer sub component: | openshift-installer | QA Contact: | Etienne Simard <esimard> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | medium | |||
Version: | 4.3.0 | |||
Target Milestone: | --- | |||
Target Release: | 4.5.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1823918 (view as bug list) | Environment: | ||
Last Closed: | 2020-07-13 17:24:27 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: | ||
Bug Depends On: | ||||
Bug Blocks: | 1823918 |
Description
Matthew Staebler
2020-03-31 21:44:51 UTC
Verified with: ./openshift-install v4.5.0 built from commit 47887c922e693fd4a149dae1568d04628bbf40d3 release image registry.svc.ci.openshift.org/ocp/release@sha256:6ed77f5150b16a6654dda7a18fb8de912aa5a70015d60e81e6688b5d5fbf84d8 I first created an install-config and changed the region to "CentralUS" before running the installer. ~~~ $ ./openshift-install create cluster --dir ./test1upper --log-level debug DEBUG OpenShift Installer v4.5.0 DEBUG Built from commit 47887c922e693fd4a149dae1568d04628bbf40d3 DEBUG Fetching Metadata... DEBUG Loading Metadata... DEBUG Loading Cluster ID... DEBUG Loading Install Config... DEBUG Loading SSH Key... DEBUG Using SSH Key loaded from state file DEBUG Loading Base Domain... DEBUG Loading Platform... DEBUG Using Platform loaded from state file DEBUG Using Base Domain loaded from state file DEBUG Loading Cluster Name... DEBUG Loading Base Domain... DEBUG Loading Platform... DEBUG Using Cluster Name loaded from state file DEBUG Loading Pull Secret... DEBUG Using Pull Secret loaded from state file DEBUG Loading Platform... INFO Credentials loaded from file "/home/esimard/.azure/osServicePrincipal.json" FATAL failed to fetch Metadata: failed to load asset "Install Config": platform.azure.region: Invalid value: "CentralUS": region "CentralUS" is not valid or not available for this account, did you mean "centralus"? ~~~ 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:2409 |