Mitchell Hashimoto
|
7d32c75141
|
Remove V2 forwarded ports config because it is unused
|
2013-02-18 17:14:25 -08:00 |
Mitchell Hashimoto
|
8c33814397
|
Retry SSH on EADDRINUSE
|
2013-02-18 17:14:25 -08:00 |
Mitchell Hashimoto
|
f7491e2c65
|
Merge pull request #1374 from jblaine/patch-1
Be more helpful with vboxmanage_error
|
2013-02-13 08:36:18 -08:00 |
Jeff Blaine
|
e56ca559b0
|
Be more helpful with vboxmanage_error
|
2013-02-13 10:47:41 -05:00 |
Mitchell Hashimoto
|
987b3008fe
|
Which_test
|
2013-02-08 22:31:13 -08:00 |
Mitchell Hashimoto
|
f837d32ae4
|
Rename FileUtil to Which since its too close to FileUtils
|
2013-02-08 22:29:53 -08:00 |
Mitchell Hashimoto
|
bb59c551da
|
Update CHANGELOG
|
2013-02-08 22:20:33 -08:00 |
Mitchell Hashimoto
|
38e160055b
|
Style nitpicks on FileUtil
|
2013-02-08 22:20:00 -08:00 |
Patrick Wyatt
|
bd06bea3e5
|
Enable Windows users with SSH installed to use 'vagrant ssh'
|
2013-02-08 22:09:11 -08:00 |
Mitchell Hashimoto
|
1d1dfec940
|
Additional unit test to verify missing config key behavior
|
2013-02-08 16:55:06 -08:00 |
Mitchell Hashimoto
|
595d6f7848
|
Record invalid key accesses as an error on config
|
2013-02-08 16:54:24 -08:00 |
Mitchell Hashimoto
|
abdbd2de08
|
Warning and automatically handle "v-root"
|
2013-02-08 16:33:09 -08:00 |
Mitchell Hashimoto
|
d659071a82
|
Check for NFS errors only if we actually have NFS folders
|
2013-02-08 16:25:41 -08:00 |
Mitchell Hashimoto
|
a53d569656
|
When cleaning NFS, properly escape certain characters
|
2013-02-08 16:18:57 -08:00 |
Mitchell Hashimoto
|
0eef208d2d
|
Relax retry constrains on mounting NFS
|
2013-02-08 16:18:48 -08:00 |
Mitchell Hashimoto
|
6afb4326fa
|
Move NFS to a built-in middleware
|
2013-02-08 15:34:04 -08:00 |
Mitchell Hashimoto
|
a76556f3eb
|
Fix missing translation error in set_name
|
2013-02-08 15:17:50 -08:00 |
Mitchell Hashimoto
|
050cb482f3
|
Better logging in the BoxAdd action
|
2013-02-07 18:19:42 -08:00 |
Mitchell Hashimoto
|
36cdced052
|
Update wording on requiring a Vagrantfile [GH-1362]
|
2013-02-07 16:42:18 -08:00 |
Mitchell Hashimoto
|
7bc72028bd
|
Use custom Gem.configuration to avoid loading gemrc files
|
2013-02-07 16:32:11 -08:00 |
Mitchell Hashimoto
|
2b4920b4b6
|
Close the tempfile for shell provisioner [GH-1040]
|
2013-02-07 15:23:18 -08:00 |
Mitchell Hashimoto
|
883efcf282
|
Warn that config.vm.customize is provider-specific for V1
|
2013-02-07 15:10:40 -08:00 |
Mitchell Hashimoto
|
4144db5042
|
More gracefully handled plugins which cannot be found
|
2013-02-07 11:55:45 -08:00 |
Mitchell Hashimoto
|
429246c4a2
|
Merge pull request #1358 from phunehehe/fix-collision-message
Reword the port collision resume message to address general programs
|
2013-02-07 08:22:49 -08:00 |
Hoang Xuan Phu
|
d1b55e934c
|
Reword the port collision resume message to address general programs instead of just VMs
|
2013-02-07 19:07:10 +07:00 |
Mitchell Hashimoto
|
c307a01baf
|
Remove unused test
|
2013-02-06 22:59:46 -08:00 |
Mitchell Hashimoto
|
cd3d2a1e8c
|
Call properly modifies original environment
|
2013-02-06 18:36:05 -08:00 |
Mitchell Hashimoto
|
4a1a990491
|
Raise a proper SSH error on ECONNRESET
|
2013-02-06 18:08:55 -08:00 |
Mitchell Hashimoto
|
1b3250e3b6
|
`vagrant plugin i nstall` shows version it installed
|
2013-02-06 17:08:48 -08:00 |
Mitchell Hashimoto
|
d53e189063
|
Use the proper provider upgrade mechanism in V1 VM
|
2013-02-06 16:55:49 -08:00 |
Mitchell Hashimoto
|
acbd024fa2
|
Put the machine action in the middleware env
|
2013-02-06 16:23:35 -08:00 |
Mitchell Hashimoto
|
1df4891371
|
Spread out methods in provision so subclass can override
|
2013-02-06 16:14:59 -08:00 |
Mitchell Hashimoto
|
9435b2782d
|
Merge branch 'new-hook-system'
This implements a new system to hook into middleware sequences
that actually works.
|
2013-02-06 15:42:59 -08:00 |
Mitchell Hashimoto
|
352fec0359
|
Fix some issues to get hooks working
|
2013-02-06 15:42:48 -08:00 |
Mitchell Hashimoto
|
b20dcc9eb8
|
Setup hooks in the runner
|
2013-02-06 15:37:12 -08:00 |
Mitchell Hashimoto
|
aa7193471f
|
Plugins can define action hooks via action_hook
|
2013-02-06 15:27:14 -08:00 |
Mitchell Hashimoto
|
83bba789a4
|
Hook#apply
|
2013-02-06 15:21:34 -08:00 |
Mitchell Hashimoto
|
d720205810
|
Builder supports action hooks
|
2013-02-06 15:06:13 -08:00 |
Mitchell Hashimoto
|
9251b880f5
|
Addition docs on the hook class
|
2013-02-06 14:30:15 -08:00 |
Mitchell Hashimoto
|
e822aac931
|
Convert builder tests to use rspec "subjects"
|
2013-02-06 14:25:36 -08:00 |
Mitchell Hashimoto
|
80a7c8a0cb
|
Hook class
|
2013-02-06 14:21:31 -08:00 |
Mitchell Hashimoto
|
8f24d2d98c
|
Remove the "easy" plugins until a future version
|
2013-02-06 13:46:34 -08:00 |
Mitchell Hashimoto
|
387692f9c8
|
Enable symlinks on vboxsf for VirtualBox 4.2 [GH-713]
|
2013-02-06 11:51:59 -08:00 |
Mark Peek
|
5f2c87d41d
|
Allow SSH upload to upload directories
|
2013-02-05 22:20:19 -08:00 |
Mitchell Hashimoto
|
87026b2d9e
|
Remove old TOOD that was fulfilled
|
2013-02-05 22:17:00 -08:00 |
Mitchell Hashimoto
|
6e0015db19
|
Add a warning if dotfile_name is used in V1
|
2013-02-05 22:16:08 -08:00 |
Mitchell Hashimoto
|
f8c7622414
|
Add a warning when upgrading an unknown network
|
2013-02-05 22:12:54 -08:00 |
Mitchell Hashimoto
|
a74fc014d6
|
Modernize chef solo configuration
|
2013-02-05 22:07:50 -08:00 |
Mitchell Hashimoto
|
1af3255559
|
Be more sane about cookbook_paths default in Chef
|
2013-02-05 22:02:12 -08:00 |
Mitchell Hashimoto
|
a09c72d84e
|
Properly default provider configs if not specified
|
2013-02-05 21:33:00 -08:00 |