Bug 1698070
| Summary: | Openshift installer on vsphere hangs indefinitely waiting for IP addresses | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Hemant Kumar <hekumar> |
| Component: | Installer | Assignee: | Matthew Staebler <mstaeble> |
| Installer sub component: | openshift-installer | QA Contact: | Gaoyun Pei <gpei> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | bbennett, bleanhar, gpei |
| Version: | 4.1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.1.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: | 2019-06-04 10:47:18 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
Hemant Kumar
2019-04-09 14:40:09 UTC
(In reply to Hemant Kumar from comment #0) > I have had installer not working and hanging on refreshing route53 routes > when running on vsphere. Can you please provide logs from the terraform that show route53 getting _stuck_ > > I am told this is because of ipam server not having enough ip addresses. ```data.aws_route53_zone.base: Refreshing state...``` More logs are here - https://gist.github.com/gnufied/86cce1aa41b91b8a5c852681db1f2d6e This is waiting for IP addresses, when there are none available. It is not waiting for route53. https://github.com/openshift/installer/pull/1600 times out the wait after 1 minute. This bug was verified with 4.1.0-0.nightly-2019-04-18-210657
# ./openshift-install version
./openshift-install v4.1.0-201904181302-dirty
built from commit b79562d600f72d0f70aa1514b01e6c07da4dcc8a
release image registry.svc.ci.openshift.org/origin/release:v4.1
When it's out of IP addresses for IPAM server, `terraform apply` would fail with "no available addresses" error prompt.
# terraform apply -auto-approve
Error: Error applying plan:
5 error(s) occurred:
* module.compute.null_resource.ip_address[1]: Error running command 'echo '{"network":"...
/vsphere/.terraform/modules/f7b2e41e9f91e814a4b3a18b18d5d554/cidr_to_ip.sh
': exit status 1. Output: could not reserve an IP address: no available addresses
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-2019:0758 |