3649 Commits

Author SHA1 Message Date
Mitchell Hashimoto
d24caac5ae Merge pull request #1914 from b2jrock/darwin-guest
OS X (darwin) guest support.
2013-08-09 10:53:29 -07:00
Timothy Sutton
23962baac9 Darwin: use :sudo for communicate.test 2013-08-07 17:10:32 -04:00
Timothy Sutton
a3b9428f67 Darwin: code debug cleanup 2013-08-06 10:18:38 -04:00
Timothy Sutton
8b925e6c15 Update Darwin guest description 2013-08-06 10:18:12 -04:00
Timothy Sutton
78ec8b5809 Darwin: clean up temporary network interface file downloaded from guest 2013-08-06 10:17:52 -04:00
Timothy Sutton
300d151608 Darwin guest: mount_vmware_shared_folder cap for use with vmware_fusion provider
- It's not clear whether it's possible to mount individual shares
  using 'mount -t vmhgfs', as the vagrant-vmware-fusion provider now does
  for Linux guests. Any mount from '.host', even if not a valid share
  name, succeeds and mounts _all_ shares in their respective directories
  at the root of the mountpoint. Instead, we symlink each directory from
  its place in '/Volumes/VMware Shared Folders'
2013-08-06 10:17:12 -04:00
Brian Johnson
7d0a92c5b4 Remove the +1 offset, I resolved the issue with the 'phantom' en1
interface. For some reason interfaces still skip en1, but provided we
enumerate based on order and not name, things should work smoothly.
2013-08-05 18:45:42 -07:00
Brian Johnson
e5ce19ff11 Tabs must die. 2013-08-05 18:07:45 -07:00
Brian Johnson
3611ff39f4 Change mount_nfs_folder cap to be more like the linux version, adding a
bunch of retires rather than a long sleep.

Add DarwinNFSMountFailed error. This might move be more appropriate at
the plugin level.

Integrate some of tvsutton's work in configure_networks to get the
implementation closer to working in both fusion and virtualbox.

