Possible to use VMware Player as provider for Vagrant?

6,782 views
Skip to first unread message

Tim G

unread,
Oct 19, 2013, 11:44:44 AM10/19/13
to vagra...@googlegroups.com
I'm new to Vagrant, looking to run the Pebble SDK under Windows 7.  The Windows 7 machine already has VMware Player installed with a couple of virtualized Windows machines.

I saw that there is a VagrantUp provider for VMware available for $80, and VMware workstation starts at $250. I don't need the features of VMware's professional products, though.

Is it possible to integrate Vagrant with the free VMware Player without purchasing these products?

If not, are there any issues or caveats with respect to installing Vagrant in VirtualBox on a machine that already has VMware Player?


Mitchell Hashimoto

unread,
Oct 20, 2013, 7:32:18 PM10/20/13
to vagra...@googlegroups.com
Tim,

Regarding Vagrant + Player: The code that powers the Vagrant VMware
providers actually can work with player, at least most of the
features. The problem is that I've been counseled that the VMware
Player EULA legally forbids this sort of use case because Vagrant
would be actively using features that Player can't do for free. Player
Pro is a different story but I can't detect that.

Additionally, Player free is missing networking features so host only
networks and bridged networks wouldn't work. Port forwarding is fine,
however.

So really what it comes down to is legality and a little bit of
technical limitations (but few).

You'll have no issues with VirtualBox even though Player is installed.
You can't install Vagrant _in_ VirtualBox, however, but I think that's
not what you meant.

Best,
Mitchell
> --
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

vijith....@cuelogic.co.in

unread,
Sep 4, 2014, 9:49:29 AM9/4/14
to vagra...@googlegroups.com
Hi can we run ubunut-vmware.box in virtualbox with vagrant?

Alvaro Miranda Aguilera

unread,
Sep 4, 2014, 6:41:06 PM9/4/14
to vagra...@googlegroups.com
if the vm have vmware tools installed, you should be able to something like this:

- start vmware and import the vm
- remove vmtools
- export the vm as OVF
- import the vm in virtualbox
- start the vm in virtualbox and install virtualbox guest additions
- repackage the box as virtulabox provisioner format

not sure if virtualbox will be able to import that machine, it should, but haven't done it.


--
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Trevor Roberts Jr

unread,
Sep 5, 2014, 7:40:39 AM9/5/14
to vagra...@googlegroups.com
Is there something to specific to this box that you need to convert it?

Vagrant Cloud has multiple Ubuntu boxes including fairly clean ones from Chef.

If this is a box that you created, maybe the next time you create a box, you can use Packer so that it outputs to both VirtualBox and VMware formats?

Good luck,
Trevor

Reply all
Reply to author
Forward
0 new messages