Commit Graph

7516 Commits

Author SHA1 Message Date
Mitchell Hashimoto e72a97d107 update CHANGELOG 2015-01-05 21:09:00 -08:00
Mitchell Hashimoto 9b34c5d904 Change provider order to prefer VMware (in source Vagrantfile) 2015-01-05 21:04:20 -08:00
Mitchell Hashimoto 79873cdb44 communicators/winrm: detect parse errors in powershell and error
/cc @sneal - Any better way to do this?
2015-01-05 16:53:17 -08:00
Seth Vargo 57e7633c4d Update CHANGELOG 2015-01-05 19:09:00 -05:00
Seth Vargo 7938ea0fb9 Merge pull request #5116 from mitchellh/sethvargo/fix_clean_env
Make with_clean_env a class method
2015-01-05 19:08:08 -05:00
Seth Vargo a438e85418 Make with_clean_env a class method
Fixes #5021
2015-01-05 19:07:04 -05:00
Seth Vargo d6a3b8a433 Merge pull request #5115 from mitchellh/sethvargo/vm_package
Do not use keyword arguments for string keys
2015-01-05 19:04:10 -05:00
Seth Vargo 7609932a6f Do not use keyword arguments for string keys 2015-01-05 18:58:57 -05:00
Seth Vargo 5e6b2bc55b Merge pull request #5114 from mitchellh/sethvargo/deprecations
Use .key? instead of .has_key?
2015-01-05 18:50:57 -05:00
Seth Vargo d2874064f4 Use .key? instead of .has_key? 2015-01-05 18:29:01 -05:00
Seth Vargo cee834ddf3 Update CHANGELOG for atlas logging 2015-01-05 16:14:07 -05:00
Seth Vargo 0c2c6113f7 Merge pull request #5110 from mitchellh/sethvargo/atlas_log
Turn on Atlas debug logging if Vagrant is logging
2015-01-05 16:13:29 -05:00
Seth Vargo 5e0f91f592 ENV returns nil, not empty strings 2015-01-05 16:04:00 -05:00
Seth Vargo 2bd22c9663 Turn on Atlas debug logging if Vagrant is logging 2015-01-05 15:51:19 -05:00
Chad Maloney dd62d3c5f1 Merge branch 'master' into GH4201-ShowRSyncOutput 2015-01-05 14:42:08 -06:00
Mitchell Hashimoto 6aeae27889 core: just don't use ** to avoid symbol/strings mixup
/cc @sethvargo
2015-01-05 12:37:58 -08:00
Chad Maloney d2e1500c74 Review comments applied. Removed changelog. Changed showoutput to verbose. 2015-01-05 14:36:00 -06:00
Mitchell Hashimoto c4502737c8 Revert "Symbolize and stringify keys in options hash"
This reverts commit 1699c92eec.
2015-01-05 12:35:31 -08:00
Mitchell Hashimoto 025736c282 Just restrict to listen ~> 2.8.0 2015-01-05 12:17:15 -08:00
Mitchell Hashimoto d185ca926e Merge pull request #4901 from riquito/fix-documentation-rsync-defaults
website/docs: New default option of rsync "--copy-links"
2015-01-05 12:03:57 -08:00
Mitchell Hashimoto e4e846034b Merge pull request #4916 from kev009/master
Allow listen 2.8 gem
2015-01-05 12:03:19 -08:00
Mitchell Hashimoto d5dae4b492 Merge pull request #5042 from legal90/fix-post-comm
providers/virtualbox: Add 'post-comm' to the list of valid events
2015-01-05 12:00:34 -08:00
Mitchell Hashimoto ee70294d23 update CHANGELOG 2015-01-05 11:45:46 -08:00
Mitchell Hashimoto d482e0ca10 Merge pull request #5085 from evverx/provision-with
Enable provision with --provision-with flag
2015-01-05 11:45:10 -08:00
Mitchell Hashimoto 4849ec8f7c guests/solaris: merge config properly [GH-5092] 2015-01-05 09:52:19 -08:00
Mitchell Hashimoto 30f579f92d update CHANGELOG 2015-01-05 09:50:25 -08:00
Mitchell Hashimoto d5c1c28a2b Merge pull request #5094 from wkolean/docker-vbox-symlink-fix
enable symlinks before adding shared folder
2015-01-05 09:49:56 -08:00
Mitchell Hashimoto adff98528b update cHANGELOG 2015-01-05 09:44:59 -08:00
Mitchell Hashimoto 9ce626854d Merge pull request #5102 from tomassrnka/master
Fix catching "Start-VM" exceptions on Hyper-V during starting up VM
2015-01-05 09:44:01 -08:00
Seth Vargo c088250729 Update CHANGELOG for packaging fixes 2015-01-05 11:13:33 -05:00
Seth Vargo 8000a7303f Merge pull request #5108 from mitchellh/sethvargo/fix_packaging
Symbolize and stringify keys in options hash
2015-01-05 11:12:52 -05:00
Seth Vargo 2377247ba0 Test that the environment has string keys 2015-01-05 10:57:06 -05:00
Seth Vargo eb7eaf74ff Fix failing push test 2015-01-05 10:56:11 -05:00
Seth Vargo 1699c92eec Symbolize and stringify keys in options hash 2015-01-05 10:48:39 -05:00
Seth Vargo 56a8adb7a3 Update CHANGELOG for ftp push fixes 2015-01-04 22:57:02 -05:00
Mitchell Hashimoto 5903bfb3c6 commands/push: validate configuration
/cc @sethvargo - Some weirdness here but overall should work fine. I'm
not sure if there was a GH issue this should be attached to or close. To
explain:

