From 7202a82c835e7547ece140900763dc10ed603870 Mon Sep 17 00:00:00 2001 From: ZephrFish Date: Tue, 10 Mar 2020 19:58:10 +0000 Subject: [PATCH] ssh_wait_time is deprecated new option is pause_before connecting as previous is deprecated within packer https://packer.io/docs/templates/communicator.html#ssh_timeout Also time is set to 166m by default so have flipped that to 10m to make it work :-) --- ESXi/Packer/ubuntu1804_esxi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESXi/Packer/ubuntu1804_esxi.json b/ESXi/Packer/ubuntu1804_esxi.json index 9878ffe..8d0a5fa 100644 --- a/ESXi/Packer/ubuntu1804_esxi.json +++ b/ESXi/Packer/ubuntu1804_esxi.json @@ -45,7 +45,7 @@ "ssh_password": "vagrant", "ssh_port": 22, "ssh_username": "vagrant", - "ssh_wait_timeout": "10000s", + "pause_before_connecting": "10m", "tools_upload_flavor": "linux", "type": "vmware-iso", "vm_name": "Ubuntu1804",