Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1955209

Summary: permfailing: release-openshift-ocp-installer-e2e-metal-serial-4.7 and release-openshift-ocp-installer-e2e-metal-4.7
Product: OpenShift Container Platform Reporter: Ben Parees <bparees>
Component: InstallerAssignee: aos-install
Installer sub component: openshift-installer QA Contact: Gaoyun Pei <gpei>
Status: CLOSED DUPLICATE Docs Contact:
Severity: high    
Priority: unspecified CC: aos-bugs, mstaeble, scuppett
Version: 4.7   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
job=release-openshift-ocp-installer-e2e-metal-serial-4.7=all job=release-openshift-ocp-installer-e2e-metal-4.7=all job=release-openshift-ocp-installer-e2e-metal-compact-4.7=all
Last Closed: 2021-04-29 18:36:07 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 Ben Parees 2021-04-29 17:10:13 UTC
job:
release-openshift-ocp-installer-e2e-metal-serial-4.7 
and
release-openshift-ocp-installer-e2e-metal-4.7 

are always failing CI, see testgrid results:
https://testgrid.k8s.io/redhat-openshift-ocp-release-4.7-informing#release-openshift-ocp-installer-e2e-metal-serial-4.7

https://testgrid.k8s.io/redhat-openshift-ocp-release-4.7-informing#release-openshift-ocp-installer-e2e-metal-4.7

example jobs:
https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-metal-serial-4.7/1387802050514915328

https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-metal-4.7/1387802069389283328

core error seems to be these missing variables:
�[0mThe root module does not declare a variable named "packet_facility" but a
value was found in file "terraform.tfvars". To use this value, add a
"variable" block to the configuration.

Using a variables file to set an undeclared variable is deprecated and will
become an error in a future release. If you wish to provide certain "global"
settings to all configurations in your organization, use TF_VAR_...
environment variables to set these instead.
�[0m�[0m
�[33m
�[1m�[33mWarning: �[0m�[0m�[1mValue for undeclared variable�[0m

�[0mThe root module does not declare a variable named
"packet_hardware_reservation_id" but a value was found in file
"terraform.tfvars". To use this value, add a "variable" block to the
configuration.

Using a variables file to set an undeclared variable is deprecated and will
become an error in a future release. If you wish to provide certain "global"
settings to all configurations in your organization, use TF_VAR_...
environment variables to set these instead.
�[0m�[0m
�[33m
�[1m�[33mWarning: �[0m�[0m�[1mValue for undeclared variable�[0m

�[0mThe root module does not declare a variable named "packet_plan" but a value
was found in file "terraform.tfvars". To use this value, add a "variable"
block to the configuration.


Note:
took my best guess at the component, please reassign as needed.

Comment 1 Matthew Staebler 2021-04-29 17:59:19 UTC
Re-assigning to the core installer team. This is a bug in the e2e-metal job where it is trying to use a Service that only exists on build01.

Comment 2 Ben Parees 2021-04-29 18:06:34 UTC
release-openshift-ocp-installer-e2e-metal-compact-4.7 is also affected by this.

Comment 4 Matthew Staebler 2021-04-29 18:36:07 UTC

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