Commit Graph

2684 Commits

Author SHA1 Message Date
Daehyeok Mun df45c054ce Add kvm driver link to docs
Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>
2016-01-30 18:06:29 -07:00
Nathan LeClaire 26b00ce1ec Merge pull request #2965 from nathanleclaire/revise_release_template
Fix non-templated release value
2016-01-29 14:51:07 -08:00
Nathan LeClaire 240d2fa993 Fix non-templated release value
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-01-29 13:34:29 -08:00
David Gageot 25116832c4 Merge pull request #2961 from nathanleclaire/revise_sed_line
Update release script for GNU sed compatibility
2016-01-29 06:27:45 +01:00
Nathan LeClaire bf542964c9 Update release script for GNU sed compatibility
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-01-28 17:23:11 -08:00
Nathan LeClaire c9a99a37ef Merge pull request #2960 from nathanleclaire/bump_0.6.0-rc3-dev
Bump to version 0.6.0-dev
2016-01-28 17:15:53 -08:00
Nathan LeClaire 3d2eb05b4e Bump to version 0.6.0-dev
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-01-28 16:58:19 -08:00
Nathan LeClaire 5ab6f319e9 Merge pull request #2958 from nathanleclaire/fix_swarm_port
Add correct Swarm port bindings
2016-01-28 16:14:08 -08:00
Nathan LeClaire 265dd37594 Add correct Swarm port bindings
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-01-28 15:51:41 -08:00
Nathan LeClaire 8a4576b2eb Merge pull request #2956 from nathanleclaire/bash_default_env_shell
Reset default shell for env to bash
2016-01-28 12:35:08 -08:00
Nathan LeClaire 0118532393 Reset default shell for env to bash
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-01-28 12:11:22 -08:00
David Gageot b6be1b79bc Merge pull request #2954 from jeanlaurent/engine-url
Fix #2029 - local drivers dont run with engine-install-url
2016-01-28 18:26:01 +01:00
Jean-Laurent de Morlhon 8eb22b411b Fix #2029 - local drivers dont run with engine-install-url
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-28 18:05:58 +01:00
Jean-Laurent de Morlhon ccdf3c2a86 Merge pull request #2955 from dgageot/2945-vbox-hyperv
FIX #2945 Show a better error message
2016-01-28 17:44:11 +01:00
David Gageot 6f6266e122 FIX #2945 Show a better error message
There's not much more we can do.

Signed-off-by: David Gageot <david@gageot.net>
2016-01-28 16:18:17 +01:00
David Gageot 810161a42a Merge pull request #2953 from jeanlaurent/release-update
Update release script
2016-01-28 13:19:34 +01:00
Jean-Laurent de Morlhon f52d046400 Merge pull request #2952 from dgageot/go-vet
Make go vet ./... happy
2016-01-28 12:06:01 +01:00
Jean-Laurent de Morlhon c2d620f881 Update release script
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-28 11:21:07 +01:00
David Gageot 794cf4cf4d Make go vet ./... happy
Signed-off-by: David Gageot <david@gageot.net>
2016-01-28 11:15:12 +01:00
Jean-Laurent de Morlhon 35054c5c71 Merge pull request #2951 from dgageot/2949-remove-stopped-vbox-vm
FIX #2949 Cannot remove stopped vbox VM
2016-01-28 11:03:00 +01:00
David Gageot bde3435c07 FIX #2949 Cannot remove stopped vbox VM
Signed-off-by: David Gageot <david@gageot.net>
2016-01-28 10:38:39 +01:00
Jean-Laurent de Morlhon 36aed62f39 Merge pull request #2944 from dgageot/simpler-AppVeyor
Simplify AppVeyor configuration
2016-01-27 13:20:50 +01:00
David Gageot 7524af4897 Merge pull request #2946 from jeanlaurent/appveyor-badge
Add silly appveyor badge
2016-01-27 13:20:15 +01:00
Jean-Laurent de Morlhon a397facd08 Added silly appveyor badge
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-27 10:35:28 +01:00
David Gageot 56ea7a2237 Merge pull request #2943 from jeanlaurent/coverall-badge
Fix coverall badge branch
2016-01-27 10:31:24 +01:00
Jean-Laurent de Morlhon 8f1877e2be Merge pull request #2940 from dgageot/2939-it-ls-headers
FIX #2939 Integration tests for ls headers
2016-01-27 10:20:36 +01:00
David Gageot 927bff1f80 Simplify AppVeyor configuration
Signed-off-by: David Gageot <david@gageot.net>
2016-01-27 10:09:14 +01:00
Jean-Laurent de Morlhon dbcd595858 Merge pull request #2942 from dgageot/2941-wait-docker-restart
FIX #2941 Wait for Docker after a restart
2016-01-27 10:08:54 +01:00
Jean-Laurent de Morlhon 40f5d7ca40 Fix coverall badge branch
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
2016-01-27 09:59:24 +01:00
Miquel Sabaté Solà 0a2b5ab4d3 libmachine/ssh: added the Start and Wait functions to the Client interface
The Start function starts an SSH session and executes the given command. The
returned parameters are readers for the stdout and stderr. This way, developers
can further manipulate the output of the remote command. The Wait function is
command to that of the exec.Cmd type.

