packer-builder-vsphere icon indicating copy to clipboard operation
packer-builder-vsphere copied to clipboard

Support 'ssh_wait_timeout'

Open mkuzmin opened this issue 6 years ago • 5 comments

ssh_wait_timeout parameter should be implemented on builder level

mkuzmin avatar Mar 14 '18 16:03 mkuzmin

It seems like winrm_wait_timeout is also unsupported. Are these features being worked on? Otherwise I’ll give it a go.

poulpreben avatar Nov 16 '18 23:11 poulpreben

That would be cool!

mkuzmin avatar Nov 17 '18 08:11 mkuzmin

@mkuzmin Any update on the ssh_wait_timeout?

Am facing the below error while building the VM.

==> vsphere-iso: Pausing before cleanup of step 'StepConnect'. Press enter to continue. Build 'vsphere-iso' errored: Timeout waiting for SSH.

When am trying to use the ssh_wait_timeout, it's throwing the configuration error.

* unknown configuration key: "ssh_wait_timeout"

Any suggestions?

gowthamakanthan avatar May 04 '19 13:05 gowthamakanthan

ssh_wait_timeout parameter should be implemented on builder level

If you use the following tag it will work:

"ssh_timeout": "6h",

joudaon avatar Jul 03 '19 07:07 joudaon

@joudaon Thanks. that's work for me.

EricWang8230 avatar Jul 03 '19 12:07 EricWang8230