-
Notifications
You must be signed in to change notification settings - Fork 21
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
"instance.wait_for" method returns timeout. #21
Comments
I don't see anything where you're injecting a public key to the instance when it's being created. In the initial release of this plugin I had it reading the random password that SL creates from the API and using that to login once the instance was ready. That has since changed when support was added for RSA key pairs. Is your problem resolved if you upload at least one key to your SLayer account and run the server create command like this: knife softlayer server create --ssh-keys 1234,5678 -B 0:25 -N chef-server ... Of course, you'll need to substitute the values for |
@cphrmky Thx 4 ur reply. I added "-S" parameter but not fix...
|
I am having the same issue where the server is created but the bootstrap fails to connect. |
I don't think its getting the public ip back when the instance is requested or at least when I print instance in softlayer_server_create.rb its missing the ip address. This is what the instance object contains. <Fog::Compute::Softlayer::Server |
I'm also seeing this same behavior with a private-network-only => true. I have my ssh config set up to proxy through a public host into the right subnet. From the command line I can seamlessly ssh to the new ip address using the same ssh-user, ssh-key, and identity file used in the "knife softlayer server create ..." command. Any suggestions for debugging this? The debug flag does not seem to add any additional information. |
Already the instance is ready, but "instance.wait_for" method returns timeout.
Actually, when the command is waiting for, I can bootstrap on another console.
Logs are below.
Can anybody catch this?
The text was updated successfully, but these errors were encountered: