packer-cn/builder
Doug MacEachern e7542ff33d builder/vmware: new driver to support building images directly on ESX
This driver talks directly to ESX over ssh, using vim-cmd, esxcli and sh;
no vCenter or VIM api required.

Remote* config properties added to support a remote driver

RemoteDriver interface extends Driver:
* SSHAddress - esx flavor uses esxcli to find the VM's ip address
* Download - esx flavor downloads iso files to a vmfs datastore

Driver can optionally implement the following interfaces:
* VNCAddressFinder - esx flavor needs to check remote ports
* OutputDir - esx driver needs a local and remote OutputDir
* Inventory - esx driver needs to register/unregister VMs
* HostIPFinder - esx flavor needs an address on the same network as esx itself
2013-11-07 12:01:18 -08:00
..
amazon Merge branch 'security-groups' of https://github.com/whiteley/packer into whiteley-security-groups 2013-11-05 14:34:12 -08:00
digitalocean fixed artifact test 2013-11-05 14:27:42 -08:00
openstack builder/all: update to warnings 2013-11-02 23:03:59 -05:00
qemu builder/qemu: set proper HTTPIP for boot command [GH-597] 2013-11-05 22:05:56 -08:00
virtualbox builder/virtualbox: no panic if ssh host port min/max is same [GH-594] 2013-11-04 14:20:26 -08:00
vmware builder/vmware: new driver to support building images directly on ESX 2013-11-07 12:01:18 -08:00