Commit Graph

7756 Commits

Author SHA1 Message Date
Volodymyr Babchynskyy 9e23d16d9c merged vlan_id changes for hyperv by tomassrnka 2015-03-30 08:37:29 -06:00
Seth Vargo f5ee8b8b7d Ignore vendor/ 2015-03-30 10:19:02 -04:00
Seth Vargo 91752bcd1a Update CHANGELOG 2015-03-30 10:18:38 -04:00
Seth Vargo 91f416ec5e Merge pull request #5536 from delftswa2014/error-message-private_network
Fixed VirtualBox's error message on 'private_network'
2015-03-30 10:12:28 -04:00
Seth Vargo 7c84879644 Merge pull request #5538 from ssugar/master
only set EFI secure boot for gen 2 machines in hyperv provider
2015-03-30 10:09:31 -04:00
ssugar fd557592d4 only set EFI secure boot for gen 2 machines in hyperv provider 2015-03-30 20:00:16 +07:00
Tim Rensen 1a2f403d0c Fixed VirtualBox's error message on 'private_network' 2015-03-30 12:41:19 +02:00
Mario Rodas e745436df3 provisioners/ansible: disable color if Vagrant has no color [GH-5531] 2015-03-28 19:05:54 -05:00
Mattias Appelgren 0b737b8683 contrib/bash: Auto-complete VMs for up command 2015-03-25 15:51:23 +01:00
Michael Adam b43413525f guests/freebsd: fix call of set -i : missing extension
Sed on freebsd seems to be mores strict than on other
platforms about use of -i: the extension is not optional.

Signed-off-by: Michael Adam <obnox@samba.org>
2015-03-23 13:31:07 +01:00
Emilien Kenler 1c1dd1ef8a Allow to use several boxes with the same name 2015-03-23 16:30:23 +09:00
Paul Hinze 8b8f2b26a6 Merge pull request #5469 from mitchellh/b-winrm-idle-state
communicators/winrm: don't stop task on idle end
2015-03-22 11:02:48 -05:00
Jean-Francois Bibeau 7d17574a76 changing windows/virtualbox shared path names to UNC format to allow > 256 characters 2015-03-18 15:29:43 -04:00
Mitchell Hashimoto 76f79d1bd8 Merge pull request #5484 from follower/patch-2
website: Fix known/kownn typo
2015-03-15 10:20:55 -07:00
follower 21538fd64f Fix known/kownn typo 2015-03-16 03:17:56 +13:00
Adam Duro be81f09a60 Supporting a named Dockerfile for Docker 1.5.0 2015-03-13 17:30:42 -07:00
Ben Jansen 992c148169 Ignore Windows NICs with nil :net_connection_id
When upping a Win XP box, vagrant found a lot of "virtual" network
connections that did not have DHCP enabled, and tried to configure them
for DHCP. This did not work because their :net_connection_id is nil.
Ignoring these network connections enabled the XP box to be upped.
2015-03-13 11:49:15 -07:00
Paul Hinze 291db96510 communicators/winrm: don't stop task on idle end
StopOnIdleEnd was set in the task definition for elevated/privileged
windows guest scripts. This setting:

> specifies that the task stops when the idle condition ceases to be true [1]

The "idle condition" is something that Windows periodically checks for,
and it's defined by a bunch of criteria like user presence/absence, CPU
/ IO idle time, etc. [2]

Telling our provisioner to stop the task if the "idle condition" ceases
to be true is a recipe for some sporadically stopped tasks, which seems
like precisely the behavior being reported in #5362.

I'm pretty sure this fixes #5362

