-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Vsphere Clone Builder: Clone a VM from a template in a Content Library #10318
Comments
Hi, thanks for reaching out! I believe you can already do this using the iso_paths config option: https://www.packer.io/docs/builders/vmware/vsphere-clone#iso_paths |
@SwampDragons That appears to be specific to .iso and not a template or OVF. Do you have any examples on how to utilize isopaths to specify a template/OVF to clone? I would be willing to give it a try and report back. |
@SwampDragons I just tested it out and the |
Hey @graham1228, you're right, this a new feature we need to implement for vsphere-clone. We will work on this when we get a chance. |
@sylviamoss I might be able to to take a swing at it if I have some spare time. Thanks for the update. |
This issue has been automatically migrated to hashicorp/packer-plugin-vsphere#43 because it looks like an issue with that plugin. If you believe this is not an issue with the plugin, please reply to hashicorp/packer-plugin-vsphere#43. |
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. |
Please search the existing issues for relevant feature requests, and use the
reaction feature
(https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)
to add upvotes to pre-existing requests.
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 "me too" comments, 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.
Description
As a user of the vsphere-clone builder I would like the ability to create a vm from an existing vm template in a content library.
Use Case(s)
We use the content library to store our base OS OVF images and need to be able to utilize these templates to layer on solution specific software leveraging the vsphere-clone builder.
Potential configuration
Utilizing the same configuration item, additionally search in all content libraries for the template name
Potential References
The text was updated successfully, but these errors were encountered: