-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OVF deployment failure (v1.24.1) #1239
Comments
I am having the same issue. More precisely I try to deploy virtual ESXi hosts. Used the script available at https://www.virtuallyghetto.com/2020/06/full-ova-ovf-property-support-coming-to-terraform-provider-for-vsphere.html I am using the vsphere v1.24.2 plugin, terraform 0.13.4. |
I just downgraded the plugin version to v1.24.0. This seems to work like expected! |
#1218 seems to have caused this issue. It looks like all of the arguments that had the I confirmed this locally. I pulled master and then ran |
@bill-rich Is #1218 working as intended? Should I need to have all of these different hardware elements declared in my resource when I am deploying an OVF? |
@scluff - Have you tested deploying the OVA with the See #1227 (comment) for an example using the Ryan |
@scluff - Have you tested deploying the OVA with the See #1227 (comment) for an example using the Ryan Johnson |
Marking this issue as resolved based on the solution example provided in the previous comments (1) (2) with the example for deploying the Nested_ESXi7.0u3_Appliance_Template_v1.ova OVA image. If the issue persists with the solution provided, the latest version of the provider, and the recommended use of the Ryan Johnson |
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. |
Terraform Version
0.13.4
vSphere Provider Version
1.24.1
Affected Resource(s)
vsphere_virtual_machine
Terraform Configuration Files
Debug Output
Panic Output
https://gist.github.com/scluff/84393828e05d7cf5f7cf8c6e815e2f5d
Expected Behavior
The OVF is deployed and the VM starts
Actual Behavior
The OVF is deployed but the VM does not start
Steps to Reproduce
terraform apply
Important Factoids
Works correctly with the 1.24.0 provider
References
Community Note
The text was updated successfully, but these errors were encountered: