-
Notifications
You must be signed in to change notification settings - Fork 102
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
SSH never times out #233
Comments
I just tried to use this in a new GCP project where I forgot to add my public SSH key as project metadata and starting a new instance was hanging forever on:
...until I terminated it manually. Is this the same problem or a similar one but in a different provisioning stage, @Temikus ? I did #258 as a weak workaround, to prevent other people from wasting time the same way (I think that the best solution would be to implement validation for this in the plugin code. But it looks like fog-google does not have "get_project_SSH_keys" implemented and I don't feel strong enough in Ruby to implement that there and then using it here.) |
@gdubicki thanks for your comment, I realized that I did not hit the save button on the ssh key in the dashboard, looks like we need a timeout as this is suggesting |
Hello to all, I saw that this value was not filled in after running a vagrant up --debug. For the moment I set the ip in hard because I haven't found a way to do it with a variable or dynamically below the code :
|
Well this is embarassing, see
run_instance.rb
:We need to add some communication and a timeout here.
The text was updated successfully, but these errors were encountered: