Nathan LeClaire
a0f3d408d8
Merge pull request #3339 from ahmetalpbalkan/az-docs-fix
...
azure.md: typo fix
2016-04-20 18:49:19 -07:00
Nathan LeClaire
8770ea01f9
Merge pull request #3347 from exoscale/fix/exoscale-default-cloud-config
...
exoscale: fix cloud-init file to be compatible with CoreOS
2016-04-20 18:48:56 -07:00
Vincent Bernat
fc9c01f45a
exoscale: fix cloud-init file to be compatible with CoreOS
...
The cloud-init implementation in CoreOS is quite limited and will choke
on `manage_etc_hosts: true`. Use `manage_etc_hosts: localhost` instead
which is supported. This is also supported by the classic Python
cloud-init implementation and the result is quite similar.
Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>
2016-04-20 21:23:08 +02:00
Nathan LeClaire
da39c9fbbe
Merge pull request #3338 from QuentinPerez/drivers
...
Add Scaleway Docker Machine Driver Plugin
2016-04-20 10:49:15 -07:00
Ahmet Alp Balkan
d1e65edad1
azure.md: typo fix
...
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-04-19 11:14:37 -07:00
Quentin Perez
b3db3925d9
Add Scaleway Docker Machine Driver Plugin
...
Signed-off-by: Quentin Perez <qperez@ocs.online.net>
2016-04-19 14:41:29 +02:00
Nathan LeClaire
cbb87491e1
Merge pull request #3328 from bamarni/issue-3306
...
SSH - don't enable BatchMode (fixes #3306 )
2016-04-18 13:08:03 -07:00
Bilal Amarni
b62afc85f7
SSH - don't enable BatchMode
...
When a passphrase protected key is not yet in ssh-agent, it gives a
chance to the user to fill a prompt instead of silently failing.
Signed-off-by: Bilal Amarni <bilal.amarni@gmail.com>
2016-04-17 09:39:52 +02:00
Nathan LeClaire
9718d6c266
Merge pull request #3312 from nathanleclaire/unbreak_upgrade
...
Remove lxc-docker to docker-engine migration code
2016-04-14 16:10:59 -07:00
Nathan LeClaire
c4b848fb2a
Merge pull request #3309 from nathanleclaire/changelog_b2drc
...
Add note about boot2docker RC getting behavior to changelog
2016-04-14 15:37:07 -07:00
Nathan LeClaire
9576b63077
Remove lxc-docker to docker-engine migration code
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-14 15:35:12 -07:00
Nathan LeClaire
28fcf3485e
Add note about boot2docker RC getting behavior to changelog
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-14 14:23:42 -07:00
Nathan LeClaire
26cbaad949
Merge pull request #3278 from ezarko/1361
...
Oracle Enterprise Linux provisioner
2016-04-13 14:50:15 -07:00
Nathan LeClaire
4f7fed8263
Merge pull request #3302 from nathanleclaire/update_changelog
...
Revise changelog for 0.7.0
2016-04-13 13:58:44 -07:00
Nathan LeClaire
a18eb89f79
Revise changelog for 0.7.0
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-13 11:56:53 -07:00
Nathan LeClaire
a650a404fc
Bump version to 0.7.0
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-13 11:39:36 -07:00
Nathan LeClaire
6b0b02fa83
Merge pull request #3301 from nathanleclaire/bump_go_1.6.1
...
Bump to Golang 1.6.1
2016-04-13 11:30:15 -07:00
Nathan LeClaire
4de87fd7fa
Bump to Golang 1.6.1
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-13 11:12:57 -07:00
Nathan LeClaire
285b7e5165
Merge pull request #3296 from mmalchuk/master
...
Correct error handling for external SSH client
2016-04-12 17:24:38 -07:00
Nathan LeClaire
7b62127404
Merge pull request #3300 from ahmetalpbalkan/azure-deps
...
azure: Update SDK dependencies for better error messages
2016-04-12 12:16:07 -07:00
Ahmet Alp Balkan
a6bc7579b7
azure: Update SDK dependencies for better error messages
...
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-04-12 10:10:09 -07:00
Maksim Malchuk
be8f469a82
Correct error handling for external SSH client
...
In some cases, (e.g. private key not accessible or has incorrect
permissions) docker-machine failed with error "Something went wrong
running an SSH command!". This commit will add the correct debug
messages and show the correct errors for the bad private keys.
Also, due to incorrect handling POSIX file permissions in Windows
some checks should be ignored.
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2016-04-12 11:43:18 +03:00
Nathan LeClaire
bcc976ac79
Merge pull request #3295 from nathanleclaire/swarm_no_hostnet
...
Run Swarm containers without --net host
2016-04-11 16:32:34 -07:00
Nathan LeClaire
618201c116
Run Swarm containers without --net host
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-11 16:23:00 -07:00
Nathan LeClaire
e1a07a342f
Merge pull request #3294 from nathanleclaire/revert_stat_error
...
Revert "Correct error handling for external SSH client"
2016-04-11 15:57:25 -07:00
Nathan LeClaire
d1c9342c42
Merge pull request #3289 from mrbuk/master
...
VMware Fusion: static ip addresses (dhcp) are evaluated
2016-04-11 15:27:07 -07:00
Nathan LeClaire
f4d772f758
Revert "Correct error handling for external SSH client"
...
This reverts commit f2acfa9492 .
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-11 15:19:43 -07:00
Nathan LeClaire
1766abc8c5
Merge pull request #3276 from tmds/master
...
azure.md: extend documentation of command line options
2016-04-11 15:15:11 -07:00
Nathan LeClaire
22a1044075
Merge pull request #3290 from mmalchuk/master
...
Disable user-defined ssh_config configurations
2016-04-11 15:14:23 -07:00
Tom Deseyn
3dc8a7bdc5
azure.md: Improve documentation based on feedback
...
Signed-off-by: Tom Deseyn <tom.deseyn@gmail.com>
2016-04-10 20:42:44 +02:00
Maksim Malchuk
d14cfaacfc
Disable user-defined ssh_config configurations
...
Using the user-defined ssh_config configurations bring more problems
instead of enchancements.
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2016-04-10 20:27:06 +03:00
Markus Bukowski
fb4b50112d
VMware Fusion: static ip addresses (dhcp) are evaluated
...
Signed-off-by: Markus Bukowski <me@mrbuk.de>
2016-04-10 18:46:36 +02:00
Nathan LeClaire
d6c595f85e
Bump version to v0.7.0-rc3
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-07 19:56:46 -07:00
Nathan LeClaire
f6f812a95e
Merge pull request #3275 from nathanleclaire/fix_rc_version_mismatch
...
Fix RC version mismatch bug
2016-04-07 19:49:41 -07:00
Nathan LeClaire
2ecc55937c
Fix RC version mismatch bug
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-07 15:49:03 -07:00
Eric A. Zarko
6c47f4d8e2
Adding Oracle Enterprise Linux provisioner
...
Fixes #1361
Fixes #3164
Corrected copy/paste typo in libmachine/provision/fedora_test.go
Preserve environment when performing yum update for proxy settings.
Signed-off-by: Eric A. Zarko <eric.zarko@oracle.com>
2016-04-07 09:04:23 -07:00
Tom Deseyn
c1904a1729
azure.md: extend documentation of command line options
...
Improve doc of azure-subnet-prefix, azure-use-private-ip and
azure-no-public-ip options.
https://github.com/docker/machine/issues/3249
Signed-off-by: Tom Deseyn <tom.deseyn@gmail.com>
2016-04-05 06:14:08 +02:00
Nathan LeClaire
5b4159d0d8
Merge pull request #3266 from bamarni/patch-1
...
[doc] typo in generic driver
2016-04-04 18:41:20 -07:00
Nathan LeClaire
bc54d366d5
Merge pull request #3269 from ahmetalpbalkan/azure_msg
...
azure: more accurate messages for resources created
2016-04-04 17:30:17 -07:00
Nathan LeClaire
1f27895379
Merge pull request #3265 from bamarni/issue-3262
...
[DigitalOcean] Fix missing identity file error
2016-04-04 17:30:00 -07:00
Nathan LeClaire
60dbecbbd5
Merge pull request #3272 from nathanleclaire/release_v-0.7.0-rc2_bump
...
Bump version and modify release script for 0.7.0-rc2
2016-04-04 15:39:58 -07:00
Nathan LeClaire
29bd4dbf09
Bump version and modify release script for 0.7.0-rc2
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-04 15:39:05 -07:00
Nathan LeClaire
9b04627c81
Merge pull request #3273 from nathanleclaire/activate_rc_auto_download
...
Make boot2docker RC download work for Machine RCs
2016-04-04 15:38:09 -07:00
Nathan LeClaire
49d8473288
Make boot2docker RC download work for Machine RCs
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-04-04 12:32:54 -07:00
Ahmet Alp Balkan
6c3faf7d05
azure: more accurate messages for resources created
...
Addresses #3250 . We now print 'Configuring' instead of
'Creating' for upsert operations.
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-04-03 17:23:29 -07:00
Bilal Amarni
f8640357c3
[doc] typo in generic driver
...
Signed-off-by: Bilal Amarni <bilal.amarni@gmail.com>
2016-04-02 16:11:55 +02:00
Bilal Amarni
3e3138fcd7
[DigitalOcean] Fix missing identity file error
...
When using the --digitalocean-ssh-key-fingerprint flag, no SSH key pair
is generated. Keeping the driver's SSHKeyPath option empty makes sure
the ssh client won't perform any validation on the private key.
Signed-off-by: Bilal Amarni <bilal.amarni@gmail.com>
2016-04-02 09:46:19 +02:00
Olivier Gambier
5b9663f896
Merge pull request #3260 from nathanleclaire/remove_coverage_send
...
Remove coverage-send (buggy) from Travis build
2016-03-31 13:57:58 -07:00
Nathan LeClaire
f9dd2f5c97
Remove coverage-send (buggy) from Travis build
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-03-31 12:24:21 -07:00
Nathan LeClaire
7f5eeb9a9f
Merge pull request #3252 from ahmetalpbalkan/azure-improv
...
driver/azure: Performance improvements
2016-03-31 10:52:49 -07:00