Re: [vagrant-up] Vagrant vmware-esxi plugin flag to enable hardware virtualization on the VM

2018-01-18 Thread Alvaro Miranda Aguilera
just to be sure from this: vi://10.73.40.19/ to this vi://root:Password123@10.73.40.19/ On Thu, Jan 18, 2018 at 2:13 PM, Shashank Korada wrote: > Thank you Alvaro. > > I just figured out 1. We could use the custom_vmx_settings and add what is > required as a key value pair. > Thanks for the

Re: [vagrant-up] Vagrant vmware-esxi plugin flag to enable hardware virtualization on the VM

2018-01-18 Thread Shashank Korada
Thank you Alvaro. I just figured out 1. We could use the custom_vmx_settings and add what is required as a key value pair. Thanks for the second one, will try escaping the special characters -Shashank On Thursday, January 18, 2018 at 6:30:26 PM UTC+5:30, Alvaro Miranda Aguilera wrote: > > Hell

Re: [vagrant-up] Vagrant vmware-esxi plugin flag to enable hardware virtualization on the VM

2018-01-18 Thread Alvaro Miranda Aguilera
Hello for 1 you can contact the plugin person to see if he can add the conf part for 2 you can use vi://user:password@server if you got special characters you can escape them with the html codes ie # -> %23 i think, by memory but giving you the idea. Thanks Alvaro. On Wed, Jan 17, 2018 at 11:5

[vagrant-up] Vagrant vmware-esxi plugin flag to enable hardware virtualization on the VM

2018-01-17 Thread Shashank Korada
Hi, I am using the vagrant esxi plugin for my testing. Plugin: https://github.com/josenk/vagrant-vmware-esxi A couple of issues that I am facing. 1. For my testing I need to enable hardware virtualization on the VM that is brought up on the ESXI server. Is there a flag that I can enable in the