packer-builder-vsphere
packer-builder-vsphere copied to clipboard
Support 'ssh_wait_timeout'
ssh_wait_timeout
parameter should be implemented on builder level
It seems like winrm_wait_timeout
is also unsupported. Are these features being worked on? Otherwise I’ll give it a go.
That would be cool!
@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?
ssh_wait_timeout
parameter should be implemented on builder level
If you use the following tag it will work:
"ssh_timeout": "6h",
@joudaon Thanks. that's work for me.