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.
This commit is contained in:
NemoEht
2020-03-23 20:36:16 -07:00
committed by GitHub
parent d9ccdbb162
commit be0f22417f

View File

@@ -45,6 +45,7 @@
"ssh_password": "vagrant", "ssh_password": "vagrant",
"ssh_port": 22, "ssh_port": 22,
"ssh_username": "vagrant", "ssh_username": "vagrant",
"ssh_timeout": "10000s",
"pause_before_connecting": "10m", "pause_before_connecting": "10m",
"tools_upload_flavor": "linux", "tools_upload_flavor": "linux",
"type": "vmware-iso", "type": "vmware-iso",