Mitchell Hashimoto
|
698ad0af7e
|
Import progress works again
|
2011-12-22 11:29:58 -08:00 |
|
Mitchell Hashimoto
|
ecbf7df859
|
Host only networks now work with VBoxManage
|
2011-12-21 22:27:06 -08:00 |
|
Mitchell Hashimoto
|
a3395f94ab
|
Catch and handle customization errors
|
2011-12-21 16:37:59 -08:00 |
|
Mitchell Hashimoto
|
e1d0ce19ce
|
Customizations are back in!
|
2011-12-21 16:25:58 -08:00 |
|
Mitchell Hashimoto
|
177eb828af
|
Remove customize action, this will need rethinking
|
2011-12-21 15:24:43 -08:00 |
|
Mitchell Hashimoto
|
7a70755362
|
Destroying unused network interfaces via VBoxManage
|
2011-12-21 15:17:10 -08:00 |
|
Mitchell Hashimoto
|
d2e33768f3
|
CleanMachineFolder action works with VBoxManage
|
2011-12-21 14:45:14 -08:00 |
|
Mitchell Hashimoto
|
d5981978a1
|
Resuming works better
|
2011-12-21 14:15:03 -08:00 |
|
Mitchell Hashimoto
|
a6e5078e4b
|
VM suspending works
|
2011-12-21 14:12:35 -08:00 |
|
Mitchell Hashimoto
|
9cb0578c64
|
VM halt works.
|
2011-12-21 13:41:10 -08:00 |
|
Mitchell Hashimoto
|
48ea8173c6
|
Lots more VBoxManage
|
2011-12-21 13:37:59 -08:00 |
|
Mitchell Hashimoto
|
a39df9f150
|
Forwarded ports
|
2011-12-20 22:28:47 -08:00 |
|
Mitchell Hashimoto
|
c59defa7e8
|
Drivers now take a UUID
|
2011-12-20 21:20:45 -08:00 |
|
Mitchell Hashimoto
|
a8e4e62264
|
Make more things VBoxManage compatible
|
2011-12-20 21:20:45 -08:00 |
|
Mitchell Hashimoto
|
96868e5d29
|
Import and destroy work with the new driver interface
|
2011-12-20 21:20:45 -08:00 |
|
Mitchell Hashimoto
|
1770ad1ee5
|
"provision.enabled" is once again honored. [GH-591]
|
2011-12-17 20:28:45 -08:00 |
|
Mitchell Hashimoto
|
5fe50c8b5d
|
Change config.vm.system to config.vm.guest. Rename internals.
|
2011-12-15 20:55:16 -08:00 |
|
Mitchell Hashimoto
|
345ee35e16
|
When import recovers, don't validate when calling destroy
|
2011-12-14 23:35:46 -08:00 |
|
Mitchell Hashimoto
|
c66d846cb7
|
Fix issue which caused NFS to not work with new config
|
2011-12-11 23:30:17 -08:00 |
|
Mitchell Hashimoto
|
daeb7ea726
|
Send new id element into NFS methods for hosts
|
2011-12-11 23:26:04 -08:00 |
|
Mitchell Hashimoto
|
40b9254d5a
|
Environment reloading works
|
2011-12-10 16:07:28 -08:00 |
|
Mitchell Hashimoto
|
a1d3f8b4dd
|
Fix typo to get networking working again
|
2011-12-10 14:27:59 -08:00 |
|
Mitchell Hashimoto
|
448e9429ac
|
Get rid of broken env.ui calls in actions
|
2011-12-10 14:23:22 -08:00 |
|
Mitchell Hashimoto
|
697fb7eaaf
|
Get rid of more env.env calls
|
2011-12-10 14:22:04 -08:00 |
|
Mitchell Hashimoto
|
9e58e45c69
|
Fix resume action to work properly
|
2011-12-10 14:18:40 -08:00 |
|
Mitchell Hashimoto
|
71c39126e5
|
Fix suspend action to work again
|
2011-12-10 14:15:18 -08:00 |
|
Mitchell Hashimoto
|
ea7caebe02
|
Setup the default name for the VM
|
2011-12-10 13:28:03 -08:00 |
|
Mitchell Hashimoto
|
93e5bc3969
|
Tweak actions for new runner
|
2011-12-10 12:52:42 -08:00 |
|
Mitchell Hashimoto
|
bfd93eef4e
|
Come a lot farther in getting up to work again
|
2011-12-10 09:54:23 -08:00 |
|
Mitchell Hashimoto
|
1758970a53
|
Fixing up VM actions to try to get them working again
|
2011-12-09 20:39:08 -08:00 |
|
Mitchell Hashimoto
|
d92f3d8c6d
|
Box add works again with new env stuff
|
2011-12-09 17:33:30 -08:00 |
|
Mitchell Hashimoto
|
b878f1bd66
|
class => module Action
|
2011-12-09 17:23:27 -08:00 |
|
Mitchell Hashimoto
|
c1a0b97067
|
Only check non-OSE versions for checking guest addition versions [GH-514]
|
2011-11-30 12:46:13 -08:00 |
|
Mitchell Hashimoto
|
5d684b9001
|
Reload the configuration for all VMs after downloading a box. Fixes GH-564
|
2011-11-21 22:39:12 -08:00 |
|
Mitchell Hashimoto
|
28cc13ad38
|
Sort shared folders by length only if they have a guest path
|
2011-10-14 18:20:10 +02:00 |
|
Chris McClimans
|
ec68c0a655
|
michellh/vagrant#524
|
2011-10-14 18:15:00 +02:00 |
|
Mitchell Hashimoto
|
7219f3d05b
|
Show warning if forwarding port less than 1024 [closes GH-487]
|
2011-09-11 23:56:02 -07:00 |
|
Samer Abukhait
|
99646735d0
|
Don't do the port threshold check if running under root
|
2011-09-11 23:26:55 -07:00 |
|
Mitchell Hashimoto
|
327a6f9d94
|
Add a check for VM accessibility before every action
|
2011-08-28 20:32:22 -07:00 |
|
Mitchell Hashimoto
|
ed422e1151
|
Fixes to help with inaccessible VMs and forwarded ports
|
2011-08-28 20:02:15 -07:00 |
|
Mitchell Hashimoto
|
3f9a2814c7
|
Clean up some of the UI output
|
2011-08-10 22:17:37 -07:00 |
|
Mitchell Hashimoto
|
0e7ccf86bc
|
Ignore "OSE" suffix when checking guest additions versions [closes GH-438]
|
2011-07-30 10:25:58 -07:00 |
|
Mitchell Hashimoto
|
92f4ab63da
|
Network: Use new 4.1.x attribute host_only_interface
|
2011-07-19 14:24:26 -07:00 |
|
Mitchell Hashimoto
|
0b02deb37a
|
Share folders go into the modify pipeline
|
2011-07-08 12:07:27 -07:00 |
|
Mitchell Hashimoto
|
d797e48389
|
Clear shared folders uses new modify pipeline
|
2011-07-08 12:05:18 -07:00 |
|
Mitchell Hashimoto
|
79c46b4ec1
|
Forward ports now uses modify pipeline
|
2011-07-08 12:04:01 -07:00 |
|
Mitchell Hashimoto
|
027b22eca0
|
Clear forwarded ports to the modify pipeline
|
2011-07-08 12:02:35 -07:00 |
|
Mitchell Hashimoto
|
6b2feae0e8
|
Create single interal modify block to sync VM modifications
|
2011-07-08 11:59:29 -07:00 |
|
Mitchell Hashimoto
|
b876d9ed1d
|
Move MAC address UI output into the customize block
|
2011-07-08 00:56:52 -07:00 |
|
Mitchell Hashimoto
|
f3c44fba2f
|
Clear shared folders now in the context of a single write lock
|
2011-07-08 00:26:28 -07:00 |
|