Hello, have a look at packer.io you can create the box using vmware-iso builder and vagrant post-processor.
https://www.packer.io/docs/builders/vmware-iso.html https://www.packer.io/docs/post-processors/vsphere.html Here is a blogpost about the vagrant part... http://dor.ky/using-vmware-vsphereesxi-as-a-provider-for-vagrant/ the creation of the VM can be automated with packer then there is vsphere plugin, however what I understand it use a template/vm that already exist on vmware space https://github.com/nsidc/vagrant-vsphere so for the vagrantfile, it use a dummy box On Wed, Jan 21, 2015 at 3:15 PM, Lee Cuevas <[email protected]> wrote: > I would like to create a Vagrant .box image and then use it to deploy from > my laptop using vsphere. Is this doable? If so, can someone post a link > with instructions please? > > Thanks in advance > > Lee > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
