Commit Graph

7251 Commits

Author SHA1 Message Date
Seth Vargo 80918c96ca Finish that sentence 2015-01-12 12:34:40 -05:00
Seth Vargo d461d5a752 Improve the documentation around install VMware plugins + FAQ 2015-01-12 12:32:09 -05:00
Hubert 7e5391c0f5 synced/folders/rsync Add 'IdentitiesOnly=yes'
Added IdentiesOnly=yes to avoid "Too Many Authentication Failures" error
2015-01-12 15:19:43 +01:00
Gilles Cornu 9874a0db5f Fix a second typo error in CHANGELOG !!
Close #5018

[ci skip]
2015-01-12 11:01:07 +01:00
Gilles Cornu 28e0646dc2 Fix typo error in CHANGELOG
Close #4860

[ci skip]
2015-01-12 10:59:07 +01:00
Gilles Cornu 2ecad8bb93 provisioners/ansible: increase connection timeout
This change helps to avoid troubles like reported in #5018 and #4860.

Note that for sake of configuration simplicity, no new `ansible.timeout`
option has been added. The users who want to set a different value can
rely on `ansible.raw_arguments`.
2015-01-12 10:54:01 +01:00
Gilles Cornu fafaa00391 doc: update ansible parallel provisioning tip
As of Vagrant 1.7+, the ansible parallel provisioning trick is easier to
be implemented with `config.ssh.insert_key=false` (fallback to previous
behaviour).

Close #5048

[ci skip]
2015-01-12 10:29:58 +01:00
Gilles Cornu 9d74dcdb3d provisioners/ansible: add missing test coverage
Related to Docker provider on a non-linux host, see #4906 and #4071.
2015-01-12 09:37:16 +01:00
Gilles Cornu c3cae3d235 provisioners/ansible: add `IdentitiesOnly=yes`
This SSH option is always set, except when Vagrant is running from an
operating system fo the Solaris-family, as this parameter is not
supported by SunSSH. Logic taken from
bed1f8335f/lib/vagrant/util/ssh.rb (L116-L121)

Fix #5017
2015-01-12 08:58:29 +01:00
Tomas Srnka 4c35f6b070 Revert "Added config option to specify VLanId for Network Adapter when using HyperV provider"
This reverts commit 2a487af68d.
2015-01-11 18:10:46 +01:00
Tomas Srnka 2a487af68d Added config option to specify VLanId for Network Adapter when using HyperV provider 2015-01-11 18:04:17 +01:00
Seth Vargo 49d1a92bf6 Update CHANGELOG 2015-01-09 13:34:33 -05:00
Seth Vargo cfdcb16718 Merge pull request #5145 from mitchellh/sethvargo/token_login
Allow specifying a token at login
2015-01-09 13:33:37 -05:00
Seth Vargo 114858c7d2 Verify the token is valid when saving 2015-01-09 13:24:53 -05:00
Mitchell Hashimoto a9a7609b3e Merge pull request #5147 from obnoxxx/fix/master/readme_improve_wording
README: improve wording.
2015-01-09 08:11:26 -08:00
Mitchell Hashimoto 7a006a3093 Merge pull request #5146 from peterood/master
fix typo
2015-01-09 08:06:07 -08:00
Michael Adam 740dae5332 README: improve wording. 2015-01-09 11:20:21 +01:00
Peter Rood 8b2deb6e7e fix typo 2015-01-09 04:29:33 -05:00
Seth Vargo 2ebd076817 Update login docs 2015-01-08 17:25:38 -05:00
Seth Vargo ebdb694575 Update eventmachine 2015-01-08 17:25:33 -05:00
Seth Vargo 07bb6e549e Add tests for the login command 2015-01-08 17:16:30 -05:00
Seth Vargo 253f0637e5 Add a -t command for setting the login token 2015-01-08 17:16:21 -05:00
Mitchell Hashimoto 5889c9ceb1 Merge pull request #5138 from dcarley/boot2docker_insert_key
Disable insert_key for boot2docker host
2015-01-08 07:58:37 -08:00
Dan Carley 7529b66ea2 Disable insert_key for boot2docker host
Vagrant >1.7 is unable to login to the default boot2docker host if it has
been halted and brought back up again.