Add shell_expand_guest_path capability (also copied from linux)
2013-08-05 17:39:44 -07:00
Mitchell Hashimoto
1c057191cb Merge pull request #2023 from sevos/core_os_ext1
Cleanup of CoreOS guest plugin
2013-08-03 22:29:02 -07:00
Artur Roszczyk
bf21021cfc Cleanup of CoreOS guest plugin 2013-08-04 02:15:37 +02:00
Mitchell Hashimoto
9f9b0589f9 Update CHANGELOG 2013-08-03 15:26:30 -07:00
Mitchell Hashimoto
345f47219b Merge pull request #2022 from sevos/core_os
CoreOS guest support
2013-08-03 15:25:14 -07:00
Artur Roszczyk
c8cd47ff6d Make slaves connecting to first node 2013-08-03 22:53:31 +02:00
Artur Roszczyk
d8c10ad901 LVP for coreos guest support 2013-08-03 20:31:42 +02:00
Artur Roszczyk
5010738043 Improve Gentoo guest detection 2013-08-03 19:55:17 +02:00
Brian Johnson
5606aa8b1e Working implementation with NFS, still some caveats:
- There's a lengthy sleep in there, probably could use a back-off loop
- en1 seems totally worthless on vbox, I skip it and just use the en2 it creates.
2013-07-31 18:07:04 -07:00
Mitchell Hashimoto
16002d03c0 Up version for dev 2013-07-29 08:35:02 -07:00
Mitchell Hashimoto
a2925f0ff5 Update version for dev 2013-07-28 22:43:15 -07:00
Mitchell Hashimoto
7ec0ee1d00 v1.2.7 v1.2.7 2013-07-28 21:43:53 -07:00
Mitchell Hashimoto
e1c0c48ffa Show the correct installed plugin [GH-1834] 2013-07-28 21:38:48 -07:00
Mitchell Hashimoto
45fb5d40b6 Update CHANGELOG 2013-07-28 20:52:17 -07:00
Mitchell Hashimoto
ff36a46178 Set user agent to Vagrant + version
/cc @fgrehm
2013-07-28 20:51:35 -07:00
Mitchell Hashimoto
9ba77a5ed5 Merge pull request #2003 from fgrehm/curl-user-agent
Curl user agent
2013-07-28 20:50:20 -07:00
Fabio Rehm
bf4131af17 Clean up downloader test a bit 2013-07-28 20:23:27 -03:00
Fabio Rehm
c7aed1a6a1 Provide a custom user agent header to cURL request so that URL shorteners are able to track the amount of downloads 2013-07-28 20:23:27 -03:00
Fabio Rehm
e98e8bf9d7 Merge pull request #2002 from michaelglass/patch-2
removing dead code
2013-07-28 16:20:58 -07:00
Michael Glass
a2a88118de removing dead code
concept introduced in 59282ba9997aa41661507a555356821a366f9854 was removed in 28de46f3b45a3ef1c3ee710b05b82fc3dc253db5
2013-07-28 16:07:20 -07:00
Fabio Rehm
eefb90ff9d Fix small typo on comment 2013-07-28 19:51:28 -03:00
Mitchell Hashimoto
2282a88f3d Convert config.vm.hostname to string [GH-1999] 2013-07-28 12:08:49 -07:00
Mitchell Hashimoto
6c4592ad64 Use --color=false for Puppet no color [GH-2000] 2013-07-28 12:07:48 -07:00
Mitchell Hashimoto
aeb1fa7ecb unnecessary '!' 2013-07-27 22:21:37 -07:00
Mitchell Hashimoto
632349710e Convert hostpath to string on windows so gsub works 2013-07-27 22:20:55 -07:00
Mitchell Hashimoto
5be16cc194 up version for dev 2013-07-26 21:04:16 -07:00
Mitchell Hashimoto
22b76517d6 v1.2.6 v1.2.6 2013-07-26 20:21:04 -07:00
Mitchell Hashimoto
dc21e8f520 Update CHANGELOG 2013-07-26 15:59:51 -07:00
Mitchell Hashimoto
35dc2d2539 Merge pull request #1990 from michaelglass/patch-2
fix regression preventing boxes that specify support for multiple formats
2013-07-26 15:59:08 -07:00
Michael Glass
9a00473029 fix regression preventing boxes that specify support for multiple formats.
don't know if this is the right place for this fix.  maybe formats should be an array of symbols.
2013-07-26 13:16:53 -07:00
Mitchell Hashimoto
536ea95ea3 Up version for dev 2013-07-26 11:26:34 -07:00
Mitchell Hashimoto
ec2305a9a6 v1.2.5 v1.2.5 2013-07-26 10:27:35 -07:00
Mitchell Hashimoto
2c680cad16 Merge pull request #1987 from StephenKing/master
Typo in CHANGELOG.md
2013-07-26 08:19:27 -07:00
Steffen Gebert
a637d8779a Typo in CHANGELOG.md
allor -> allow
2013-07-26 10:48:01 +02:00
Mitchell Hashimoto
fc89a503cd Update CHANGELOG 2013-07-25 16:56:50 -05:00
Mitchell Hashimoto
6168abf831 Set default internal encoding to UTF-8 [GH-1977] 2013-07-25 16:56:50 -05:00
Mitchell Hashimoto
1086c81203 Merge pull request #1982 from michaelglass/patch-1
fix regression chowning chef provisioning directory
2013-07-25 13:24:01 -07:00
Michael Glass
876937fc9e fix regression chowning chef provisioning directory
if the provisioning directory is mounted before this method is called, and the mounted filesystem is of a type that doesn't support chown (e.g. vmhgfs for vmware or hfs) then this method will fail.
2013-07-25 13:22:03 -07:00
Mitchell Hashimoto
25a6b6c922 Merge pull request #1973 from tsugliani/patch-1
Cosmetic typo error in VirtualBox error messages
2013-07-24 06:20:47 -07:00
Timo Sugliani
75da036f42 Cosmetic typo error. 2013-07-24 08:55:12 +01:00
Mitchell Hashimoto
b51804ce3a Update CHANGELOG 2013-07-23 21:41:06 -05:00
Mitchell Hashimoto
ea89b43a06 Merge pull request #1738 from drogerschariot/master
Private Network bugfix in Fedora by switching p7p to eth
2013-07-23 19:40:33 -07:00