packer-cn/builder/digitalocean
Mitchell Hashimoto 1ced19c3ce builder/digitalocean: Reattempt SSH handshake a few times
I ran into a few cases where the droplet was active and a TCP connection
could be made, but SSH wasn't running yet and the handshake failed. A
race condition with the machine boot. This will retry the SSH handshake
a few times.

/cc @pearkes
2013-06-21 23:02:13 -07:00
..
api.go builder/digitalocean: compile with scrub changes 2013-06-19 13:26:03 -07:00
artifact.go builder/digitalocean: Implement Artifact destroy 2013-06-18 21:54:15 -07:00
artifact_test.go builder/digitalocean: Implement Artifact destroy 2013-06-18 21:54:15 -07:00
builder.go builder/digitalocean: Properly return errors 2013-06-19 21:00:51 -07:00
builder_test.go builder/digitalocean: use text/template for the snapshot name 2013-06-17 14:21:15 +02:00
step_connect_ssh.go builder/digitalocean: Reattempt SSH handshake a few times 2013-06-21 23:02:13 -07:00
step_create_droplet.go builder/digitalocean: Properly return errors 2013-06-19 21:00:51 -07:00
step_create_ssh_key.go builder/digitalocean: Properly return errors 2013-06-19 21:00:51 -07:00
step_droplet_info.go builder/digitalocean: Properly return errors 2013-06-19 21:00:51 -07:00
step_power_off.go builder/digitalocean: Properly return errors 2013-06-19 21:00:51 -07:00
step_provision.go builder/digitalocean: completed initial pass at all steps. 2013-06-13 19:56:34 +02:00
step_snapshot.go builder/digitalocean: Properly return errors 2013-06-19 21:00:51 -07:00
wait.go builder/digitalocean: No need for destroy steps, builder works! 2013-06-14 15:26:03 +02:00