packer-plugin-vmware
packer-plugin-vmware copied to clipboard
Add property to set the vhv.enable vmx property
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
It would be nice to have an explicit property to enable nested virtualization (aka VHV (Virtual Hardware-Assisted Virtualization)) by editing the vhv.enable vmx property.
Currently, I'm using vmx_data as:
"vmx_data": {
"vhv.enable": "TRUE"
},
Use Case(s)
A explicit property makes packer more accessible.
Potential configuration
{
"vhv_enable": true,
}
Potential References
See https://williamlam.com/2012/08/how-to-enable-nested-esxi-other.html