Mitchell Hashimoto
|
86ffbe5d32
|
Provision class now properly figures out the provisioner and executes it
|
2010-03-10 14:54:12 -08:00 |
Mitchell Hashimoto
|
d81e5dc28d
|
Remove all "chef" configuration and moved chef solo provisioning to its own class
|
2010-03-10 14:27:02 -08:00 |
Mitchell Hashimoto
|
6878a3ea4d
|
Merge branch 'master' into flexible-provisioning for new shared folder API
|
2010-03-10 14:00:51 -08:00 |
Mitchell Hashimoto
|
a71815df4e
|
Additional shared folders can now be configured through the `config.vm.share_folder` method
|
2010-03-10 13:49:52 -08:00 |
Mitchell Hashimoto
|
f86bc912eb
|
Base provisioning class
|
2010-03-10 12:56:52 -08:00 |
Mitchell Hashimoto
|
6cfddb6c38
|
Tests to verify that the instance method exists for configs
|
2010-03-10 12:29:51 -08:00 |
Mitchell Hashimoto
|
19d00a8802
|
Config class now allows classes to dynamically register configuration keys.
|
2010-03-10 12:25:53 -08:00 |
Mitchell Hashimoto
|
3daf48b70c
|
Config class now properly uses class variables. Not sure how this one slipped through the cracks.
|
2010-03-10 01:07:24 -08:00 |
Mitchell Hashimoto
|
631580fc8e
|
Make the windows test only run on windows for now until it can pass on unix
|
2010-03-10 01:02:23 -08:00 |
John Bender
|
b92efdfe53
|
windows root path fix
|
2010-03-10 00:30:28 -08:00 |
Ewen Cheslack-Postava
|
1bf70fd4c4
|
Show helpful error if importing VM fails
|
2010-03-09 22:00:56 -08:00 |
Mitchell Hashimoto
|
47d46d4b12
|
Now checks for VirtualBox installation and proper version and gives sensible error if not detected.
|
2010-03-09 21:47:07 -08:00 |
Mitchell Hashimoto
|
6c5ddcdf8d
|
Windows root path checking. Interim solution.
|
2010-03-09 12:33:54 -08:00 |
Mitchell Hashimoto
|
dfe67d71de
|
Tests for Minitar update.
|
2010-03-09 11:05:33 -08:00 |
Mitchell Hashimoto
|
0c24f0e68f
|
Tests for the init change to not use ftools
|
2010-03-09 10:52:06 -08:00 |
Jonathan Rudenberg
|
145f904ed3
|
Fix busy test to wait for thread to start
|
2010-03-09 09:08:11 -08:00 |
John Bender
|
d550cc3a76
|
dup action exception and tests
|
2010-03-08 22:20:17 -08:00 |
Mitchell Hashimoto
|
f9fff05e37
|
Reload uses the new 'boot' action
|
2010-03-08 21:13:03 -08:00 |
Mitchell Hashimoto
|
d818bf856b
|
SSH timeout is now configurable with `config.ssh.timeout`
|
2010-03-08 19:30:58 -08:00 |
Mitchell Hashimoto
|
2f7de333ec
|
Fix issue with infinite looping on `vagrant resume`
|
2010-03-08 18:45:59 -08:00 |
Mitchell Hashimoto
|
db24291b3d
|
Fix bug where dotfile_path is a directory in the project path. Thanks brett_h
|
2010-03-08 13:12:58 -08:00 |
Mitchell Hashimoto
|
ce7f7dd168
|
Refactor Vagrant::Env a bit and requiring root path.
|
2010-03-08 00:34:15 -08:00 |
Mitchell Hashimoto
|
efe98df4b0
|
Added `vagrant box list` command to list added boxes
|
2010-03-07 21:34:53 -08:00 |
Mitchell Hashimoto
|
6194421972
|
`vagrant box` no longer requires a Vagrantfile in the current directory.
|
2010-03-07 12:44:00 -08:00 |
Mitchell Hashimoto
|
6fd10504e0
|
Box existence error checking is now in proper 'require_box'
|
2010-03-06 21:48:39 -08:00 |
Mitchell Hashimoto
|
49c98ad8af
|
Mounting a folder now waits for the mount to succeed before continuing. Fixed a race condition between SSH daemon starting and the VBox kernel extensions loading...
|
2010-03-05 19:16:57 -08:00 |
Mitchell Hashimoto
|
41b25e68ec
|
Reload action only halts the machine if its running
|
2010-03-05 18:03:08 -08:00 |
Mitchell Hashimoto
|
06ff3a363c
|
Env.load_box! gives a reasonable error if the box specified in the Vagrantfile doesn't exist now.
|
2010-03-05 16:58:36 -08:00 |
Mitchell Hashimoto
|
0a54ea1464
|
`vagrant-down` now uses reusable actions (a Down action)
|
2010-03-05 16:47:47 -08:00 |
John Bender
|
0cdc6b5eaa
|
moved hanging dotfile_name under Vagrant.config.vagrant
|
2010-03-04 23:50:08 -08:00 |
Mitchell Hashimoto
|
66bc5a19e2
|
Revamped provisioning JSON generation which includes the entire configuration tree. Plus better testing all around for JSON generation + configuration.
|
2010-03-04 22:14:44 -08:00 |
Mitchell Hashimoto
|
da2150da89
|
Resume uses the resume action now
|
2010-03-04 21:22:25 -08:00 |
Mitchell Hashimoto
|
0a791d1c58
|
Suspending moved out to an action, command takes advantage of this action now.
|
2010-03-04 21:13:17 -08:00 |
Mitchell Hashimoto
|
20ed284372
|
Unpackage now has its own rescue implementation
|
2010-03-04 21:02:59 -08:00 |
Mitchell Hashimoto
|
94be71e527
|
Nit-pick test formatting. No code changes.
|
2010-03-04 00:10:15 -08:00 |
John Bender
|
c952fdaa24
|
check if a box exists before beginning add action
|
2010-03-03 23:53:46 -08:00 |
Mitchell Hashimoto
|
35af1fa02b
|
Added rescue/cleanup methods to box downloading to cleanup temporary files
|
2010-03-03 23:00:04 -08:00 |
Mitchell Hashimoto
|
8e7621061f
|
vagrant-up and vagrant-halt no longer raise exceptions when the VM is not in the proper state.
|
2010-03-02 22:19:13 -08:00 |
Mitchell Hashimoto
|
c7f040f14c
|
vagrant-up now starts the VM if its already created, rather than giving an error.
|
2010-03-02 22:07:04 -08:00 |
Mitchell Hashimoto
|
c119a34f0e
|
Added vagrant-halt to forcibly shut down vagrant instance.
|
2010-03-02 21:53:16 -08:00 |
Mitchell Hashimoto
|
f5f1405a7c
|
HTTP downloader clears the download line once its complete so that the log output doesn't wrap
|
2010-02-28 22:34:07 -08:00 |
Mitchell Hashimoto
|
3d220ef5c8
|
HTTP downloader implemented. Boxes can now be added via HTTP!
|
2010-02-28 22:13:37 -08:00 |
Mitchell Hashimoto
|
9913c07ff2
|
Box download action now uses Vagrant "Downloaders." These are abstractions which will allow me to implement file downloading, http downloading etc. File downloading implemented here.
|
2010-02-28 21:42:38 -08:00 |
Mitchell Hashimoto
|
7c19419ef2
|
Package uses a reference to the Export action to get the temp path rather than the wonky callback. Implemented Runner#find_action for this.
|
2010-02-28 20:23:32 -08:00 |
Mitchell Hashimoto
|
5dd3e51788
|
Export action now cleans up and rescues. Package no longer cleans up temporary directory.
|
2010-02-28 19:56:50 -08:00 |
Mitchell Hashimoto
|
e50e264747
|
Actions can now implement the #cleanup method which is called after all other actions have finished executing.
|
2010-02-28 01:47:42 -08:00 |
Mitchell Hashimoto
|
dce3c032be
|
If an "ActionException" is raised from an action, the runner will error and exit rather than continuing to raise the exception.
|
2010-02-28 01:24:11 -08:00 |
Mitchell Hashimoto
|
37393986e3
|
Implemented the "rescue" method for action runners when an exception is raised. Read documentation for more information.
|
2010-02-28 01:06:01 -08:00 |
John Bender
|
3c546ef2c7
|
check for included files before packaging
|
2010-02-28 00:13:55 -08:00 |
Mitchell Hashimoto
|
f316e0c61c
|
Default include files to empty array
|
2010-02-28 00:03:21 -08:00 |
John Bender
|
79718eb4c3
|
--include added to package tests passing, but still needs manual verification
|
2010-02-27 22:49:43 -08:00 |
Mitchell Hashimoto
|
9e41bd9a34
|
Moved the root shared folder to load in the start task.
|
2010-02-25 23:57:50 -08:00 |
Mitchell Hashimoto
|
815b253b7e
|
Export test no longer actually hits the filesystem
|
2010-02-25 19:17:39 -08:00 |
Mitchell Hashimoto
|
f1fc07e353
|
Action runner clears actions after execution
|
2010-02-24 00:39:12 -08:00 |
Mitchell Hashimoto
|
e4548508f2
|
Removed some delegated methods on VM to explicitly use `vm` attribute in actions so its more runner-agnostic.
|
2010-02-24 00:34:54 -08:00 |
Mitchell Hashimoto
|
26f9eca141
|
Reworked `vagrant package` to use the new tmp directory.
|
2010-02-24 00:30:58 -08:00 |
Mitchell Hashimoto
|
71abd76fae
|
If a box contains a Vagrantfile, that is now loaded in the configuration chain between the gem config and the project config.
|
2010-02-23 21:50:44 -08:00 |
Mitchell Hashimoto
|
3b198e208d
|
Config clearing.
|
2010-02-23 21:39:56 -08:00 |
Mitchell Hashimoto
|
1a6f838baa
|
`vagrant up` (specifically Actions::VM::Import) now uses a configured box rather than a base VM. Much cleaner!
|
2010-02-23 00:05:41 -08:00 |
Mitchell Hashimoto
|
10e67e85f0
|
Removed unpackage VM action (since its part of box now)
|
2010-02-22 23:09:19 -08:00 |
Mitchell Hashimoto
|
5b68f3dd10
|
Box actions clean up the temporary file after unpackaging
|
2010-02-22 22:42:31 -08:00 |
Mitchell Hashimoto
|
c7e21a0c94
|
Moved the destroy logic out to a re-usable box action.
|
2010-02-22 21:32:15 -08:00 |
Mitchell Hashimoto
|
546db294ca
|
`vagrant box remove` functionality is in
|
2010-02-22 21:27:57 -08:00 |
Mitchell Hashimoto
|
f502587931
|
`vagrant box add` works completely
|
2010-02-22 18:57:19 -08:00 |
Mitchell Hashimoto
|
28b48929df
|
Changed box actions and commands to use the Box class instead of passed in params.
|
2010-02-22 18:17:43 -08:00 |
Mitchell Hashimoto
|
1856d56431
|
Box downloading works (Actions::Box::Download)
|
2010-02-22 17:34:44 -08:00 |
Mitchell Hashimoto
|
6b705cbe42
|
Change `vm` attribute to be `runner` on action base to reflect what it now is.
|
2010-02-22 16:35:22 -08:00 |
Mitchell Hashimoto
|
35762a4308
|
Moved VM actions into the Actions::VM namespace.
|
2010-02-22 16:25:47 -08:00 |
Mitchell Hashimoto
|
f60b383b75
|
`vagrant box` command with primitive functionality is in. Doesn't do anything productive yet.
|
2010-02-22 16:13:53 -08:00 |
Mitchell Hashimoto
|
47149fe9a9
|
Test to make sure VM is an action runner
|
2010-02-22 14:00:13 -08:00 |
Mitchell Hashimoto
|
2b1afa6f6f
|
Vagrant::Env sets up the home directory (specified in config) with proper subfolders if they don't exist.
|
2010-02-22 01:03:08 -08:00 |
Mitchell Hashimoto
|
f1fda1f0fa
|
Pulled out action running from VM into its own Actions::Runner class
|
2010-02-21 22:56:22 -08:00 |
Mitchell Hashimoto
|
cbcb877624
|
Compression tests for packaging
|
2010-02-20 22:58:39 -08:00 |
Mitchell Hashimoto
|
d447f9e377
|
Package tests updated to not hit the filesystem
|
2010-02-20 22:44:32 -08:00 |
John Bender
|
25f5b0bcad
|
removied emacs backup file :(
|
2010-02-19 01:01:22 -08:00 |
John Bender
|
c644cfad1a
|
package and unpackage moved to tar, tarruby added
|
2010-02-19 00:54:49 -08:00 |
John Bender
|
a690b13f78
|
unpackage added, still uses zlib
|
2010-02-17 15:45:06 -08:00 |
Mitchell Hashimoto
|
8d9e53fe27
|
SSH.up? returns false when an abrupt disconnect occurs
|
2010-02-16 16:05:58 -08:00 |
Mitchell Hashimoto
|
e855ae9965
|
vagrant-reload works
|
2010-02-16 15:48:03 -08:00 |
Mitchell Hashimoto
|
e8e07d26f5
|
Forwarding ports now clears old ports first
|
2010-02-16 15:47:52 -08:00 |
Mitchell Hashimoto
|
e825847dac
|
VM instances can execute a single command now (VM#execute!(foo)) and added "stop" action to force immediate shutdown of VM.
|
2010-02-16 13:21:27 -08:00 |
Mitchell Hashimoto
|
7c61792b19
|
Stubbed vagrant-reload command
|
2010-02-16 13:04:18 -08:00 |
Mitchell Hashimoto
|
05f4845509
|
Provisioning can now be enabled/disabled by configuration.
|
2010-02-16 01:05:42 -08:00 |
John Bender
|
1c045bd447
|
refactored package into actions: export, package
|
2010-02-15 22:53:52 -08:00 |
Mitchell Hashimoto
|
2babb25686
|
Added before/after callbacks around import to stabilize persisting of VM UUID.
|
2010-02-15 22:47:26 -08:00 |
Mitchell Hashimoto
|
c176a04cfa
|
Fixed a bug with forwarded ports action
|
2010-02-15 22:44:15 -08:00 |
Mitchell Hashimoto
|
4ea8300766
|
Move hard drive action.
|
2010-02-15 22:40:58 -08:00 |
Mitchell Hashimoto
|
ae6f086fad
|
Forwarding ports action
|
2010-02-15 22:38:07 -08:00 |
Mitchell Hashimoto
|
dd5abc5452
|
Implemented "around" callbacks on VM for convenient `before_foo` and `after_foo` callbacks
|
2010-02-15 19:02:23 -08:00 |
Mitchell Hashimoto
|
57de04abac
|
Added provisioning to the "up" sequence.
|
2010-02-15 18:50:29 -08:00 |
Mitchell Hashimoto
|
97f9d4c5ef
|
Run only a single trap thread at any given time. Ensure that trap threads are joined after a busy block ends.
|
2010-02-15 18:37:20 -08:00 |
Mitchell Hashimoto
|
874eb70911
|
Additional options can be passed into actions as additional arguments to the constructor
|
2010-02-15 18:19:59 -08:00 |
Mitchell Hashimoto
|
f3cd0591d0
|
Refactored SSH in how it retrieves the port
|
2010-02-15 18:07:11 -08:00 |
Mitchell Hashimoto
|
3d27d47d34
|
Signal trapping for SIGINT waits for busy signal to go low
|
2010-02-15 17:56:48 -08:00 |
Mitchell Hashimoto
|
3c42db7dfe
|
Merge branch 'runners' which brings in the "actions" model.
|
2010-02-15 15:25:22 -08:00 |
Mitchell Hashimoto
|
e8df988d94
|
Provisioning action
|
2010-02-15 15:07:27 -08:00 |
John Bender
|
c9d0d0d9d9
|
packaging and unpackaging
|
2010-02-15 14:49:47 -08:00 |
Mitchell Hashimoto
|
86524048ae
|
Removed old VM code for VM creation. Lots of code removed!
|
2010-02-15 00:04:13 -08:00 |
Mitchell Hashimoto
|
bf0aff45f6
|
Move hard drive action added to Up if config is set
|
2010-02-14 23:58:02 -08:00 |
Mitchell Hashimoto
|
6a79c4268b
|
Added before/after callbacks around import to stabilize persisting of VM UUID.
|
2010-02-14 23:48:44 -08:00 |