packer-cn/builder/vmware/iso
Andreas Botzner 3739970b84
Adds ability to specify interfaces for http_directroy and VM for the Proxmox builder (#9874)
Adds two config options to the Proxmox builder:
```
http_interface
vm_interface
```
Both give the user the ability to specify an interface whos IP will be set as the `.HTTPIP` and VMIP respectively.

This is useful when the VM and or the machine executing Packer has multiple interfaces.
Until now Packer would accept the first non-loopback IP as the `.HTTPIP` and VMIP.

I'm open to suggestions and any kind of feedback. 


* Added ability to define the NIC where the HTTPIP is taken from.
* Added VM interface config option
* fmt and documentation
* Moved HTTPInterface into HTTPCommon
* Build Fix
* Documentation Fix
2020-09-14 12:24:01 +02:00
..
testdata ci/tech-debt: Fix vmware acceptance tests (#9636) 2020-07-23 09:40:57 +02:00
builder.go Add usb_scan_codes option to use USB scancodes instead of VNC for remote builds (#9895) 2020-09-11 16:46:33 +02:00
builder_acc_test.go ci/tech-debt: Fix vmware acceptance tests (#9636) 2020-07-23 09:40:57 +02:00
builder_test.go add tests to make sure prepare for export defaults properly 2020-08-27 10:55:57 -07:00
config.go Add usb_scan_codes option to use USB scancodes instead of VNC for remote builds (#9895) 2020-09-11 16:46:33 +02:00
config.hcl2spec.go Adds ability to specify interfaces for http_directroy and VM for the Proxmox builder (#9874) 2020-09-14 12:24:01 +02:00
step_create_vmx.go Implement cd_files option. The Addfile code is modified from the floppy_files 2020-09-04 12:20:19 -07:00
step_create_vmx_test.go refactor initialization out from packer configs + tests (#9627) 2020-07-24 10:58:03 +02:00