Is it possible to deploy a virtual machine with Vagrant and a provider like vSphere in the free version of ESXi?

We are using a free version of ESXi. Can I deploy a VM with Vagrant and a vendor like vSphere?

+3


source to share


3 answers


Unfortunately this is not possible:



https://github.com/nsidc/vagrant-vsphere/issues/78

+3


source


Tools such as relying on the Web Services SDK for feature support and SDK support only appear in paid versions. Some of these tools even rely on features that are only included in vCenter, which looks like this on that particular plugin. You can use full vCenter and full ESX / i for 60 days in eval mode to test these tools, which may be helpful to help guide / guide acquire full versions.



+2


source


Yes it is possible. Here is a Vagrant Plugin that will talk directly to the ESXi host (no need for vSphere).

https://github.com/josenk/vagrant-vmware-esxi

0


source







All Articles