Mitchell Hashimoto
|
8b2d4bfe92
|
Update CHANGELOG, minor style changes
|
2011-07-08 18:19:36 -07:00 |
|
Michael Linderman
|
5bf4efe071
|
Don't delete package file if package output exists
|
2011-07-08 18:18:04 -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 |
|
Mitchell Hashimoto
|
60708873e4
|
Clear forwarded ports is now done in context of customize block
|
2011-07-08 00:20:15 -07:00 |
|
Mitchell Hashimoto
|
268f7f7bc2
|
Improved lock-reducing of forwarded ports action
|
2011-07-08 00:03:33 -07:00 |
|
Mitchell Hashimoto
|
911a44523c
|
Create shared folders in VM customize block to reduce VirtualBox lock time.
|
2011-07-07 23:49:29 -07:00 |
|
Mitchell Hashimoto
|
1ecd04e0ac
|
Move port forwarding into customize block to run in a single VM lock.
|
2011-07-07 23:42:56 -07:00 |
|
Mitchell Hashimoto
|
17e86c40fc
|
Reload VM after running customization blocks
|
2011-07-07 23:41:19 -07:00 |
|
Mitchell Hashimoto
|
a0cf0c3761
|
Match MAC address using VM customize config to speed up up time
|
2011-07-07 23:27:09 -07:00 |
|
Mitchell Hashimoto
|
5ae483ef85
|
Provisioners now properly share folders again
|
2011-07-07 10:38:32 -07:00 |
|
Mitchell Hashimoto
|
19eaddcd3a
|
Action to call cleanup method on provisioners during destroy.
|
2011-07-06 23:02:19 -07:00 |
|
Mitchell Hashimoto
|
45ce8b845a
|
Clean up the code for provisioners
|
2011-07-06 22:57:10 -07:00 |
|
Mitchell Hashimoto
|
563ac35bc0
|
No longer need the provisioners attr_accessor on the provision action
|
2011-07-06 22:56:09 -07:00 |
|
Mitchell Hashimoto
|
1de152ae36
|
Move provisioning prepare up into the call method
|
2011-07-06 22:50:49 -07:00 |
|
Mitchell Hashimoto
|
bdc316f4ef
|
Provisioner configuration no longer cleared when box is downloaded during an up. [closes GH-308]
|
2011-07-06 22:08:37 -07:00 |
|
Mitchell Hashimoto
|
8733a745ce
|
Can now specify owner/group of shared folders. [closes GH-350]
|
2011-07-05 23:53:23 -07:00 |
|
Mitchell Hashimoto
|
179845a36e
|
Host only network works properly on multiple adapters [closes GH-365]
|
2011-07-05 23:35:15 -07:00 |
|
Tony La
|
593e2e628f
|
Ruby 1.8.6 Hash#select returns an array of results
Which results in a "odd number of arguments for Hash" error.
|
2011-05-11 23:58:12 -07:00 |
|
Jason Yan
|
b1bc49c0f3
|
Fix issue with port forwarding not respecting protocol option.
|
2011-02-25 19:30:27 -08:00 |
|
Mitchell Hashimoto
|
22f085dc5d
|
Tests for mac address setting on host only network
|
2011-02-08 19:42:32 -08:00 |
|
Vishvananda Ishaya
|
e2d5c12870
|
support macs in xx:xx:xx:xx:xx:xx format as well
|
2011-02-08 19:27:24 -08:00 |
|
Vishvananda Ishaya
|
6416bf8ef6
|
it is mac_address not mac
|
2011-02-08 19:27:18 -08:00 |
|
Vishvananda Ishaya
|
211f9d46af
|
allow specification of mac in network command
|
2011-02-08 19:26:45 -08:00 |
|
Mitchell Hashimoto
|
6d6ca39795
|
Host only networking only doesn't work on 64-bit Windows
|
2011-01-29 21:03:27 -08:00 |
|
Mitchell Hashimoto
|
8d55bdcae5
|
Style tweaks and tests added for changing host name
|
2011-01-28 17:41:48 -08:00 |
|
Michael Bearne
|
f757184c06
|
added support for changing host name on up for Debian, Ubuntu and RedHat
|
2011-01-14 17:51:19 +00:00 |
|
Mitchell Hashimoto
|
a91ad4d89f
|
Fixed provisioners to the new conventions. Tests passing!
|
2011-01-11 22:37:09 -08:00 |
|
Mitchell Hashimoto
|
cddccab9ae
|
Provision action works again
|
2011-01-11 22:13:09 -08:00 |
|
Mitchell Hashimoto
|
85b8ccc2ec
|
Provisioners now register themselves with their shortcut name
|
2011-01-11 19:52:55 -08:00 |
|
Michael Bearne
|
eda6b81093
|
re-implemented redhat distribution of host only network with additional check to see if network interface is up as on intial setup when not using dhcp the interface will be down as dhcp lookup will time out. To prevent vagrant time out on boot you need to add file /etc/dhclient.conf with value content timeout 1; to guest this is beacuse the default is 60 seconds this should be done in the base box
|
2011-01-10 17:15:15 +00:00 |
|
Mitchell Hashimoto
|
3ff1162230
|
Style fix to align autoload strings
|
2011-01-09 12:50:44 -08:00 |
|
Mitchell Hashimoto
|
b1627ca41b
|
Sleep less time while waiting for the VM to boot
|
2011-01-09 12:48:21 -08:00 |
|
Mitchell Hashimoto
|
dc4bf530fb
|
Use the env["key"] style instead of env.env.key
|
2011-01-09 12:35:48 -08:00 |
|
Mitchell Hashimoto
|
968499bd5c
|
Hash#select returns an array on 1.8.7 and a hash on 1.9.2. Make sure it is always a Hash.
|
2011-01-08 21:27:44 -08:00 |
|
Mitchell Hashimoto
|
8d529931ef
|
Be gone glob loader! Move everything to autoload or explicit require.
|
2011-01-07 01:12:16 -08:00 |
|
James Turnbull
|
3849355ef6
|
Basic Puppet Server provisioner
|
2011-01-06 13:33:22 -08:00 |
|
Mitchell Hashimoto
|
e0c716e454
|
Fix automount select to accept key/val instead of just val
|
2011-01-04 20:10:34 -08:00 |
|
Mitchell Hashimoto
|
fb8f0c010b
|
Reload config after downloading box during up [closes GH-231]
|
2010-12-31 21:41:05 -06:00 |
|
Mitchell Hashimoto
|
e12d96d4df
|
Only automount NFS folders which have guest path specified
|
2010-12-31 02:24:49 -06:00 |
|
Mitchell Hashimoto
|
c1be64ae61
|
Shared folders with no guest path are not automounted [closes GH-184]
|
2010-12-31 02:19:27 -06:00 |
|
Mitchell Hashimoto
|
4cbce66ab1
|
Downloaders have clearer output to note what they're doing
|
2010-12-31 01:44:30 -06:00 |
|
Mitchell Hashimoto
|
e19788701e
|
Don't disable networks on halt/destroy.
|
2010-12-24 19:02:11 -08:00 |
|
Mitchell Hashimoto
|
c32ab0442c
|
Change the mechanism by which useless host only networks are detected and destroyed
|
2010-12-24 18:57:44 -08:00 |
|
Mitchell Hashimoto
|
2018fd8645
|
"vbox-prev" bug still exists, but filename changes for VB4
|
2010-12-24 18:35:46 -08:00 |
|