packer/builder
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
..
alicloud/ecs fix imports 2018-01-24 17:09:17 -08:00
amazon Fix issue with assume role credentials 2018-02-15 14:54:01 -08:00
azure test fixes WIP 2018-01-24 17:09:17 -08:00
cloudstack fix imports 2018-01-24 17:09:17 -08:00
digitalocean change run signatures 2018-01-24 17:09:17 -08:00
docker Merge pull request #5426 from hashicorp/fix_4915 2018-02-05 14:54:27 -08:00
file move multistep imports to helper. 2018-01-24 17:09:15 -08:00
googlecompute Support specifying licenses for Google Compute images 2018-02-03 14:15:16 -06:00
hyperv Merge branch 'master' into hyperv_mac_address 2018-02-02 09:26:52 +11:00
lxc Merge pull request #5426 from hashicorp/fix_4915 2018-02-05 14:54:27 -08:00
lxd Merge pull request #5426 from hashicorp/fix_4915 2018-02-05 14:54:27 -08:00
ncloud fix communicator type : Windows -> winrm 2018-02-07 10:29:56 +09:00
null move multistep imports to helper. 2018-01-24 17:09:15 -08:00
oneandone fix imports 2018-01-24 17:09:17 -08:00
openstack Remove the deprecated extensions 2018-02-06 17:36:47 -08:00
oracle Remove unrelated changes 2018-02-13 14:23:19 +01:00
parallels test fixes WIP 2018-01-24 17:09:17 -08:00
profitbricks fix imports 2018-01-24 17:09:17 -08:00
qemu Merge pull request #5738 from testworksau/intel-haxm-support 2018-01-31 12:41:15 -08:00
scaleway use new internal multistep helper 2018-02-08 12:10:11 -08:00
triton test fixes WIP 2018-01-24 17:09:17 -08:00
virtualbox Merge pull request #2906 from arizvisa/GH-2377 2018-02-05 09:53:47 -08:00
vmware 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