This is because the insecure SSH keypair is replaced but boot2docker doesn't
persist filesystem changes between reboots. So when next brought up Vagrant
tries to use the new keypair which is no longer valid and subsequently isn't
able to login.

Prevent this from happening by disabling the `ssh.insert_key` option on
versions where it is available.
2015-01-08 11:23:37 +00:00
Seth Vargo e1e192b90a Update CHANGELOG 2015-01-07 16:14:51 -05:00
Seth Vargo adfe3caafb Merge pull request #5130 from mitchellh/sethvargo/validate_pushes
Actually validate push configurations
2015-01-07 16:14:03 -05:00
Seth Vargo 0080629a68 Remove :focus tag 2015-01-07 15:51:55 -05:00
Seth Vargo 39233e802f Validate pushes in the global config 2015-01-07 15:51:20 -05:00
Seth Vargo c4eb0261bb Add tests for validating push configuration 2015-01-07 13:20:53 -05:00
Seth Vargo 6b51526ba2 Validate push configuration in the environment 2015-01-07 11:43:26 -05:00
Seth Vargo e828719c2f Add logging to vagrant-login 2015-01-07 11:43:14 -05:00
Mitchell Hashimoto 42b7f13790 temporary version revert for hotfix 2015-01-06 22:51:14 -08:00
Mitchell Hashimoto 95e1c19f22 provisioners/puppet: fix exception with module paths [GH-5123] 2015-01-06 22:50:24 -08:00
Seth Vargo 2ece08c019 Merge pull request #5124 from johnclaus/fix-changelog-typo
Fixed typos
2015-01-06 22:12:57 -05:00
John Claus 57ff0f9c87 Fixed typos 2015-01-06 17:22:24 -07:00
Mitchell Hashimoto af1f2a4e7f Update year in license 2015-01-06 14:10:13 -08:00
Seth Vargo 7cfc9e5e9c Update CHANGELOG 2015-01-06 16:53:28 -05:00
Mitchell Hashimoto 486cd0ce4c up version for dev 2015-01-06 13:49:54 -08:00
Seth Vargo 1fdee9e5c4 Merge pull request #4813 from derdanne/funtoo-guest-network-configuration
Update configure_networks.rb for funtoo
2015-01-06 16:49:44 -05:00
Mitchell Hashimoto 00242d15d3 website/www: up version for deploy 2015-01-06 13:48:43 -08:00
Mitchell Hashimoto 1cd667b243 Update CHANGELOG 2015-01-06 13:42:26 -08:00
Mitchell Hashimoto c6205da864 v1.7.2 2015-01-06 12:51:11 -08:00
Mitchell Hashimoto ef18409e60 update CHANGELOG 2015-01-06 11:08:08 -08:00
Mitchell Hashimoto 39df2a4c7f Merge pull request #5121 from mitchellh/f-chef-synced-folders
provisioners/chef: use synced folder cache instead of counter
2015-01-06 11:06:43 -08:00
Mitchell Hashimoto 661657c63f provisioners/chef: fix failing test 2015-01-06 10:57:25 -08:00
Mitchell Hashimoto 5b4b387f04 provisioners/chef: fix failing tests 2015-01-06 10:56:28 -08:00
Mitchell Hashimoto de6b55d007 provisioners/puppet: use predictable synced folders 2015-01-06 10:48:31 -08:00
Mitchell Hashimoto 155516fb6c provisioners/chef: use synced folder cache instead of counter 2015-01-06 10:31:13 -08:00
Mitchell Hashimoto 52ff661d31 update CHANGELOG 2015-01-05 21:09:18 -08:00
Mitchell Hashimoto e72a97d107 update CHANGELOG 2015-01-05 21:09:00 -08:00