You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: POST https://cloud9.lab.yolo.com/rest/com/vmware/vcenter/ovf/library-item/id:937fe71e-1b83-4e11-8097-b5b8e91cc317?~action=deploy: 500 Server Error
on main.tf line 70, in resource "vsphere_virtual_machine" "vm":
70: resource "vsphere_virtual_machine" "vm" {
Panic Output
Expected Behavior
Id have expected that two nics get created with the attributes in the config.
Actual Behavior
Error 500 from server (vcenter)
Steps to Reproduce
Important Factoids
Im not sure if this is important but this is getting deployed from a content library ovf, The ovf this is being pulled rom only has 1 nic, and I suspect thats what Im running into. Im unsure how to resolve it.
References
#0000
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Based on the debug output the source is an OVF from the content library.
POST https://cloud9.lab.yolo.com/rest/com/vmware/vcenter/ovf/library-item/id:937fe71e-1b83-4e11-8097-b5b8e91cc317?~action=deploy: 500 Server Error
Does the originating OVF Template have two NICs? If note, per the VMware vSphere product documentation, which compares the use of VM Templates vs OVF Templates in Content Library:
"During the deployment of an OVF template, only guest OS customization is supported. Hardware customization is not supported."
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
vSphere Provider Version
Affected Resource(s)
vsphere_virtual_machine
Terraform Configuration Files
Then in the vsphere_virtual_machine section
And in customization
Debug Output
Panic Output
Expected Behavior
Id have expected that two nics get created with the attributes in the config.
Actual Behavior
Error 500 from server (vcenter)
Steps to Reproduce
Important Factoids
Im not sure if this is important but this is getting deployed from a content library ovf, The ovf this is being pulled rom only has 1 nic, and I suspect thats what Im running into. Im unsure how to resolve it.
References
Community Note
The text was updated successfully, but these errors were encountered: