Issue #8676 has been updated by Jon Hadfield.

I had the same issue and found it was due to net-scp being absent.
You can try this to confirm (once the instance has been launched):
`puppet node install ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com --login root 
--keyfile <keyfile> --install-script gems --puppet-version 2.6.9` 
If you get the message: "err: no such file to load -- net/scp" then you'll need 
to install net-scp, i.e.
`sudo gem install net-scp`
----------------------------------------
Bug #8676: Bootstrap can timeout waiting for instance
https://projects.puppetlabs.com/issues/8676

Author: Carl Caum
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Keywords: 
Branch: 


When doing a bootstrap on an instance, I got an error saying there is no route 
to the host.  However after the error I can ssh in to the instance fine

[root@ip-10-204-65-156 .ssh]# puppet node bootstrap --image=ami-3624d65f 
--keypair ccaum_rsa --login root --keyfile /root/.ec2/ccaum_rsa.pem --certname 
puppetagent02 --type m1.small
notice: Creating new instance ...
notice: Creating new instance ... Done
notice: Creating tags for instance ...
notice: Creating tags for instance ... Done
notice: Launching server i-1f2e937e ...
############################################################################################
notice: Server i-1f2e937e is now launched
notice: Server i-1f2e937e public dns name: 
ec2-50-19-161-122.compute-1.amazonaws.com
notice: Waiting for SSH response ...
err: Unhandled connection robustness error: Errno::EHOSTUNREACH 
[#<Errno::EHOSTUNREACH: No route to host - connect(2)>]
err: No route to host - connect(2)
err: Try 'puppet help node bootstrap' for usage


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to