Commit Graph

2901 Commits

Author SHA1 Message Date
Nathan LeClaire
34ea48e7dc Merge pull request #3564 from cdrage/add-variantid-to-osrelease
Add VARIANT and VARIANT_ID to os-release
2016-07-05 16:39:16 -07:00
Nathan LeClaire
7712452207 Merge pull request #3546 from leonhartX/master
add swarm-join-opt support
2016-07-05 16:35:08 -07:00
Nathan LeClaire
338744a639 Merge pull request #3571 from nathanleclaire/disable_nonswarm_ext_attribute_client_for_server_cert
Disable extended key usage as a client for non-Swarm-master server certs
2016-07-05 16:23:35 -07:00
Nathan LeClaire
c0b721b5f9 Disable extended key usage as a client for non-Swarm-master server certs
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-07-05 16:08:28 -07:00
Charlie Drage
e29c77bff3 Add VARIANT and VARIANT_ID to os-release
In order to provision different variant types such as embedded and
server releases, it's required to grep the VARIANT and VARIANT_ID
variables of os-release.

Specifically from this commit:
56267336c7

Which adds the VARIANT_ID="atomic.host" in order to differentiate
between Fedora Server and container-centric Atomic Host releases.

This commit adds the accessability of VARIANT and VARIANT_ID in order
for Docker Machine to successfully provision different variants of Fedora
releases.

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2016-07-04 17:33:58 -04:00
Nathan LeClaire
42a08deba5 Merge pull request #3560 from s-koba/3559-fix-crash_report
Remove "open : no such file or directory" message during crash report
2016-06-30 17:48:40 -07:00
KOBAYASHI Shinji
cd95232ac7 Remove "open : no such file or directory" message during crash report
Add an empty string check to the path argument of addFile(). Send()
method of BugsnagCrashReporter calls addFile() passing err.LogFilePath
as the path argument, which is an empty string if the driver is not
virtualbox.

Fixes #3559

