Fabio Rehm
9ebdc24da4
Bundle update
2013-10-17 13:18:10 -03:00
Fabio Rehm
cfa2cc262f
Fix GH-8 by doing an extra check whether the VM is SSHable
2013-10-17 13:07:43 -03:00
Fabio Rehm
24c1d3a8ac
Clean up Action::Clean a bit and get ready to fix GH-8
2013-10-17 12:58:16 -03:00
Fabio Rehm
88a06626a2
Update CHANGELOG
2013-10-13 17:14:16 -03:00
Fabio Rehm
4e0d1bd8cd
Up version for development
2013-10-13 17:14:16 -03:00
Fabio Rehm
4972ec0fa5
Replace apt-cacher error with warning
2013-10-13 17:14:16 -03:00
Fabio Rehm
d6066fbde7
Merge pull request #30 from mindreframer/apt-cacher
...
Apt cacher bucket
2013-10-13 13:14:05 -07:00
Fabio Rehm
11defb0b29
v0.3.3
2013-09-11 20:47:24 -03:00
Fabio Rehm
b0180b16d9
Add vagrant-global-status to the mix so we can keep track of VMs left behind
2013-09-11 20:30:00 -03:00
Fabio Rehm
f8484f7343
Update CHANGELOG
2013-09-01 19:06:33 -03:00
Fabio Rehm
0b13040888
Create apt bucket partial cache dir [GH-40]
2013-09-01 19:06:33 -03:00
Fabio Rehm
246ab52380
Machine scoped cache is no longer tied to providers!
2013-08-20 01:27:37 -03:00
Fabio Rehm
8e89c0b1d5
Up version for dev
2013-08-15 00:53:07 -03:00
Fabio Rehm
837399cd0f
v0.3.2
2013-08-15 00:46:45 -03:00
Fabio Rehm
2e7d6d4f32
Add development section to the readme
2013-08-15 00:46:28 -03:00
Fabio Rehm
079f1fccbb
Clean up development vagrantfile a bit
2013-08-15 00:41:59 -03:00
Fabio Rehm
49b36c012a
Ensure @env is set at all times during provision action
...
This fixes the build and closes #41
2013-08-13 23:52:21 -03:00
Fabio Rehm
8efb8daf07
Implement some initial sanity checks using Bats
...
Somehow related to GH-1
2013-08-13 23:51:13 -03:00
Fabio Rehm
92b36edee9
Up version for development
2013-08-13 13:04:37 -03:00
Fabio Rehm
22528178d4
v0.3.1
2013-08-13 13:03:02 -03:00
Fabio Rehm
e46a3c398b
Prevent errors when caching is disabled
2013-08-06 17:31:55 -03:00
Fabio Rehm
bd847ce053
Up version for development
2013-08-06 17:31:27 -03:00
Fabio Rehm
41ae83f407
Merge pull request #35 from fgrehm/0.3.0
...
0.3.0
2013-08-05 09:16:08 -07:00
Fabio Rehm
71885845ad
v0.3.0
2013-08-05 13:15:02 -03:00
Fabio Rehm
5b5befaa26
Add VMware as a compatible provider with NFS heads up
2013-08-05 13:15:02 -03:00
Fabio Rehm
4a351965da
Update changelog
2013-08-03 17:14:39 -03:00
Fabio Rehm
07d34726e2
Clean up plugin.rb
2013-08-03 17:14:39 -03:00
Fabio Rehm
6a8926d04a
Improve formatting of the "moving dirs around" message and close #6
2013-08-03 17:14:39 -03:00
Fabio Rehm
9f90f43a21
[GH-6] Move provider specific cache dir to the right path if a single cache dir exists
2013-08-03 17:14:39 -03:00
Fabio Rehm
f8d8b2f9cf
[GH-6] Error out if multiple provider specific cache dirs are found and prepare to move dirs around in case a single cache dir exists
2013-08-03 16:07:42 -03:00
Fabio Rehm
7ad195776d
[GH-6] Setting things up for making sure a single cache root exists
2013-08-03 15:08:20 -03:00
Fabio Rehm
068d9cc8b8
Validate machine scopes from config object and show a nice looking message instead of a stacktrace :)
...
This should be enough to close #33
2013-08-03 14:53:43 -03:00
Fabio Rehm
20e1176a10
Allow cache scopes to be set as either a symbol or a string
2013-08-03 14:38:02 -03:00
Fabio Rehm
b50374162a
ProvisionExt is not an action!
2013-08-03 14:38:02 -03:00
Fabio Rehm
18ff01907e
Extract "removing symlinks" message out to locale file
2013-08-03 14:28:22 -03:00
Fabio Rehm
b109e3c4ad
Extract "skipping bucket" message out to a locale file
2013-08-03 14:27:54 -03:00
Fabio Rehm
5f30e3c9da
Merge pull request #32 from fgrehm/26-reconfigure-buckets-before-each-provisioner
...
Reconfigure buckets before each provisioner
2013-08-03 09:38:29 -07:00
Fabio Rehm
b07956ee3e
Update CHANGELOG
2013-08-03 13:37:05 -03:00
Fabio Rehm
175aba8b43
Update docs
2013-08-03 13:35:59 -03:00
Fabio Rehm
e7912fa14a
Reconfigure buckets around after each provisioner
...
Unfortunately I couldn't think of another way of doing this apart from
monkey patching, there is no way to replace a previously defined action
neither we can hook into calls to provisioners themselves.
2013-08-03 13:35:59 -03:00
Fabio Rehm
410872230b
Split actions into separate files
2013-08-03 13:35:59 -03:00
Fabio Rehm
0ab8e98862
Indent code
2013-08-03 13:18:30 -03:00
Fabio Rehm
c6b568c5f7
Update dependencies
2013-08-03 13:18:14 -03:00
Fabio Rehm
c9d9f4b758
Update changelog
2013-08-03 13:18:01 -03:00
Fabio Rehm
35f594e2af
Merge pull request #27 from tmatilai/bucket-errors
...
Don't error out if a bucket is configured for a non-capable guest
2013-08-03 09:10:45 -07:00
Teemu Matilainen
8203161d6d
Don't error out if a bucket is configured for a non-capable guest
...
If a bucket is configured (globally), just print an info level message
when configuring a non-capable guest machine.
2013-08-01 22:35:12 +03:00
Fabio Rehm
f5d9ce5072
Update CHANGELOG.md
2013-07-22 18:25:45 -03:00
Patrick Connolly
a5b01d2060
Merge pull request #14 from patcon/14-chef-file-cache-path
...
Adds `file_cache_path` support for Chef
2013-07-22 09:16:51 -07:00
Patrick Connolly
2a7b150fbc
Adds chef file_cache_path to README.
2013-07-22 12:16:11 -04:00
Patrick Connolly
82295481db
Prepares development Vagrantfile for Chef's file_cache_path testing.
2013-07-22 11:55:09 -04:00