[1] https://msdn.microsoft.com/en-us/library/cc248332.aspx
[2] https://msdn.microsoft.com/en-us/library/windows/desktop/aa383561%28v=vs.85%29.aspx
2015-03-12 15:25:40 -05:00
Jamezz 71c40bdf6a File architecture string should be x86
As of 2014.7.0, Salt has changed their file naming for 32-bit from win32
to x86.
2015-03-06 13:14:11 -08:00
Jamezz 2f4a0af5d1 Fix issue #4152: Salt minion bootstrapping
Copy the config after we know the installer exits. Also rev the
installed version to 2014.7.1 (latest stable as of 3/4/2015)
2015-03-04 18:08:07 -08:00
Tim O'Guin 0289ab986c Salt Provisioner: Added a 'custom' option to install_type to allow more flexibility in passing arguments to the bootstrap script. Updated the docs. 2015-03-04 15:05:24 -07:00
Dan Duvall 3b8bc2a433 core: allow IO redirection of UI for testing
Use of $stdin, $stdout, and $stderr globals makes testing difficult. By
exposing the IO objects as writable attributes, input/output can be more
easily simulated using StringIO or doubles.
2015-03-04 11:23:16 -08:00
Seth Vargo a8dcf92f14 Merge pull request #5412 from ivuk/capitalize-vagrant-readme
Fix capitalization of Vagrant in README.md
2015-03-01 19:06:25 -05:00
Igor Vuk 419a1a26ef Fix capitalization of Vagrant in README.md 2015-03-01 21:34:26 +01:00
Seth Vargo bd39b08532 Merge pull request #5405 from tomcodes/master
website/docs: fix typo in cli box repackage
2015-02-27 15:22:57 -05:00
tomcodes f3109d483f website/docs: fix typo in cli box repackage 2015-02-27 21:18:17 +01:00
Seth Vargo c16fc181ad Merge pull request #5403 from mitchellh/sethvargo/help_updates
Update help and FAQ
2015-02-27 11:44:50 -05:00
Seth Vargo 1302da80c8 Update docs Gemfile too 2015-02-27 11:04:51 -05:00
Seth Vargo d877700f98 Add FAQ to buy page
This separates "buying" FAQ from installing FAQ. There is still some
overlap, but this should reduce confusion while purchasing.
2015-02-27 11:04:24 -05:00
Seth Vargo 041645de21 Update website build 2015-02-27 11:03:52 -05:00
edward010 51842623db Improved the package error message
The package error message will now show the actual package name if the
package already existed.
2015-02-27 10:41:04 +01:00
Tim Rensen 6c2cc31926 Fixed inaccurate downloading status message
Importing a base box from the local file system currently outputs 'Downloading: file://...' which is more accurate now by presenting it as: 'Unpacking necessary files from: file://...'.
Fixes #5386.
2015-02-25 20:37:54 +01:00
Mitchell Hashimoto ecf7bceb26 website/docs: clarify UAC disable [GH-5294] 2015-02-24 11:04:26 -08:00
Mitchell Hashimoto 4f44ae5379 providers/virtualbox: interpolation added to error [GH-5308] 2015-02-24 10:48:59 -08:00
Mitchell Hashimoto 0d3584c5a9 Merge pull request #5385 from davidsantoso/fix/master/docs-reorder-foward-port-args
website/docs: Reorder forward port args in Getting Started
2015-02-24 10:21:52 -08:00
David Santoso 9ae6e5aa90 Reorder forward port args in Getting Started 2015-02-24 13:13:56 -05:00
Mitchell Hashimoto 713be4c5b9 provisioners/chef: actually use command -v 2015-02-24 10:12:25 -08:00
Mitchell Hashimoto c1e2d36090 provisioners/chef: use command -v to check for binary [GH-5167] 2015-02-24 10:11:05 -08:00
Mitchell Hashimoto e9b00972b0 update CHANGELOG 2015-02-24 10:06:53 -08:00
Mitchell Hashimoto 808a86a918 Merge pull request #5175 from hdeheer/patch-1
synced/folders/rsync Add 'IdentitiesOnly=yes'
2015-02-24 10:06:24 -08:00
Mitchell Hashimoto 8a0852534b update CHANGELOG 2015-02-24 10:05:39 -08:00
Mitchell Hashimoto 66b199afb7 Merge pull request #5182 from clintoncwolfe/add-ssh-key-replacement-for-solaris
guests/solaris: Add insert/remove public key guest capability for solaris
2015-02-24 10:05:17 -08:00
Mitchell Hashimoto be22e7f10a update cHANGELOG 2015-02-24 10:03:51 -08:00
Mitchell Hashimoto 47ea548026 Merge pull request #5210 from tomassrnka/5209-vm-import-secure-boot
providers/hyperv: import respects box's original Secure Boot setting
2015-02-24 10:03:13 -08:00
Mitchell Hashimoto 4399539ba5 update CHANGELOG 2015-02-24 10:00:26 -08:00
Mitchell Hashimoto 4e32155b95 Merge pull request #5261 from blairham/revert-4693-master
Revert "Rename Windows guest without reboot"
2015-02-24 09:59:53 -08:00
Mitchell Hashimoto 3f5d4698ce update CHANGELOG 2015-02-24 09:58:40 -08:00
Mitchell Hashimoto eca5ab0a4d Merge pull request #5277 from Keeguon/fedora21
detect fedora 21
2015-02-24 09:58:20 -08:00
Mitchell Hashimoto 3db5ad406a update CHANGELOG 2015-02-24 09:50:36 -08:00
Mitchell Hashimoto 8e76ff64d2 Merge pull request #5282 from Scythril/windows_rsync_pre
guests/windows: windows rsync needs to create folders before syncing
2015-02-24 09:49:57 -08:00