Skip to content
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 property to set the vhv.enable vmx property #41

Closed
rgl opened this issue Sep 23, 2021 · 1 comment · Fixed by #213
Closed

Add property to set the vhv.enable vmx property #41

rgl opened this issue Sep 23, 2021 · 1 comment · Fixed by #213
Assignees
Milestone

Comments

@rgl
Copy link

rgl commented Sep 23, 2021

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

@tenthirtyam tenthirtyam added this to the Backlog milestone May 24, 2024
@tenthirtyam tenthirtyam self-assigned this Jun 11, 2024
@tenthirtyam tenthirtyam modified the milestones: Backlog, On Deck, v1.0.12 Jun 29, 2024
tenthirtyam added a commit that referenced this issue Jul 2, 2024
Add explicit option to enable virtual hardware-assisted virtualization.

#41
@tenthirtyam
Copy link
Collaborator

Addressed in #213.

tenthirtyam added a commit that referenced this issue Jul 2, 2024
Adds explicit option to enable virtual hardware-assisted virtualization.

Ref: #41

Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
tenthirtyam added a commit that referenced this issue Jul 2, 2024
Adds explicit option to enable virtual hardware-assisted virtualization.

Ref: #41

Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
nywilken pushed a commit that referenced this issue Jul 5, 2024
Adds explicit option to enable virtual hardware-assisted virtualization.

Ref: #41

Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants