Bug 2047741
Summary: | openshift-installer intermittent failure on AWS with "Error: Provider produced inconsistent result after apply" when creating the module.masters.aws_network_interface.master[1] resource | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Greg Sheremeta <gshereme> |
Component: | Installer | Assignee: | Nobody <nobody> |
Installer sub component: | openshift-installer | QA Contact: | Yunfei Jiang <yunjiang> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | cblecker, padillon |
Version: | 4.9 | Keywords: | ServiceDeliveryBlocker |
Target Milestone: | --- | ||
Target Release: | 4.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: there was an eventual consistency issue in the aws-terraform-provider when trying to update newly created network interfaces (nic)
Consequence: installs would fail trying to access nic
Fix: installer updated to upstream terraform-provider which has fix to respect eventual consistency
Result: install does not fail
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-23 19:39:39 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: | |||
Bug Depends On: | |||
Bug Blocks: | 2047390 |
Description
Greg Sheremeta
2022-01-28 12:54:18 UTC
The upstream fix for this is https://github.com/hashicorp/terraform-provider-aws/commit/4cdfe3e6fea2a79aca7f6600c8ef9990241e58e2. The upstream fix has been incorporated with https://github.com/openshift/installer/pull/5666 Moving to QE for verification. searched ci log [1], no errors found in 4.11 [1] https://search.ci.openshift.org/?search=When+applying+changes+to+module.masters.aws_network_interface.master&maxAge=168h&context=10&type=build-log&name=.%2B4%5C.11.%2Baws.%2B&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job 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 (Important: OpenShift Container Platform 4.11.0 bug fix and 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:5069 |