Commit Graph

3332 Commits

Author SHA1 Message Date
David Archer 9683b65521 Fixes #4239, Fixes #3261 - openstack: only delete autogenerated keypairs on rm
Signed-off-by: David Archer <darcher@gmail.com>
2018-01-28 13:02:38 -05:00
David Gageot 3f656f6219 Merge pull request #4330 from tmaczukin/make-404-success-when-deleting-gce-machine-and-disk
404 is a success when deleting GCE machine and disk
2018-01-28 09:51:37 -08:00
David Gageot 2777fd971e Merge pull request #4335 from itaylor/master
Google Driver: Add support for fully qualified network and subnetwork names
2018-01-28 09:50:54 -08:00
David Gageot 13fa2e007d Merge pull request #4373 from schweizerbolzonello/ec2-region-eu-west-3
Adding support to EC2 Driver for new AWS eu-west-3 region
2018-01-28 09:49:43 -08:00
David Gageot 1fc0ef8086 Merge pull request #4364 from davidarcher/4362_openstack_ignore_404_on_rm
Fixes #4362 - openstack: ignore 404 when removing machines
2018-01-28 09:49:15 -08:00
David Gageot 34c6ff80b0 Merge pull request #4361 from davidarcher/3246_openstack_config_drive
Fixes #3246 - openstack: add option for enabling configuration drive
2018-01-28 09:48:37 -08:00
Thomas Schweizer-Bolzonello 84f2ad5e02 Adding support to EC2 Driver for new AWS eu-west-3 region
This adds support for the new AWS EC2 eu-west-3 region (Paris)
https://docs.aws.amazon.com/general/latest/gr/rande.html

Signed-off-by: Thomas Schweizer-Bolzonello <thomas@schweizerbolzonello.net>
2018-01-27 03:30:32 +02:00
David Archer a8aaae9e7e openstack: ignore 404 when removing machines
Signed-off-by: David Archer <darcher@gmail.com>
2018-01-12 10:03:46 -05:00
David Archer 5d71bbd424 Fixes #3246 - openstack: add option for enabling configuration drive
Signed-off-by: David Archer <darcher@gmail.com>
2018-01-11 16:21:49 -05:00
Ian Taylor d6a649d6c0 Add support for fully qualified network and subnetwork names
Signed-off-by: Ian Taylor <ian.b.taylor@gmail.com>
2017-12-12 08:45:48 -08:00
Kamil Trzcinski 435cb92a59 404 is a success when deleting GCE machine and disk
Signed-off-by: Tomasz Maczukin <tomasz@maczukin.pl>
2017-12-07 22:10:10 +01:00
David Gageot 49dfaa70fd Merge pull request #4312 from nolith/3539-retry-on-spot-instances
Wait for eventual consistency on AWS spot instances
2017-11-23 07:17:05 +01:00
David Gageot 9b98950dc0 Merge pull request #4313 from dgageot/fix-lint-darwin
Fix lint errors on darwin
2017-11-23 07:16:45 +01:00
David Gageot 3bf5c69841 Fix lint errors on darwin
Signed-off-by: David Gageot <david@gageot.net>
2017-11-17 08:12:01 +01:00
gfieni 796b367309 libmachine: Add usage of ss to check Docker Engine listening port when netstat is not available
Signed-off-by: Guillaume Fieni <gfieni@users.noreply.github.com>
2017-11-16 15:52:17 -08:00
Alessio Caiazza 28433ea85d Wait for eventual consistency on AWS spot instances
Also requesting a spot instance is subject to eventual consistency,
this patch implements a retry method around spot instance waiter.

Signed-off-by: Alessio Caiazza <acaiazza@gitlab.com>
2017-11-16 18:55:21 +01:00
David Gageot 6f126720e3 Merge pull request #4300 from albers/completion-mount
Add bash completion for `docker-machine mount`
2017-11-14 14:48:16 +01:00
David Gageot 40d1159202 Merge pull request #4131 from cambridgeconsultants/vsphere-add-folder-flag
driver/vmwarevsphere: add --vmwarevsphere-folder flag
2017-11-14 14:47:55 +01:00
Harald Albers cf9d44d45a Add bash completion for docker-machine mount
Signed-off-by: Harald Albers <github@albersweb.de>
2017-11-01 17:47:22 +01:00
Gerard Braad f748ac1301 Fix issue with localized groups
Signed-off-by: Gerard Braad <me@gbraad.nl>
2017-10-23 17:59:48 -07:00
Joffrey F 0c3f538eb4 Fixed typos 2017-10-18 16:05:08 -07:00
Andrew Featherstone 1b3d44aa9c driver/vmwarevsphere: add support for subdirectories to the --vmwarevsphere-folder flag
Directories must be VM folders and paths are of the form directory/subdirectory.
It's not necessary to specify /Datacenter/vm/ prefix.

Signed-off-by: Andrew Featherstone <andrew.featherstone@cambridgeconsultants.com>
2017-10-16 10:15:21 +01:00
Joffrey F 8bc265b7f2 Update Changelog
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-10-12 19:22:36 -07:00
Mario Kleinsasser 83812d4275 Fix #4244
Signed-off-by: Mario Kleinsasser <mario.kleinsasser@gmail.com>

