3

We are using free edition of ESXi. Is it possible to spin up VM using Vagrant and provider as vSphere?

Vasu
  • 187
  • 2
  • 10

3 Answers3

3

Unfortunately it's not possible:

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

Emyl
  • 10,460
  • 2
  • 35
  • 34
2

Tools like that rely on the Web Services SDK to function and SDK support is only exposed on pay versions. Some of these tools even rely on features that are only included in vCenter which looks to be the case on that specific plugin. You can use the full version of vCenter and full version of ESX/i for 60 days in eval mode to test out these tools which can be useful in helping make a case to management/leadership to purchase the full versions.

Michael Rice
  • 7,974
  • 1
  • 15
  • 18
0

Yes, it's possible. Here is the Vagrant Plugin that will talk directly to the ESXi host (without the need for vSphere).

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

Jonathan
  • 41
  • 2