From be0f22417f7d6d794c5441f960aa59f9a790cef6 Mon Sep 17 00:00:00 2001 From: NemoEht Date: Mon, 23 Mar 2020 20:36:16 -0700 Subject: [PATCH] Update to ubuntu1804_esxi.json with ssh_timeout Added ssh_timeout of 10000 seconds (166.6667 minutes). This will keep packer from destroying the VM before it's even done with the setup process. The time can be adjusted but this helped me in the setup process. --- ESXi/Packer/ubuntu1804_esxi.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ESXi/Packer/ubuntu1804_esxi.json b/ESXi/Packer/ubuntu1804_esxi.json index 928f194..39eadb3 100644 --- a/ESXi/Packer/ubuntu1804_esxi.json +++ b/ESXi/Packer/ubuntu1804_esxi.json @@ -45,6 +45,7 @@ "ssh_password": "vagrant", "ssh_port": 22, "ssh_username": "vagrant", + "ssh_timeout": "10000s", "pause_before_connecting": "10m", "tools_upload_flavor": "linux", "type": "vmware-iso",