Change fmt

Signed-off-by: Mario Kleinsasser <mario.kleinsasser@gmail.com>

Correct lint

Signed-off-by: Mario Kleinsasser <mario.kleinsasser@gmail.com>

Change the subnet check logic

Signed-off-by: Mario Kleinsasser <mario.kleinsasser@gmail.com>
2017-10-12 18:32:45 -07:00
Joffrey F 295730c547 Simplify code
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-10-10 17:31:20 -07:00
Guillaume Grussenmeyer 4766108f87 Fixed incorrect parsing of Boot2Docker ISO version (issue #4058).
Signed-off-by: Guillaume Grussenmeyer <ggrussenmeyer@gmail.com>
2017-10-10 17:31:20 -07:00
Joffrey F 89038b02ed Bump version to 0.12.2
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-10-10 17:31:20 -07:00
Mario Kleinsasser f3af489677 Fix #3976
Signed-off-by: Mario Kleinsasser <mario.kleinsasser@gmail.com>

Change storage account deletion logic to fix #3976

Signed-off-by: Mario Kleinsasser <mario.kleinsasser@gmail.com>
2017-10-10 17:01:20 -07:00
Herberts Markuns b1c7a3c134 Replaced string insertion with quoted string insertion in string formatting of IdentityFile path.
Signed-off-by: Herberts Markuns <herbis33@gmail.com>
2017-10-04 11:51:35 -07:00
Herberts Markuns c8407e9815 Added quotes around IdentityFile path, to avoid a fatal error when a space character is present at the path.
Signed-off-by: Herberts Markuns <herbis33@gmail.com>
2017-10-04 11:51:35 -07:00
Joffrey F 06eb16c2e8 Merge branch 'fiws-google-driver-404-remove' 2017-10-03 14:36:48 -07:00
Joffrey F bde2a2e206 Small code flow improvement
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-10-03 14:35:38 -07:00
Filip Weiss 0ed3d44580 google driver: remove 404 machines with warning
Signed-off-by: Filip Weiss <me@fiws.net>
2017-10-03 14:30:52 -07:00
Anders F Björklund eb6af9c740 Add mount command for mounting machine directories
This comes in handy, when wanting to use volumes with drivers that
don't support folder sharing (such as KVM, as opposed to VirtualBox)

You will need FUSE and SSHFS installed, in order to use this feature.
The machine will also need a "sftp" binary, but most of them have it.

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
2017-10-03 14:19:59 -07:00
Joffrey F 47068ae585 Update non-existent rm test
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-10-02 19:14:56 -07:00
Victoria Bialas 9425a0c97c modified error message output on host already or does not exist
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-02 19:14:56 -07:00
Joffrey F ab3b7acb97 Exclude x.x.x.0 addresses in getRandomIPinSubnet
Improve defaultRandInter entropy

Signed-off-by: Joffrey F <joffrey@docker.com>
2017-10-02 16:31:24 -07:00
Marc-Aurèle Brothier d33bbbe537 driver exoscale: no default anti-affinity group
Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
2017-10-02 13:54:43 -07:00
Joffrey F 534b1b96bb Add Joffrey to maintainers file
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-10-02 13:50:53 -07:00
Joffrey F 97c1136d1e Remedy updated linter errors
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-10-02 13:44:36 -07:00
Marc-Aurèle Brothier ec49d3697c driver exoscale: move location to follow go tools standards
Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
2017-10-02 12:49:27 -07:00
Marc-Aurèle Brothier a653508d7e driver exoscale: move egoscale lib from pyr to exoscale org
Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
2017-10-02 12:49:27 -07:00
fate-grand-order 6edf9f6d90 fix some typos to make Go Report more happy
Signed-off-by: Helen <chenjg@harmonycloud.cn>
2017-08-10 10:30:27 -07:00
Marc-Aurèle Brothier 7236beaadd driver: update exoscale driver
Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
2017-08-10 10:29:31 -07:00
Konstantin Gribov 5c31d05906 Fix misleading create command description
Signed-off-by: Konstantin Gribov <grossws@gmail.com>
2017-08-10 10:28:51 -07:00
Christian Bundy 2ec02eca31 Upgrade Google driver image to most recent version
This resolves #4207, which is caused by dpkg being locked in the previous image.

Signed-off-by: Christian Bundy <christianbundy@fraction.io>
2017-08-10 10:27:54 -07:00
Evan Hazlett d5ab995ac3 remove ehazlett from maintainers
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2017-08-10 10:26:01 -07:00
Joffrey F 7cadeac5ff Merge pull request #4150 from otiai10/4149-fix-test-scenario-adjusting-to-latest-spec
Fix test scenario to adjust to latest spec
2017-07-17 15:01:58 -07:00
Joffrey F a6e6a3b4e4 Merge pull request #4140 from SvenDowideit/support-multiple-networks
[VSPHERE] Support multiple networks
2017-07-13 15:00:21 -07:00
Joffrey F 67f6430f5f Merge pull request #4167 from andrestc/amazonec2-userdata-error
drivers/amazonec2: logs userdata file error
2017-07-13 14:59:43 -07:00