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 :-)
This commit is contained in:
ZephrFish
2020-03-10 19:58:10 +00:00
committed by GitHub
parent da8d5d789d
commit 7202a82c83

View File

@@ -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",