[vagrant-up] So how to actually setup vagrant with vmware and wsl?

2017-12-15 Thread Georgi
Hello everybody, so, Im using Windows 10 (version 1709), wsl, vmware workstation and vagrant. Vagrant is setup on the Windows with the vmware workstation plugin licensed and everything works fine. For example: C:\WINDOWS\system32>vagrant plugin list

Re: [vagrant-up] So how to actually setup vagrant with vmware and wsl?

2017-12-15 Thread Alvaro Miranda Aguilera
Hello WSL information is here: https://www.vagrantup.com/docs/other/wsl.html It should work for VirtualBox, and let you use Docker with a DOCKER_HOST But WSL + VMWare is not yet listed in the page. Thanks Alvaro. On Fri, Dec 15, 2017 at 3:09 PM, Georgi wrote: >

Re: [vagrant-up] Error at vagrant up : Provider expected: vsphere while Provider of box: vmware_desktop

2017-12-15 Thread Alvaro Miranda Aguilera
check the documentation of the plugin, it wont take a local box you need the dummy box and a source vm like this: # The template we're going to clone #vsphere.template_name = 'ubuntu.template.dc.sw10.net' Alvaro On Fri, Dec 15, 2017 at 10:09 PM, cally725 via Vagrant <

[vagrant-up] Error at vagrant up : Provider expected: vsphere while Provider of box: vmware_desktop

2017-12-15 Thread cally725 via Vagrant
Hi, I am on Windows 10, with vmware workstation 14.0 installed, using packer 1.1.1 to build my box using type vmware.iso. My box gets created and complete with the following lines Build 'vmware-iso' finished. ==> Builds finished. The artifacts of successful builds are: --> vmware-iso: 'vmware'