Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 499 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 499 Bytes

vagrant-esxi

This is a Vagrant plugin that adds VMware ESXi guest support.

Installation

$ vagrant plugin install vagrant-esxi

Example box

See the example Packer template for VMware ESXi images.

Development

To build and install the plugin directly from this repo:

$ gem build vagrant-esxi.gemspec
$ vagrant plugin install vagrant-esxi-0.0.1.gem