-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kitchen Driver hangs at '$VM is now ready' #42
Comments
Can you run this with debug on too? |
@jjasghar the following command:
Doesn't give me more info in the output 😞 |
Oh sorry, it's the kitchen debug not chef-provisioning-vSphere. It is something like --log :debug or something like that. Please check the help and you should be able to find it. |
My bad, your right, for reference, the exact command is:
Unfortunately, the debug option doesn't give additional helpful info in the output of the command, neither in the logs. |
How does the driver know how to use this:
How does he reaches and know how to reach the VM? How does he get the ip of the VM? |
Yeah this was written before the transport layer was created for |
In my (very little) experience, exclusively with the winrm transport, I'd suggest the following. It seems that you're going as far as this line, and that's working as expected. But then you're failing somewhere between there, and line 462, where you should see the next message: Calling those methods along the way: So the suggested way to debug:
|
Versions:
Chef Development Kit Version: 1.4.3
chef-client version: 12.19.36
delivery version: master (41b94ffb5efd33723cf72a89bf4d273c8151c9dc)
berks version: 5.6.4
kitchen version: 1.16.0
inspec version: 1.25.1
chef-provisioning-vsphere 2.0.4
Platform Details
Scenario:
I want to converge a Linux VM.
Steps to Reproduce:
Execute
With following .kitchen.yml
Expected Result:
I want the VM to be provisionned/converged with chef
Actual Result:
The VM is created, but not converged:
I the same result with:
Kitchen hangs at:
Thanks
The text was updated successfully, but these errors were encountered: