Bug 1850940
| Summary: | [OSP] Floating IP specified with lbFloatingIP in install-config.yaml fails to attach to master node causing install to fail | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Pierre Prinetti <pprinett> |
| Component: | Installer | Assignee: | Eric Duen <eduen> |
| Installer sub component: | OpenShift on OpenStack | QA Contact: | David Sanz <dsanzmor> |
| Status: | CLOSED WONTFIX | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | adhingra, akaris, asimonel, bleanhar, dsanzmor, eduen, fbrychta, mabajodu, m.andre, mfedosin, openshift-bugzilla-robot, pprinett, rstarr, tsedovic, vlaad, wjiang |
| Version: | 4.2.0 | Keywords: | TestBlocker |
| Target Milestone: | --- | ||
| Target Release: | 4.2.z | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: The Terraform step "openstack_networking_floatingip_associate_v2" did not list all its dependendent steps.
Consequence: The required step "openstack_networking_router_interface_v2.nodes_router_interface" was not always executed before the FIP association. This caused a race condition that occasionally failed the Terraform job, especially on overloaded systems.
Fix: List the dependant Terraform step as "depends_on" to force the router to be created before the FIP is attached to the port.
Result: The Terraform steps run in the correct order, ensuring that the FIP association does not result in a "Resource not found" error.
|
Story Points: | --- |
| Clone Of: | 1849171 | Environment: | |
| Last Closed: | 2020-07-27 19:23:31 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: | 1849171 | ||
| Bug Blocks: | |||
|
Description
Pierre Prinetti
2020-06-25 08:39:58 UTC
Verified on 4.2.0-0.nightly-2020-06-27-103828 |