Bug 2033482
Summary: | [vsphere] two variables in tf are undeclared and get warning message during installation | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | jima |
Component: | Installer | Assignee: | Jeremiah Stuever <jstuever> |
Installer sub component: | openshift-installer | QA Contact: | jima |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | low | CC: | jstuever |
Version: | 4.10 | ||
Target Milestone: | --- | ||
Target Release: | 4.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-10 10:40:43 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
jima
2021-12-17 01:20:44 UTC
Oops. I did not mean to close this. Built image from cluster-bot which include installer PR#5778, and verified this bz. registry.build01.ci.openshift.org/ci-ln-36jj9xb/release:latest. Warning message about undeclared variable are not present any more in output after creating control plane vms and destroying bootstrap vm. $ ./openshift-install create cluster --dir ipi --log-level debug DEBUG OpenShift Installer 4.11.0-0.ci.test-2022-04-12-042211-ci-ln-36jj9xb-latest ... DEBUG vsphere_virtual_machine.vm_master[1]: Creating... DEBUG vsphere_virtual_machine.vm_master[2]: Creating... DEBUG vsphere_virtual_machine.vm_master[0]: Creating... DEBUG vsphere_virtual_machine.vm_master[1]: Still creating... [10s elapsed] DEBUG vsphere_virtual_machine.vm_master[2]: Still creating... [10s elapsed] DEBUG vsphere_virtual_machine.vm_master[0]: Still creating... [10s elapsed] DEBUG vsphere_virtual_machine.vm_master[1]: Still creating... [20s elapsed] DEBUG vsphere_virtual_machine.vm_master[2]: Still creating... [20s elapsed] DEBUG vsphere_virtual_machine.vm_master[0]: Still creating... [20s elapsed] DEBUG vsphere_virtual_machine.vm_master[0]: Creation complete after 22s [id=422c9ffd-5cd2-6d58-185a-2e0f83d88771] DEBUG vsphere_virtual_machine.vm_master[1]: Creation complete after 22s [id=422ce754-5691-1675-ea2e-590d754a1987] DEBUG vsphere_virtual_machine.vm_master[2]: Creation complete after 22s [id=422c7676-ba47-eb31-6c78-b63f107e7f3f] DEBUG DEBUG Apply complete! Resources: 3 added, 0 changed, 0 destroyed. DEBUG DEBUG Outputs: DEBUG DEBUG control_plane_ips = [ DEBUG tostring(null), DEBUG tostring(null), DEBUG tostring(null), DEBUG ] DEBUG control_plane_moids = [ DEBUG "vm-792476", DEBUG "vm-792474", DEBUG "vm-792475", DEBUG ] ...... DEBUG vsphere_virtual_machine.vm_bootstrap: Destroying... [id=422c3f04-8ee2-34c5-f1c3-6a6c2dfbba23] DEBUG vsphere_virtual_machine.vm_bootstrap: Still destroying... [id=422c3f04-8ee2-34c5-f1c3-6a6c2dfbba23, 10s elapsed] DEBUG vsphere_virtual_machine.vm_bootstrap: Still destroying... [id=422c3f04-8ee2-34c5-f1c3-6a6c2dfbba23, 20s elapsed] DEBUG vsphere_virtual_machine.vm_bootstrap: Still destroying... [id=422c3f04-8ee2-34c5-f1c3-6a6c2dfbba23, 30s elapsed] DEBUG vsphere_virtual_machine.vm_bootstrap: Destruction complete after 38s DEBUG DEBUG Destroy complete! Resources: 1 destroyed. ...... 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 |