You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vagrant
Hi,
I am trying to provision a set of development tools using Vagrant on VMWare VDI's. The development tools comprise IDE's , JDK, NodeJS and similar tools. Do others here use this setup ? Could you share any views ?
Thanks,
Mohan
dragon788
unread,
May 12, 2020, 12:18:03 PM5/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vagrant
You will probably want to use Packer to build out a base image and push it into your VMware infrastructure, then you can possibly configure access to the VMs via Vagrant with a vSphere connection, but as far as I'm aware the Vagrant VMware plugin is ONLY for use with the "desktop" line of products, ie Workstation/Fusion/Player Pro.
Mohan Radhakrishnan
unread,
May 13, 2020, 3:48:29 AM5/13/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
This is obviously what you meant my 'desktop' line of products ?? And the procedure you described ia a VMWare/Vagrant VDI.that remote users can access. I think that is what is currently not supported ?
So if that is not supported then I think the VMWare VDI's ( without Vagrant ) can have tools provisioned.
Mohan
dragon788
unread,
May 13, 2020, 11:01:00 AM5/13/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vagrant
Yup, you understood it correctly. Vagrant is essentially a tool used to start/stop VMs and do light provisioning, and there is a plugin that allows this to interact with vSphere, but it would be more of an "exclusive" desktop per user rather than any kind of shared desktop. This plugin might do what you are wanting by allowing a user to spin up a VM from a template using `vagrant up`.
As far as getting software installed to create a standard base image that the users start from, you can build VMware VMs locally or on vSphere using the vmware-iso or vsphere-iso plugins, and both of these are now maintained by Hashicorp.