Signed-off-by: KOBAYASHI Shinji <koba@jp.fujitsu.com>
2016-06-30 06:46:14 +00:00
Ke Xu
0ca33d886c add swarm-join-opt support
Signed-off-by: Ke Xu <leonhartx.k@gmail.com>
2016-06-27 18:17:44 +09:00
Nathan LeClaire
5f6bc6fa72 Merge pull request #3508 from s-koba/3507-fix-redhat-ssh-logs
Add SSH logs when provisioning with RedHat derivatives
docs-v0.8.0-rc2-2016-06-23
2016-06-23 17:29:26 -07:00
Nathan LeClaire
cdd8c86e41 Merge pull request #3535 from tronicum/fedora-version
bumped version up to fedora 23 (should'nt it use a matching versi…
2016-06-23 17:28:54 -07:00
Nathan LeClaire
9c4a8a93a1 Merge pull request #3524 from dantjones/master
Add Skytap Docker Machine Driver Plugin
2016-06-23 17:22:55 -07:00
Nathan LeClaire
97c3f27434 Merge pull request #3521 from katzj/gce-instances-monitoring-scope
Add the monitoring scope to the default scopes for GCE instances created by docker-machine
2016-06-23 17:22:39 -07:00
tronicum
5c888874e0 updated test
Signed-off-by: tronicum <tronicum@gmail.com>
2016-06-23 16:01:38 +02:00
tronicum
071ce5e667 bumped version up to fedora 23 (should'nt it use a matching version and only default to something else otherwise?)
Signed-off-by: tronicum <tronicum@gmail.com>
2016-06-23 15:39:01 +02:00
Dan Jones
7830ca897f Add Skytap Docker Machine Driver Plugin
Signed-off-by: Dan Jones <dan@virtualjones.net>
2016-06-22 13:53:30 -07:00
Jeremy Katz
2692ac9005 Add the monitoring scope to the default scopes for GCE instances created by docker-machine
Signed-off-by: Jeremy Katz <jekatz@google.com>
2016-06-22 10:18:47 -04:00
Nathan LeClaire
bca4af7130 Merge pull request #3510 from nathanleclaire/0.8.0-script
0.8.0 release tasks
2016-06-15 09:33:52 -07:00
Nathan LeClaire
9e0aec6b8c Update changelog for release 0.8.0
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-06-14 16:18:03 -07:00
Nathan LeClaire
4357f4ca3b Update release script to work with any version pattern
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-06-14 16:17:47 -07:00
KOBAYASHI Shinji
ec4697ea33 Add SSH logs when provisioning with RedHat derivatives
Fixes #3507

Signed-off-by: KOBAYASHI Shinji <koba@jp.fujitsu.com>
2016-06-14 11:13:32 +00:00
Nathan LeClaire
91ec013436 Merge pull request #3502 from nathanleclaire/plugin_exit
Add code to exit when heartbeat call fails
2016-06-13 17:52:14 -07:00
Nathan LeClaire
7986255782 Merge pull request #3503 from nathanleclaire/vmwarefusion_fix_cpus
Fix driver CPU inconsistency
2016-06-13 17:51:47 -07:00
Nathan LeClaire
c9e8a87a3b Fix driver CPU inconsistency
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-06-13 16:06:08 -07:00
Nathan LeClaire
d2fe2c281a Add code to exit when heartbeat call fails
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-06-13 16:03:10 -07:00
Nathan LeClaire
3dd8466ca8 Merge pull request #3489 from legal90/fix-doc-parallels
docs: Fix the name of "Parallels Desktop for Mac"
2016-06-13 16:00:05 -07:00
Nathan LeClaire
ba9219eb03 Merge pull request #3463 from malex984/add-virtualbox-ui-type
Adding an optional VM's UI type for the virtualbox driver
2016-06-13 15:53:02 -07:00
Mikhail Zholobov
4739fbda5b docs: Fix the name of "Parallels Desktop for Mac"
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
2016-06-09 17:56:28 +03:00
Sven Dowideit
e3594a517f Merge pull request #3468 from SvenDowideit/more-validation-fixes
More docs validation fixes
2016-06-02 15:04:20 -07:00
Sven Dowideit
0589857e9e More docs validation fixes
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-06-02 18:32:27 +00:00
Nathan LeClaire
52d0020542 Merge pull request #3405 from eedeebee/3404-add-tcsh-support-to-env-command
Add tcsh support to --shell
2016-06-01 15:56:28 -07:00
Nathan LeClaire
a482479f5b Merge pull request #3436 from tyrken/upgrade-govmomi-netip
Upgrade govmomi to 0.6.2, use WaitForNetIP
2016-06-01 15:54:01 -07:00
Tristan Keen
73e8b0de2b Merge branch 'master' into upgrade-govmomi-netip 2016-05-31 22:11:18 +01:00
Oleksandr Motsak
6a2221fd97 Adding an optional VM's UI type for the virtualbox driver ("--virtualbox-ui-type")
NOTE: with this one can specify the UI Type: gui,sdl,separate instead of the default choice (headless)
NOTE: running X11 server is required if UI type is not headless
Signed-off-by: Oleksandr Motsak <http://goo.gl/mcpzY>
2016-05-28 16:51:45 +02:00
Nathan LeClaire
2420975f4e Merge pull request #3423 from npcode/fix-swarm-port-binding
Fix port binding of swarm master
2016-05-27 13:46:51 -07:00
Nathan LeClaire
6002b411ce Merge pull request #3381 from bamarni/issue-3359
[SSH] Allow private keys with 0400 permissions (fixes #3359)
2016-05-23 18:28:50 -07:00
Bilal Amarni
650629a936 [SSH] Allow private keys with 0400 permissions
Signed-off-by: Bilal Amarni <bilal.amarni@gmail.com>
2016-05-23 16:30:08 +02:00
Nathan LeClaire
33f23be924 Merge pull request #3363 from wadetandy/master
Expose OpenStack driver's userdata param
2016-05-19 14:21:57 -07:00
Nathan LeClaire
bbe8df52fe Merge pull request #3406 from ronakbanka/align_flag_name
Align machine storage path flag name
2016-05-18 17:18:56 -07:00
Nathan LeClaire
0668dd6454 Merge pull request #3440 from StackPointCloud/oneandone-machine-driver-doc-update
1&1 Cloud Server AVAILABLE_DRIVER_PLUGINS Update
2016-05-18 11:25:59 -07:00
Nathan LeClaire
cfb60c386b Merge pull request #3438 from StackPointCloud/profitbricks-machine-driver-doc-update
ProfitBricks Docker Machine Driver Plugs Doc Update
2016-05-18 11:25:30 -07:00
Nathan LeClaire
e7fb28c18c Merge pull request #3435 from robertbreker/list-xs-driver-plugin
Add Citrix XenServer to driver plugin list
2016-05-18 11:25:14 -07:00
Matt Baldwin
2599a45b2c Update AVAILABLE_DRIVER_PLUGINS.md
Change-Id: I4384eed8a61f52c1649084a972b073b17592d66a
Signed-off-by: Matt Baldwin baldwin@stackpointcloud.com
Signed-off-by: Matt Baldwin <baldwin@stackpointcloud.com>
2016-05-16 12:32:09 -07:00
Matt Baldwin
7902a11fab ProfitBricks Docker Machine Driver
Updating docs to reflect a new driver.

Change-Id: I3d70937d8994bd9725b0c1344b1941a1402db469
Signed-off-by: Matt Baldwin <baldwin@stackpointcloud.com>
2016-05-16 12:12:56 -07:00
tristan.keen@gmail.com
b97ae51ff4 Upgrade to govmomi 0.6.2, use WaitFotNetIP to get correct host IP. Note includes mass deletion of other presumably no longer needed deps
Signed-off-by: tristan.keen@gmail.com <tristan.keen@gmail.com>
2016-05-15 17:59:04 +01:00
Robert Breker
04e5bca618 Add Citrix XenServer to driver plugin list
Signed-off-by: Robert Breker <robert.breker@citrix.com>
2016-05-14 19:22:06 +00:00
David Gageot
c19d866e25 Merge pull request #3248 from theodthompson/patch-hyperv-check
adding hypervisor check to virtualbox pre-create check
2016-05-12 07:18:12 +02:00
Yi EungJun
d74f273c53 Fix port binding of swarm master
The port is 3376 by default but could be modified by --swarm-host
option.

Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
2016-05-11 17:40:04 +09:00
Nathan LeClaire
c120a925f3 Merge pull request #3373 from leonhartX/issue-3191
#3191 add zsh completion
2016-05-05 15:31:11 -07:00
Eric Bloch
96c904a51e Add tcsh support to --shell
Fixes #3404

Signed-off-by: Eric Bloch <eric.bloch@gmail.com>
2016-05-04 20:29:07 -07:00
Ronak Banka
1a5ac12dd3 Align machine storage path flag name
Signed-off-by: Ronak Banka <ronak.banka@rakuten.com>
2016-05-04 16:52:00 +09:00