-
Notifications
You must be signed in to change notification settings - Fork 454
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
Add support for deploying an OVF as a Template (not VM) #2114
Comments
Hello, dejarikra! 🖐 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. |
If you need to create an OVF template, why not use Packer? |
I'm not sure the title - "Add support for deploying an OVF template to vSphere" - is an accurate description of the ask here. Today, the provider does support deploying a virtual machine from either a template as well as from a local or remote OVA/OVF. It sounds more like you are asking for the ability to deploy the OVA/OVF but set it as a template instead of powering it on. |
Yes, this is exactly what I am trying to do. I will update the title accordingly. |
More closely aligned with the existing enhancement item #1180. |
I would really like to see this feature, as it took me quite some time to find out from the big documentation that this is just not possible... |
That would be extremely helpful! |
Marking this issue as stale due to inactivity in the past 180 days. This helps us focus on the active issues. If this issue is reproducible with the latest version of the provider, please comment. If this issue receives no comments in the next 30 days it will automatically be closed. |
This is still needed. |
Community Guidelines
Description
Currently, the provider has the vsphere_ovf_vm_template data object, with examples on how to use it to create a VM off of it.
However, attempting to use the vsphere_ovf_vm_template data object directly without a corresponding
vsphere_vm
resource doesn't actually result in creating an OVF Template on vSphere. On the other hand, such an independent template could directly be created on vSphere using the HTML client.For reference, here is a snippet of the data object I used.
I understand that data objects are NOT used to create actual resources on the target infrastructure. It would be great if we can have a corresponding resource object to create an OVF VM Template directly on vSphere.
Use Case(s)
I'm currently in the process of deploying an EKS Anywhere Cluster on my vSphere environment. As per AWS's documentation, one of the requirements is to have an OVA template already available on vSphere.
Potential Terraform Provider Configuration
I envision that the
vsphere_ovf_vm_template
resource be more or less similar to the vsphere_ovf_vm_template data object, whose documentation can be found here.References
No response
The text was updated successfully, but these errors were encountered: