Mitchell Hashimoto
|
3028940adb
|
NFS allows access from all networks on VM [GH-1204]
|
2013-07-18 00:01:49 -04:00 |
|
Mitchell Hashimoto
|
a0543d7c7c
|
Use 32-bit integer for NFS fsuid for older kernels [GH-1127]
|
2013-07-17 23:34:47 -04:00 |
|
Mitchell Hashimoto
|
203594e41a
|
NFS exports with wrong casing on case-insensitive work [GH-1202]
|
2013-07-17 10:53:24 -07:00 |
|
Mitchell Hashimoto
|
78ef3ded2b
|
Expand symlinks for NFS host path [GH-1101]
|
2013-07-10 20:21:13 -07:00 |
|
Mitchell Hashimoto
|
e941c549f2
|
box_url downloading happens before config validation [GH-1061]
|
2013-07-10 20:10:33 -07:00 |
|
Mitchell Hashimoto
|
f38b6801f9
|
vagrant destroy exits with 1 if any confirmation are declined [GH-923]
|
2013-07-10 19:39:20 -07:00 |
|
Mitchell Hashimoto
|
4c5262690e
|
Ignore "guest not ready" error when graceful halting [GH-1679]
|
2013-05-01 18:50:40 -07:00 |
|
Mitchell Hashimoto
|
7524e7a3c0
|
Box add URL with windows drive letter works properly
|
2013-04-22 20:41:47 -07:00 |
|
Mitchell Hashimoto
|
14d70776ca
|
Better locking within handle_box_url
This improves locking in the face of parallel providers and
handling box_url parameters. This avoids downloading a box multiple
times.
|
2013-04-20 14:31:29 -06:00 |
|
Mitchell Hashimoto
|
c29e4d6334
|
In a multi-machine environment, don't download box multiple [GH-1467]
|
2013-04-19 23:51:53 -06:00 |
|
Mitchell Hashimoto
|
780a312fc9
|
Built-in DestroyConfirm middleware
|
2013-04-19 14:14:29 -06:00 |
|
Mitchell Hashimoto
|
ba2c749d6d
|
Running provisioner output shows provisioner shortcut, not class
|
2013-04-08 14:50:22 -07:00 |
|
Mitchell Hashimoto
|
162239d2cd
|
Expand file paths when adding boxes in Cygwin
|
2013-04-07 13:46:46 -07:00 |
|
Mitchell Hashimoto
|
744c879998
|
Don't repair forwarded port to used forwarded port
|
2013-04-06 14:12:33 -07:00 |
|
Mitchell Hashimoto
|
17a312b293
|
Expand the file URL when adding a box
|
2013-04-05 21:27:00 -07:00 |
|
Mitchell Hashimoto
|
067f431ee9
|
Better debugging on searching for capabilities
|
2013-04-03 23:46:39 -07:00 |
|
Mitchell Hashimoto
|
2f232e0175
|
Halt and mount NFS are caps
|
2013-04-03 23:33:20 -07:00 |
|
Mitchell Hashimoto
|
61d2f9f96f
|
SetHostname uses new cap system
|
2013-04-03 23:18:12 -07:00 |
|
Mitchell Hashimoto
|
5e2549fe8b
|
Add "--insecure" flag for downloader
|
2013-04-03 11:57:40 -07:00 |
|
Mitchell Hashimoto
|
05c6379abb
|
Setup file protocol if adding a box from a file
|
2013-04-03 08:31:41 -07:00 |
|
Mitchell Hashimoto
|
6c1eb2b007
|
Download boxes using CURL!
|
2013-04-03 08:31:41 -07:00 |
|
Mitchell Hashimoto
|
a4745fb426
|
Properly handle forward port collision detection with auto-correct
[GH-1472]
|
2013-03-21 16:33:06 -07:00 |
|
Mitchell Hashimoto
|
82d8285df6
|
Give a success message after adding a box
|
2013-03-13 21:24:03 -07:00 |
|
Mitchell Hashimoto
|
dea881cad2
|
vagrant box add --force works again [GH-1413]
|
2013-03-13 21:20:25 -07:00 |
|
Mitchell Hashimoto
|
36b805367d
|
Fix all core code to use the new networking syntax
|
2013-03-01 16:48:10 -08:00 |
|
Mitchell Hashimoto
|
c9ad55d9e7
|
Built-in hostname middleware for setting hostname
|
2013-02-27 21:28:09 -08:00 |
|
Mitchell Hashimoto
|
4254b35b7d
|
Fix the forward port collision handling
|
2013-02-27 13:40:11 -08:00 |
|
Mitchell Hashimoto
|
68aa9c8acf
|
Output the UI when repairing port collisions
|
2013-02-26 13:43:06 -08:00 |
|
Mitchell Hashimoto
|
79609d42bb
|
Additional options for the collision detection
|
2013-02-26 13:08:06 -08:00 |
|
Mitchell Hashimoto
|
e97c330281
|
First pass at a forwarded port collision middleware
|
2013-02-26 12:10:26 -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
|
6afb4326fa
|
Move NFS to a built-in middleware
|
2013-02-08 15:34:04 -08:00 |
|
Mitchell Hashimoto
|
050cb482f3
|
Better logging in the BoxAdd action
|
2013-02-07 18:19:42 -08:00 |
|
Mitchell Hashimoto
|
cd3d2a1e8c
|
Call properly modifies original environment
|
2013-02-06 18:36:05 -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
|
864f1b7506
|
Pass a proper Pathname for SSHExec to check key perms
|
2013-02-04 21:17:12 -08:00 |
|
Mitchell Hashimoto
|
165dd63f78
|
New HandleBoxUrl built-in middleware to handlet the "box_url" config
|
2013-02-01 11:31:08 -08:00 |
|
Mitchell Hashimoto
|
75ea4e5bdd
|
--provision-with works properly again
|
2013-01-30 19:42:54 -08:00 |
|
Mitchell Hashimoto
|
e0f0066c99
|
--no-provision works properly again
|
2013-01-30 19:39:21 -08:00 |
|
Mitchell Hashimoto
|
e1b78dbfbe
|
Unlock the file explicitly due to some weirdness on BSD kernels
|
2013-01-28 21:08:22 -08:00 |
|
Mitchell Hashimoto
|
7531c94dbf
|
Allow path and exception for Lock middleware to be procs
|
2013-01-28 20:46:39 -08:00 |
|
Mitchell Hashimoto
|
9ae3a373c8
|
Add new middleware builtin: Lock
This will do a process lock by flocking a file. If it fails, it will
raise an exception of choice.
|
2013-01-28 17:08:37 -08:00 |
|
Mitchell Hashimoto
|
6a3c0bd425
|
Call built-in supports args for imddleware
|
2013-01-22 12:20:02 -08:00 |
|
Mitchell Hashimoto
|
fb875ab642
|
Better logging in the GracefulHalt middleware
|
2013-01-22 12:13:42 -08:00 |
|
Mitchell Hashimoto
|
51540496a9
|
GracefulHalt builtin
|
2013-01-22 11:56:49 -08:00 |
|
Mitchell Hashimoto
|
ffd9c1eb9c
|
Verify we have errors to show if we're going to show them
|
2013-01-18 13:37:31 -08:00 |
|
Mitchell Hashimoto
|
7f55d5eac8
|
Builtin: ConfigValidate will validate your configuration
|
2013-01-18 13:26:14 -08:00 |
|
Mitchell Hashimoto
|
5c9f27626c
|
Provisioner built-in uses new API
|
2013-01-13 16:09:32 -08:00 |
|
Mitchell Hashimoto
|
212e634c3b
|
Make Provision a built-in action.
This allows other providers to just use it.
|
2013-01-12 16:22:37 -08:00 |
|