packer-cn/builder/vmware
Ali Rizvi-Santiago ac2ddbcbf5 Fixes the assumption that all the VMware builder's drivers will implement a network mapper for mapping a network name to it's corresponding device.
The ESX5 driver doesn't have a way of mapping the network name to its device name because a .vmx template uses different field names for it and so packer let's ESX handle filling this in. This patch will check to see if the driver that packer determines is missing a NetworkMapper implementation (by checking for nil). If it is, then fall back to using "nat" despite ESX not using the network type at all. This is what packer did prior to exposing the network type to the user back in version 1.1.3.

This closes issue #5916.
2018-02-20 19:45:55 -06:00
..
common Reinforced the VMWare Workstation builder methodology for locating the dhcp.conf and dhcpd.leases files on Linux. 2018-02-14 00:11:17 -06:00
iso Fixes the assumption that all the VMware builder's drivers will implement a network mapper for mapping a network name to it's corresponding device. 2018-02-20 19:45:55 -06:00
vmx Added support for sound, serial ports, parallel ports, usb, and specifying a default network to the vmware builder. 2018-02-02 19:11:41 -06:00