packer-cn/builder/proxmox/common
mmassez 794e83b171
Proxmox builder return first ipv4 address (#10858)
* Check if IP address is IPv4 before returning it

Returns the first IPv4 address instead of the first IP address which is an IPv6 for Windows VMs

* Updated the go module

* Reversed the order of checks

First check if it's a loopback and check for ipv4 afterwards
2021-04-02 14:37:20 -04:00
..
artifact.go remove sdk 2020-12-17 13:29:25 -08:00
bootcommand_driver.go remove sdk 2020-12-17 13:29:25 -08:00
builder.go Proxmox builder return first ipv4 address (#10858) 2021-04-02 14:37:20 -04:00
client.go Allow using API tokens for Proxmox authentication (#10797) 2021-03-22 11:48:31 +01:00
client_test.go Allow using API tokens for Proxmox authentication (#10797) 2021-03-22 11:48:31 +01:00
config.go Allow using API tokens for Proxmox authentication (#10797) 2021-03-22 11:48:31 +01:00
config.hcl2spec.go Add http_content func to serve variables from HTTP @ preseed (#10801) 2021-03-23 12:31:13 +01:00
config_test.go remove sdk 2020-12-17 13:29:25 -08:00
step_convert_to_template.go remove sdk 2020-12-17 13:29:25 -08:00
step_convert_to_template_test.go remove sdk 2020-12-17 13:29:25 -08:00
step_finalize_template_config.go proxmox: Fix additional_iso_files (#10586) 2021-02-10 10:59:44 +01:00
step_finalize_template_config_test.go remove sdk 2020-12-17 13:29:25 -08:00
step_start_vm.go proxmox: Fix additional_iso_files (#10586) 2021-02-10 10:59:44 +01:00
step_start_vm_test.go proxmox: Fix additional_iso_files (#10586) 2021-02-10 10:59:44 +01:00
step_success.go remove sdk 2020-12-17 13:29:25 -08:00
step_type_boot_command.go remove sdk 2020-12-17 13:29:25 -08:00
step_type_boot_command_test.go remove sdk 2020-12-17 13:29:25 -08:00
step_upload_additional_isos.go proxmox: Fix additional_iso_files (#10586) 2021-02-10 10:59:44 +01:00