Mitchell Hashimoto
|
202cfebc24
|
SSH communicator: check_key_perms should be a Pathname
|
2013-02-04 21:06:28 -08:00 |
Mitchell Hashimoto
|
b9fc6068fb
|
Missing requires for SSH
|
2013-02-04 13:49:03 -08:00 |
Mitchell Hashimoto
|
967bd65ac6
|
Net-SSH logs come out with Vagrant debug logs
|
2013-02-04 13:46:59 -08:00 |
Mitchell Hashimoto
|
e3b9ddda1d
|
Specify specific auth methods to use for SSH.
Specifically no "keyboard-interactive" EVER
|
2013-02-04 13:37:59 -08:00 |
Mitchell Hashimoto
|
a72cfdbc00
|
Improved logging and such around SSH
|
2013-02-04 11:44:56 -08:00 |
Mitchell Hashimoto
|
bc7237130d
|
Use the HashiCorp gem source for plugin installs
|
2013-02-04 11:18:57 -08:00 |
Mitchell Hashimoto
|
c6a4bd529d
|
Missing interpolated variable for output message on plugin command
|
2013-02-04 10:43:35 -08:00 |
Mitchell Hashimoto
|
85e458b9a8
|
Forgot an autoload for plugins
|
2013-02-04 10:41:35 -08:00 |
Mitchell Hashimoto
|
55c905b43b
|
`vagrant plugin license` command.
|
2013-02-04 10:32:04 -08:00 |
Mitchell Hashimoto
|
036fa3e96a
|
Set more force flags when uninstalling gems to remove monkeypatch
|
2013-02-03 17:33:51 -08:00 |
Mitchell Hashimoto
|
635949980b
|
Handle the case a plugin install is a plugin not found
|
2013-02-03 14:29:29 -08:00 |
Mitchell Hashimoto
|
1162c2dbfc
|
Instead of shelling out, use the RubyGems API to install plugins
This gets us an accurate name of the gem even if it is installed
from a file.
|
2013-02-03 13:59:43 -08:00 |
Mitchell Hashimoto
|
368ca71d72
|
Remove the `gem` command.
|
2013-02-03 13:21:39 -08:00 |
Mitchell Hashimoto
|
455745277c
|
List plugins should have output when no plugins
|
2013-02-03 13:13:22 -08:00 |
Mitchell Hashimoto
|
5882d5dad6
|
VAGRANT_NO_PLUGINS can be used to skip plugin loading
|
2013-02-03 13:03:00 -08:00 |
Mitchell Hashimoto
|
9690754983
|
Plugin listing is a bit more sophisticated, shows version
|
2013-02-03 12:59:32 -08:00 |
Mitchell Hashimoto
|
bc54875a25
|
Move the plugins.json to the home directory
|
2013-02-03 12:49:21 -08:00 |
Mitchell Hashimoto
|
b6821a4fc7
|
Fix some include requirements for pruning
|
2013-02-03 10:49:26 -08:00 |
Mitchell Hashimoto
|
0d7322578b
|
`vagrant plugin uninstall`
|
2013-02-03 10:47:32 -08:00 |
Mitchell Hashimoto
|
e055bc893b
|
Sort the state file as well for sanity
|
2013-02-03 10:35:59 -08:00 |
Mitchell Hashimoto
|
76457eff16
|
Make sure the state file only contains unique fields
|
2013-02-03 10:34:43 -08:00 |
Mitchell Hashimoto
|
491356c938
|
Better logging for prune
|
2013-02-03 10:33:39 -08:00 |
Mitchell Hashimoto
|
60d21e35c9
|
Be silent when uninstalling gems
|
2013-02-03 10:32:31 -08:00 |
Mitchell Hashimoto
|
572142df7e
|
Perform gem uninstallation for prune
|
2013-02-03 10:30:52 -08:00 |
Mitchell Hashimoto
|
472d4182c1
|
Basic logic behind prune action is good.
|
2013-02-03 10:15:46 -08:00 |
Mitchell Hashimoto
|
f257d1211f
|
List actually compares state with gems
|
2013-02-02 23:59:48 -08:00 |
Mitchell Hashimoto
|
8ac7b62075
|
A really basic "list" command
|
2013-02-02 23:52:34 -08:00 |
Mitchell Hashimoto
|
53667d44db
|
Have a base class to invoke actions on the plugins
|
2013-02-02 23:38:44 -08:00 |
Mitchell Hashimoto
|
150cae86b7
|
Only show error if exit code != 0 of gem
|
2013-02-02 23:33:52 -08:00 |
Mitchell Hashimoto
|
fa50f06a4c
|
Error if RubyGems failed.
|
2013-02-02 23:31:53 -08:00 |
Mitchell Hashimoto
|
a2ef7790de
|
Start creating the plugin middleware sequences
|
2013-02-02 18:42:04 -08:00 |
Mitchell Hashimoto
|
db2e27bab6
|
Initial plugin command plugin
|
2013-02-02 17:12:46 -08:00 |
Mitchell Hashimoto
|
b3571eb5bb
|
Add message about removing box so something is clearly happening
|
2013-02-02 16:43:16 -08:00 |
Mitchell Hashimoto
|
2dc14af825
|
`vagrant up` says what provider it will use
|
2013-02-01 14:03:59 -08:00 |
Mitchell Hashimoto
|
26adfb0de6
|
Put the provider name in the status output
|
2013-02-01 13:54:52 -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
|
3b75652256
|
Always log stdout/stderr for SSH
|
2013-02-01 10:56:00 -08:00 |
Mitchell Hashimoto
|
6d002eb4c1
|
Fix a little logging typo
|
2013-02-01 10:51:53 -08:00 |
Mitchell Hashimoto
|
b037a8d89c
|
Retry SSH on connection reset
|
2013-01-31 20:04:57 -08:00 |
Mitchell Hashimoto
|
ab4046d8af
|
Fix issue where set name doesn't work if saved
|
2013-01-31 11:26:45 -08:00 |
Mitchell Hashimoto
|
1392d9b4a5
|
Detect if a VM name is already taken for VirtualBox
|
2013-01-30 23:22:45 -08:00 |
Mitchell Hashimoto
|
4fa194899d
|
VirtualBox config: "name" to set the VM name [GH-1126]
|
2013-01-30 23:03:21 -08:00 |
Mitchell Hashimoto
|
d19194d95b
|
`vagrant provision` accepts `--provision-with` [GH-1167]
|
2013-01-30 22:54:28 -08:00 |
Mitchell Hashimoto
|
9d2f26604e
|
Properly handle paused VirtualBox VMs [GH-1184]
|
2013-01-30 22:47:45 -08:00 |
Mitchell Hashimoto
|
4ba0fc821e
|
Support mounting NFS folders with spaces in FreeBSD [GH-1229]
|
2013-01-30 22:19:13 -08:00 |
Mitchell Hashimoto
|
76ca35a095
|
Sanitize folder names for default virtualbox name [GH-1223]
|
2013-01-30 22:17:10 -08:00 |
Mitchell Hashimoto
|
f713082280
|
auto_nat_dns_proxy VirtualBox provider config option [GH-1313]
When set to false, Vagrant will no longer try to automatically manage
NAT DNS proxy settings with VirtualBox.
|
2013-01-30 21:03:02 -08:00 |
Mitchell Hashimoto
|
25713e4568
|
Show proper message when viewing status for multi-machine
|
2013-01-30 20:22:29 -08:00 |
Mitchell Hashimoto
|
72c10b53e7
|
Convert provision types to symbols so they work
|
2013-01-30 19:51:04 -08:00 |
Mitchell Hashimoto
|
b91d7203eb
|
Pass the start options into the actions so that they have effect
|
2013-01-30 19:49:18 -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
|
9156be0f84
|
Use the proper config version in config.vm.define calls
|
2013-01-30 19:24:09 -08:00 |
Mitchell Hashimoto
|
bb97351060
|
Change "channel" to "communicate" in all guests
|
2013-01-30 10:54:53 -08:00 |
Mitchell Hashimoto
|
f9a843ddd0
|
Fix hostonly network adapter IP for VirtualBox
|
2013-01-30 10:52:49 -08:00 |
Mitchell Hashimoto
|
d26aea142e
|
NFS properly detects hostonly network for VirtualBox
|
2013-01-30 10:43:53 -08:00 |
Mitchell Hashimoto
|
7eec127704
|
Support refreshing the machine cache
|
2013-01-30 10:37:40 -08:00 |
Mitchell Hashimoto
|
64042a5d35
|
Downloading the box_url component works again
|
2013-01-30 10:24:47 -08:00 |
Mitchell Hashimoto
|
aa980f2234
|
Forced halts work
|
2013-01-29 10:55:40 -08:00 |
Mitchell Hashimoto
|
f7b39476a0
|
vagrant destroy --force works [GH-1340]
|
2013-01-29 10:33:40 -08:00 |
Mitchell Hashimoto
|
eed24a08e3
|
Typo in setting up synced folders
|
2013-01-28 15:57:13 -08:00 |
Mitchell Hashimoto
|
2d2f9577af
|
Fix repackage command to actually work properly
|
2013-01-28 13:06:18 -08:00 |
Mitchell Hashimoto
|
ca0af2866e
|
Change output to not include the name
|
2013-01-23 09:45:56 -08:00 |
Mitchell Hashimoto
|
7e55e96bd9
|
Provisioners now sync folders
|
2013-01-23 09:44:53 -08:00 |
Mitchell Hashimoto
|
9cb86706b8
|
Make all the VirtualBox middleware aware of synced folders
|
2013-01-23 09:42:19 -08:00 |
Mitchell Hashimoto
|
29ca6bc6d1
|
Upgrade V1 shared folders to V2
|
2013-01-23 09:27:47 -08:00 |
Mitchell Hashimoto
|
4059a4ba2f
|
Define synced_folders on V2 vm config
|
2013-01-23 09:21:49 -08:00 |
Mitchell Hashimoto
|
44d6b9a3f7
|
Use a proper args array for V1 forwarded ports. Fixes #1330
|
2013-01-22 14:28:38 -08:00 |
Mitchell Hashimoto
|
1fd74da294
|
Default V1 forward port options to {} Fixes #1329
|
2013-01-22 14:07:27 -08:00 |
Mitchell Hashimoto
|
7c8125905d
|
Set the proper force halt environment
|
2013-01-22 13:37:44 -08:00 |
Mitchell Hashimoto
|
4780f1c07f
|
Use the proper env for branching on Halt in VirtualBox
|
2013-01-22 13:35:52 -08:00 |
Mitchell Hashimoto
|
0fc7cf7f02
|
Guest `halt` implementations no longer depend on machine state
|
2013-01-22 12:09:35 -08:00 |
Mitchell Hashimoto
|
31448c4cd4
|
Use the new GracefulHalt built-in for VirtualBox
|
2013-01-22 12:07:37 -08:00 |
Mitchell Hashimoto
|
1bf08f70d6
|
Add the new graceful_halt settings to `config.vm`
|
2013-01-22 11:37:49 -08:00 |
Mitchell Hashimoto
|
d5c5c4f523
|
Convert all VirtualBox provider internals to use new state API
|
2013-01-21 11:38:37 -06:00 |
Mitchell Hashimoto
|
8c4a7350fe
|
vagrant status uses new MachineState results
|
2013-01-21 11:35:46 -06:00 |
Mitchell Hashimoto
|
f24dba0dc5
|
VirtualBox provider returns new MachineState object
|
2013-01-21 11:34:04 -06:00 |
Mitchell Hashimoto
|
cfe55eb57f
|
Whitespace weirdness in the `status` command file
|
2013-01-21 10:47:29 -06:00 |
Mitchell Hashimoto
|
2d57afbbda
|
Support warnings/errors when upgrading Vagrantfiles internally
|
2013-01-20 22:04:50 -05:00 |
Mitchell Hashimoto
|
58eac7117b
|
Only merge provider/provisioner errors if they exist
|
2013-01-18 13:36:12 -08:00 |
Mitchell Hashimoto
|
d64c164727
|
VM configuration only validates the active provider
|
2013-01-18 13:33:02 -08:00 |
Mitchell Hashimoto
|
003ebc811c
|
VirtualBox uses the new validation middleware
|
2013-01-18 13:29:20 -08:00 |
Mitchell Hashimoto
|
7f55d5eac8
|
Builtin: ConfigValidate will validate your configuration
|
2013-01-18 13:26:14 -08:00 |
Mitchell Hashimoto
|
fff021e51d
|
Update Chef provisioner to new validation API
|
2013-01-18 13:12:02 -08:00 |
Mitchell Hashimoto
|
df32c47780
|
Update puppet provisioner config to latest validation API
|
2013-01-18 13:08:38 -08:00 |
Mitchell Hashimoto
|
5e42a99ab6
|
Update shell provisioner to latest validation api
|
2013-01-18 13:06:29 -08:00 |
Mitchell Hashimoto
|
515ed8f119
|
Validate providers and provisioners!
|
2013-01-18 12:56:19 -08:00 |
Mitchell Hashimoto
|
3f3c7027aa
|
Machine objects are passed into validate instead of env
|
2013-01-18 12:43:53 -08:00 |
Mitchell Hashimoto
|
3e9e422ce0
|
Convert existing validate methods to new API for kernel
|
2013-01-18 12:33:37 -08:00 |
Mitchell Hashimoto
|
10a051a64b
|
box add works even if no provider is set
|
2013-01-16 22:52:44 -08:00 |
Mitchell Hashimoto
|
c6c27c5e62
|
Catch Errno::ETIMEDOUT for SSH
|
2013-01-16 16:42:00 -08:00 |
Mitchell Hashimoto
|
129f1985bd
|
Remove the "!" on chef client provision method.
|
2013-01-13 16:51:16 -08:00 |
Mitchell Hashimoto
|
0c8391aedd
|
Chef uses the new provisioner API
|
2013-01-13 16:41:32 -08:00 |
Mitchell Hashimoto
|
51a227ae7e
|
Puppet uses the new provisioner API
|
2013-01-13 16:22:47 -08:00 |
Mitchell Hashimoto
|
5c9f27626c
|
Provisioner built-in uses new API
|
2013-01-13 16:09:32 -08:00 |
Mitchell Hashimoto
|
84c45a854c
|
Remove the ProvisionerCLeanup action from VirtualBox
|
2013-01-13 16:03:34 -08:00 |
Mitchell Hashimoto
|
cf2cca3b7c
|
Revamp the configuration internal state for defining provisioners
|
2013-01-13 16:02:48 -08:00 |
Mitchell Hashimoto
|
c8053c00a4
|
New provisioner API. Shell provisioner adheres to it.
|
2013-01-13 15:48:52 -08:00 |
Mitchell Hashimoto
|
f1f4f276a0
|
Set the virtualbox config scope
|
2013-01-13 12:38:51 -08:00 |
Mitchell Hashimoto
|
965427c540
|
Properly upgrade V1 hostonly/bridged networks to V2 config
|
2013-01-13 01:07:55 -08:00 |