The readers returned by the Start function are io.ReadCloser instead of
io.Reader, as one might think. This is done this way to simplify the API so
the ExternalClient doesn't have to provide extra functions to close the
io.ReadCloser's as returned by the cmd.StdoutPipe and cmd.StderrPipe functions.

Finally, I've also changed the receivers of the functions related to the Native
and the External clients. This is done this way because we need to save the
open session or the command from each client in order to implement the Wait
function. Note that the Wait function is needed in order to properly close the
session that is hidden underneath the Native client.

Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
2016-01-27 09:52:29 +01:00
David Gageot 696051ba75 FIX #2939 Integration tests for ls headers
Signed-off-by: David Gageot <david@gageot.net>
2016-01-27 09:38:40 +01:00
David Gageot 1bc6cdd357 FIX #2941 Wait for Docker after a restart
Signed-off-by: David Gageot <david@gageot.net>
2016-01-27 09:35:47 +01:00
David Gageot 62db9eb370 Merge pull request #2936 from nathanleclaire/poll_daemon_start
Wait for Docker daemon on host start
2016-01-27 09:27:34 +01:00
David Gageot b496f61640 Merge pull request #2938 from drish/master
fix ls command with  wrong header values
2016-01-27 09:16:17 +01:00
David Gageot c406b03142 Merge pull request #2933 from caglar10ur/govmomi
[vmwarevsphere] Start using govmomi provided helpers
2016-01-27 06:45:00 +01:00
Carlos Derich 0a1eb5d79f fix ls command with wrong header values
fixes #2937

Signed-off-by: Carlos Derich <d.erich@hotmail.com>
2016-01-27 01:10:55 -03:00
Nathan LeClaire 3757dc5313 Add code to wait for Docker daemon on start
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-01-26 18:42:10 -08:00
S.Çağlar Onur 0a1025b263 [vmwarevsphere] [doc] Update vSphere driver documentation
Signed-off-by: S.Çağlar Onur <conur@vmware.com>
2016-01-26 14:21:31 -08:00
S.Çağlar Onur 0aedfd201d [vmwarevsphere] Start using govmomi provided helpers
Also update govmomi to latest revision and call Logout method when needed

Signed-off-by: S.Çağlar Onur <conur@vmware.com>
2016-01-26 10:24:02 -08:00
Jean-Laurent de Morlhon 7f708edcec Merge pull request #2931 from dgageot/remove-annoying-log
Remove spurious log that adds no value and make ITs fail sometimes because of an additional line
2016-01-26 17:33:50 +01:00
Jean-Laurent de Morlhon 760d07e9dd Merge pull request #2930 from dgageot/add-it-log
Add debug in case of IT failure
2016-01-26 17:33:15 +01:00
David Gageot b4209ee84b Remove spurious log that adds no value and make ITs
sometimes fail because of an additional line.

Signed-off-by: David Gageot <david@gageot.net>
2016-01-26 17:07:13 +01:00
David Gageot 682689e2d3 Add debug in case of IT failure
Signed-off-by: David Gageot <david@gageot.net>
2016-01-26 16:38:07 +01:00
Jean-Laurent de Morlhon b6462a1969 Merge pull request #2929 from dgageot/2705-doc-drivers
FIX #2705 Add a command line sample for each driver
2016-01-26 16:26:43 +01:00
Jean-Laurent de Morlhon 92faff286f Merge pull request #2928 from dgageot/simpler-circleci
Simpler circleci configuration
2016-01-26 15:58:45 +01:00
David Gageot 69bdb61ce6 FIX #2470 document creating a bigger vbox disk
Signed-off-by: David Gageot <david@gageot.net>
2016-01-26 15:41:58 +01:00
David Gageot 75f138949a FIX #2705 Add a command line sample for each driver
Signed-off-by: David Gageot <david@gageot.net>
2016-01-26 15:38:40 +01:00
David Gageot ee9389e98c Remove duplication
Signed-off-by: David Gageot <david@gageot.net>
2016-01-26 15:13:10 +01:00
David Gageot 8f009cfe8c Remove unused line
Signed-off-by: David Gageot <david@gageot.net>
2016-01-26 15:13:02 +01:00
David Gageot 8f3d952242 Merge pull request #2927 from dgageot/extra_ls_info
Add RESPONSE time to available columns in ls
2016-01-26 12:22:53 +01:00