Closed Aokigahara23 closed 9 months ago
Hello, Aokigahara23! 🖐
Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle.
If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests.
Is this issue seen on vSphere 7.0 or later?
Although not from a OVF deployment, I have seen this behavior on a vsphere_virtual_machine when cloning from template. It seems to be exclusively an issue with windows where the network adapter is assigned but not attached. Manually connecting the adapter during terraform apply while the clone is happening will cause a terraform apply success
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Guidelines
Terraform
v1.2.7
Terraform Provider
v2.2.0
VMware vSphere
v6.5.0.38000
Description
Terraform OVF deployment to one of vCenters failes with
Error: timeout waiting for an available IP address
. Deploying the same OVF manually works fineAffected Resources or Data Sources
resource/vsphere_virtual_machine
Terraform Configuration
Module entrypoint
Module itself
Debug Output
Panic Output
No response
Expected Behavior
Terraform deploys OVF template by reading remote .ovf file meta and uploads everything it needs on the target vCenter. (.ovf, ,vmdk, .mf) files.
Actual Behavior
For some unknown reason since the end of last week .vmdk file is downloaded empty
here is a view of datastore folder from screenshot above
here is a folder on the http-storage (where .ovf is stored)
As you can see .vmdk is 0KB
On other vCenter servers there is no such problem
Manual ovf deployment on this vCenter via web-ui works without problem
Steps to Reproduce
Run ovf deployment with environment specified above
Environment Details
No response
Screenshots
No response
References
No response