docs/libmachine/provision
Nathan LeClaire 29999e9b10 Add a few improvements to stability
This improves on a few issues which are not frequent but do sometimes
come up:

1. Check that the daemon is up before attempting to do anything
   docker-ey in provisioning Ubuntu
2. Set a max retries for SSH so that if a request fails it attempts
   again before giving up

Also have annotated a few of the SSH options slightly better.

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-04-06 13:00:09 -07:00
..
pkgaction Implement upgrade for Ubuntu provisioner 2015-03-30 15:23:25 -07:00
boot2docker.go Implement upgrade functionality for boot2docker 2015-03-30 16:18:38 -07:00
errors.go Implement majority of provisioning changes 2015-03-20 16:30:46 -07:00
os_release.go return empty key, val strings and nil err when given an empty string in parseLine() 2015-03-30 18:41:10 -04:00
os_release_test.go return empty key, val strings and nil err when given an empty string in parseLine() 2015-03-30 18:41:10 -04:00
provisioner.go Migrate (swarmConfig) => (swarmOptions) 2015-03-20 23:20:11 -07:00
ubuntu.go Add a few improvements to stability 2015-04-06 13:00:09 -07:00
utils.go Migrate (swarmConfig) => (swarmOptions) 2015-03-20 23:20:11 -07:00
utils_test.go Migrate (swarmConfig) => (swarmOptions) 2015-03-20 23:20:11 -07:00