We just use the first machine with the default provider. A
Vagrant::Environment guarantees there is at least one machine, so
`env.machine_names.first` will always work. And we can just use the
default provider because we don't really care. Finally, it can be any
old machine we pass in because we just want the "global" config to
validate and there is no way to say "don't validate machine-specific
configs", so we might as well just pick the first machine to validate.
2015-01-04 15:43:30 -08:00
Seth Vargo c142ff29b2 Merge pull request #5104 from mitchellh/sethvargo/ftp_push_fixes
Various fixes for FTP
2015-01-04 18:36:38 -05:00
Seth Vargo 81de7154e6 Fix failing test 2015-01-04 18:36:29 -05:00
Seth Vargo 6d116cb152 Fix the default FTP port 2015-01-04 18:29:59 -05:00
Seth Vargo f11ec8ff1a Make parent directories when uploading to FTP 2015-01-04 18:06:51 -05:00
Seth Vargo 6a3d99a9a2 Output to the UI when uploading via FTP 2015-01-04 18:06:32 -05:00
Seth Vargo 50c1c0756e Expand file paths relative to the root_path 2015-01-04 18:06:22 -05:00
Seth Vargo fd3c1c6ebb Add a logger when uploading to FTP 2015-01-04 18:06:05 -05:00
Seth Vargo e330875303 Exclude certain directories by default 2015-01-04 18:05:46 -05:00
Seth Vargo e7391359e8 Remove duplicate #parse_host method 2015-01-04 18:05:17 -05:00
Seth Vargo 944853ab47 Use 21 for the default port 2015-01-04 16:24:26 -05:00
Tomas Srnka 2620042c26 Fix catching "Start-VM" exceptions on Hyper-V during starting up VM 2015-01-04 00:05:50 +01:00
William Kolean 084d2c06de enable symlinks before adding shared folder 2015-01-01 16:00:17 -05:00
Andrew Mains 9aa20d5d6b Added ability to run salt orchestrations to salt provisioner 2014-12-31 10:31:35 -08:00
Seth Vargo f9ce1cc4ca Merge pull request #5087 from mitchellh/revert-5031-patch-4
Revert "Doc: Fix double underscore rsync attribute documentation"
2014-12-30 11:15:22 -05:00