Mitchell Hashimoto
dd69de1073
communicators/ssh: only try auth methods that are valid
2015-07-07 16:06:03 -06:00
Gilles Cornu
839a2e6fa6
provisioners/ansible: show ansible-playbook only when the verbose option is enabled
...
Revert 1c884fa4e5
which introduced the
following bug:
Instead of allowing to dump the `ansible-playbook` command details when
VAGRANT_LOG=debug was defined, it was then impossible to disable this
console output when VAGRANT_LOG was undefined (in such case,
``@logger.debug ? systematically returns `true`)
In order to keep things simple and focused, it is preferable to drop the
bad idea to mix Ansible verbosity and Vagrant log level.
Fix #5803
2015-07-07 22:37:06 +02:00
Mitchell Hashimoto
28bea401c0
core: if interrupted, don't open metadata file
2015-07-07 12:38:45 -06:00
Mitchell Hashimoto
5e02e9cc89
website/docs: update for docker restart
2015-07-07 12:17:55 -06:00
Mitchell Hashimoto
9c7f666e48
provisioners/docker: support restart flag [GH-4477]
2015-07-07 12:17:24 -06:00
Mitchell Hashimoto
9516427136
update messaging for installing docker
2015-07-07 12:04:21 -06:00
Mitchell Hashimoto
a3b3e3ffeb
update CHANGELOG
2015-07-06 23:42:36 -06:00
Mitchell Hashimoto
33d4f4d2a9
push/local-exec: close temp script, fix inline [GH-5695]
2015-07-06 23:42:07 -06:00
Mitchell Hashimoto
3600698891
website/docs: warning about choosing IP that overlaps [GH-4430]
2015-07-06 23:26:20 -06:00
Mitchell Hashimoto
2632a0a948
website/docs: fix typo
2015-07-06 23:24:59 -06:00
Mitchell Hashimoto
f37d9ab0d6
website/docs: heuristic for what can be single line config [GH-4603]
2015-07-06 23:24:03 -06:00
Mitchell Hashimoto
da0b24ecda
website/docs: update dns proxy docs [GH-4853]
2015-07-06 23:22:22 -06:00
Mitchell Hashimoto
5c0e9dc68d
website/docs: note that d.run only once [GH-4885]
2015-07-06 23:20:21 -06:00
Mitchell Hashimoto
e003b45f9c
website: update docs about NFS encryption [GH-4987]
2015-07-06 23:19:18 -06:00
Mitchell Hashimoto
0df41d5d01
website: fix docs typo [GH-4885]
2015-07-06 23:14:48 -06:00
Mitchell Hashimoto
bf8ce6ee5f
website/docs: clarify hyper-v box creation [GH-5419]
2015-07-06 23:11:15 -06:00
Mitchell Hashimoto
0b9ec53f46
commands/rdp: support username param [GH-5460]
2015-07-06 23:07:22 -06:00
Mitchell Hashimoto
f5dd9ec604
website/docs: document nictype [GH-5812]
2015-07-06 23:02:11 -06:00
Mitchell Hashimoto
ddfd321597
website: clarify symlinks [GH-5844]
2015-07-06 23:00:05 -06:00
Mitchell Hashimoto
39bee1c0c6
website: clarify plugininstallation [GH-5848]
2015-07-06 22:57:53 -06:00
Mitchell Hashimoto
e4db962073
update CHANGELOG
2015-07-06 18:23:01 -06:00
Mitchell Hashimoto
c37df3dfb5
Merge pull request #5895 from mitchellh/b-uid-track
...
Track UID used to create machine, error in VB if mismatch
2015-07-06 18:22:05 -06:00
Mitchell Hashimoto
cd18eddb1c
providers/virtualbox: fix bug, make message clearer
2015-07-06 18:18:13 -06:00
Mitchell Hashimoto
71940c60ba
providers/virtualbox: error if uid mismatch
2015-07-06 18:13:59 -06:00
Mitchell Hashimoto
1330244fef
core: save the UID that created a machine
2015-07-06 18:04:16 -06:00
Mitchell Hashimoto
0de0f51e8a
fix tests
2015-07-06 17:44:40 -06:00
Mitchell Hashimoto
cb51b4fe7f
Merge pull request #5334 from legal90/fix-data-dir-creation
...
Create machine data directory only after the machine will be checked
2015-07-06 16:33:33 -06:00
Mitchell Hashimoto
9df6a5aaae
Merge pull request #5540 from philsc/master
...
Make sure debian net post-up never returns an error code.
2015-07-06 16:27:52 -06:00
Mitchell Hashimoto
6c06db776d
core: test for URI escaping
2015-07-06 16:26:06 -06:00
Mitchell Hashimoto
92e6062f8d
Merge pull request #5622 from aneeshusa/fix-mounting-with-inactive-upstart
...
Check Upstart is running before emitting upstart events.
2015-07-06 16:20:21 -06:00
Mitchell Hashimoto
341534299d
core: ssh private_key_path overwrites insecure key [GH-5632]
2015-07-06 16:17:54 -06:00
Mitchell Hashimoto
d89d4341e0
update CHANGELOG
2015-07-06 15:34:50 -06:00
Mitchell Hashimoto
709f20b54f
Merge pull request #5651 from nspaeth/docker-download
...
Implement docker download method
2015-07-06 15:34:27 -06:00
Mitchell Hashimoto
4d4d2a4eec
Merge pull request #5731 from strzibny/rhel
...
Fix RHEL name and description
2015-07-06 15:31:26 -06:00
Mitchell Hashimoto
12e3981b50
update CHANGELOG
2015-07-06 15:28:46 -06:00
Mitchell Hashimoto
6c8c15b2ab
Merge pull request #5753 from jfilip/fix/master/ubuntu_vivid_hostname
...
Fix #5673 - Use hostnamectl to set the hostname on Ubuntu Vivid 15.
2015-07-06 15:28:23 -06:00
Mitchell Hashimoto
7319673ed6
update CHANGELOG
2015-07-06 15:27:24 -06:00
Mitchell Hashimoto
a8580353b1
Merge pull request #5773 from willdurand/fix-sed
...
guest/linux: Being able to edit a file does not mean you can write in its parent directory
2015-07-06 15:26:56 -06:00
Mitchell Hashimoto
1570f98c5c
update CHANGELOG
2015-07-06 15:25:48 -06:00
Mitchell Hashimoto
d0b359cecf
Merge pull request #5798 from mwrock/preferipv4
...
prefer ipv4 host address over ipv6 for smb synced folders
2015-07-06 15:23:08 -06:00
Mitchell Hashimoto
763accd761
update CHANGELOG
2015-07-06 15:22:31 -06:00
Mitchell Hashimoto
bd0626672b
Merge pull request #5818 from mitchellh/issue-5790-password-in-cleartext
...
provisioner/shell: remove plaintext auth from Windows powershell
2015-07-06 15:21:47 -06:00
Mitchell Hashimoto
c76a9c880d
update CHANGELOG
2015-07-06 15:20:31 -06:00
Mitchell Hashimoto
a0326751e6
Merge pull request #5847 from strzibny/atomic-guest
...
guest/atomic: Add Atomic guest support
2015-07-06 15:20:02 -06:00
Mitchell Hashimoto
0001ad9a75
update CHANGELOG
2015-07-06 15:16:30 -06:00
Mitchell Hashimoto
4d2e8fd591
Merge pull request #5860 from arthurvanduynhoven/docker-provisioner-deb-fix
...
provisioner/docker: Docker Provisioner fails on Debian [ubuntu/trusty64]
2015-07-06 15:16:03 -06:00
Mitchell Hashimoto
8055f7829f
update CHANGELOG
2015-07-06 15:11:39 -06:00
Mitchell Hashimoto
cc2d393611
Merge pull request #5892 from PatOShea/master
...
provisioner/salt: Updated version for windows and added passing in version via vagrantfile
2015-07-06 15:11:08 -06:00
Mitchell Hashimoto
f5e38a4a14
kernel/v2: not an error if synced folder guest path is empty [GH-4833]
2015-07-06 14:58:48 -06:00
Mitchell Hashimoto
79115d1ccc
core: retry SSH keygen on RSAError [GH-5056]
...
/cc @sethvargo
2015-07-06 14:44:23 -06:00