build: Switch to transfer through hypervisor host
Some checks failed
Container & Helm chart / Linting (push) Successful in 5s
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 44s
Container & Helm chart / Kubernetes Bootstrap Appliance (push) Failing after 10m3s

This commit is contained in:
Danny Bessems 2024-06-06 15:56:27 +10:00
parent 33ba3771cc
commit 663804e1b6

View File

@ -41,6 +41,7 @@ source "vsphere-iso" "ubuntu" {
disk_controller_type = ["pvscsi"] disk_controller_type = ["pvscsi"]
usb_controller = ["xhci"] usb_controller = ["xhci"]
set_host_for_datastore_uploads = true
cd_files = [ cd_files = [
"packer/preseed/UbuntuServer22.04/user-data", "packer/preseed/UbuntuServer22.04/user-data",
"packer/preseed/UbuntuServer22.04/meta-data" "packer/preseed/UbuntuServer22.04/meta-data"