kitchen-vagrant 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +39 -10
- data/README.md +16 -1
- data/kitchen-vagrant.gemspec +2 -1
- data/lib/kitchen/driver/vagrant_version.rb +1 -1
- data/lib/kitchen/vagrant/vagrantfile_creator.rb +1 -0
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f14b0bd44b5d2410304663136b51941d1a1eff2
|
4
|
+
data.tar.gz: cc0746859601fc19473a31010d74b7b38e4273c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37d4368bcfcbcc104468b093ad22bcc46702bc1e177251d2364d1c41625b90bccc5cfd201ed13474e0d01e62848c801c9fcc60d800971769667950d27207e46d
|
7
|
+
data.tar.gz: 378daba28fd8e44e566bac03eb2eb13c6d66ddad274a1f3327a086e62b8add759e41b12d122571a13c97c113f807477e9e61fa6a2ba81bdea295cbeff3c8bd8a
|
data/CHANGELOG.md
CHANGED
@@ -1,32 +1,43 @@
|
|
1
|
+
## 0.11.1 / 2013-08-29
|
2
|
+
|
3
|
+
### Bug fixes
|
4
|
+
|
5
|
+
* Pull request #36: README fix for synched_folders. (@mattray)
|
6
|
+
|
7
|
+
### Improvements
|
8
|
+
|
9
|
+
* Pull request #34: Disable synced folders by default. (@dje)
|
10
|
+
|
11
|
+
|
1
12
|
## 0.11.0 / 2013-07-23
|
2
13
|
|
3
14
|
### New features
|
4
15
|
|
5
|
-
* Pull request #30: Support computed defaults for a select list of pre-determined platforms (see pull request and readme for quick example). (@fnichol)
|
6
|
-
* Pull request #25: Add rackspace support. (@josephholsten)
|
16
|
+
* Pull request [#30][]: Support computed defaults for a select list of pre-determined platforms (see pull request and readme for quick example). ([@fnichol][])
|
17
|
+
* Pull request [#25][]: Add rackspace support. ([@josephholsten][])
|
7
18
|
|
8
19
|
### Improvements
|
9
20
|
|
10
|
-
* Pull request #20: Respect `VAGRANT_DEFAULT_PROVIDER` environment variable. (@tmatilai)
|
11
|
-
* Pull request #24: Allow to override Vagrant default SSH username. (@gildegoma)
|
12
|
-
* Pull request #21: Configure tailor to actually check the code style. (@tmatilai)
|
21
|
+
* Pull request [#20][]: Respect `VAGRANT_DEFAULT_PROVIDER` environment variable. ([@tmatilai][])
|
22
|
+
* Pull request [#24][]: Allow to override Vagrant default SSH username. ([@gildegoma][])
|
23
|
+
* Pull request [#21][]: Configure tailor to actually check the code style. ([@tmatilai][])
|
13
24
|
|
14
25
|
### Bug fixes
|
15
26
|
|
16
|
-
* Pull request #29, issue #28: Allow the vagrant guest setting to be set in the generated Vagrantfile via the kitchen.yml. (@keiths-osc)
|
17
|
-
* Pull request #31: Add some quotes around Vagrantfile value. (@albertsj1)
|
27
|
+
* Pull request [#29][], issue [#28][]: Allow the vagrant guest setting to be set in the generated Vagrantfile via the kitchen.yml. ([@keiths-osc][])
|
28
|
+
* Pull request [#31][]: Add some quotes around Vagrantfile value. ([@albertsj1][])
|
18
29
|
|
19
30
|
|
20
31
|
## 0.10.0 / 2013-05-08
|
21
32
|
|
22
33
|
### New features
|
23
34
|
|
24
|
-
* Pull request #12: Use SSHBase functionality (using ChefDataUploader) to manage Chef provisioning in the converge action and make Vagrant's built in provisioning an optional mode by setting `use_vagrant_provision: true` in the `driver_config` section of the .kitchen.yml. As a consequence, the vagrant-berkshelf middleware is now also optional and off by default (can be re-enabled by setting `use_vagrant_berkshelf_plugin: true`). (@fujin)
|
25
|
-
* Pull request #18: Add VMware Fusion/Workstation support. (@TheDude05)
|
35
|
+
* Pull request [#12][]: Use SSHBase functionality (using ChefDataUploader) to manage Chef provisioning in the converge action and make Vagrant's built in provisioning an optional mode by setting `use_vagrant_provision: true` in the `driver_config` section of the .kitchen.yml. As a consequence, the vagrant-berkshelf middleware is now also optional and off by default (can be re-enabled by setting `use_vagrant_berkshelf_plugin: true`). ([@fujin][])
|
36
|
+
* Pull request [#18][]: Add VMware Fusion/Workstation support. ([@TheDude05][])
|
26
37
|
|
27
38
|
### Improvements
|
28
39
|
|
29
|
-
* Issue #19: Recommend the vagrant-wrapper gem in README. (@fnichol)
|
40
|
+
* Issue [#19][]: Recommend the vagrant-wrapper gem in README. ([@fnichol][])
|
30
41
|
|
31
42
|
|
32
43
|
## 0.9.0 / 2013-04-19
|
@@ -87,9 +98,27 @@ The initial release.
|
|
87
98
|
<!--- The following link definition list is generated by PimpMyChangelog --->
|
88
99
|
[#7]: https://github.com/opscode/kitchen-vagrant/issues/7
|
89
100
|
[#8]: https://github.com/opscode/kitchen-vagrant/issues/8
|
101
|
+
[#12]: https://github.com/opscode/kitchen-vagrant/issues/12
|
90
102
|
[#15]: https://github.com/opscode/kitchen-vagrant/issues/15
|
91
103
|
[#16]: https://github.com/opscode/kitchen-vagrant/issues/16
|
104
|
+
[#18]: https://github.com/opscode/kitchen-vagrant/issues/18
|
105
|
+
[#19]: https://github.com/opscode/kitchen-vagrant/issues/19
|
106
|
+
[#20]: https://github.com/opscode/kitchen-vagrant/issues/20
|
107
|
+
[#21]: https://github.com/opscode/kitchen-vagrant/issues/21
|
108
|
+
[#24]: https://github.com/opscode/kitchen-vagrant/issues/24
|
109
|
+
[#25]: https://github.com/opscode/kitchen-vagrant/issues/25
|
110
|
+
[#28]: https://github.com/opscode/kitchen-vagrant/issues/28
|
111
|
+
[#29]: https://github.com/opscode/kitchen-vagrant/issues/29
|
112
|
+
[#30]: https://github.com/opscode/kitchen-vagrant/issues/30
|
113
|
+
[#31]: https://github.com/opscode/kitchen-vagrant/issues/31
|
114
|
+
[@TheDude05]: https://github.com/TheDude05
|
115
|
+
[@albertsj1]: https://github.com/albertsj1
|
92
116
|
[@fnichol]: https://github.com/fnichol
|
117
|
+
[@fujin]: https://github.com/fujin
|
118
|
+
[@gildegoma]: https://github.com/gildegoma
|
119
|
+
[@josephholsten]: https://github.com/josephholsten
|
120
|
+
[@keiths-osc]: https://github.com/keiths-osc
|
93
121
|
[@martinisoft]: https://github.com/martinisoft
|
94
122
|
[@petejkim]: https://github.com/petejkim
|
95
123
|
[@sandfish8]: https://github.com/sandfish8
|
124
|
+
[@tmatilai]: https://github.com/tmatilai
|
data/README.md
CHANGED
@@ -218,7 +218,22 @@ The default is unset, or `nil`.
|
|
218
218
|
Allow the user to specify a collection of synced folders for on each Vagrant
|
219
219
|
instance.
|
220
220
|
|
221
|
-
The default is an empty
|
221
|
+
The default is an empty Array, or `[]`. The example:
|
222
|
+
|
223
|
+
```ruby
|
224
|
+
driver_config:
|
225
|
+
synced_folders: [["/Users/mray/ws/cookbooks/pxe_dust/.kitchen/kitchen-vagrant/opt/chef", "/opt/chef"]]
|
226
|
+
```
|
227
|
+
|
228
|
+
will generate a Vagrantfile configuration similar to:
|
229
|
+
|
230
|
+
```ruby
|
231
|
+
Vagrant.configure("2") do |config|
|
232
|
+
# ...
|
233
|
+
|
234
|
+
c.vm.synced_folder "/Users/mray/ws/cookbooks/pxe_dust/.kitchen/kitchen-vagrant/opt/chef", "/opt/chef"
|
235
|
+
end
|
236
|
+
```
|
222
237
|
|
223
238
|
### <a name="config-require-chef-omnibus"></a> require\_chef\_omnibus
|
224
239
|
|
data/kitchen-vagrant.gemspec
CHANGED
@@ -6,6 +6,7 @@ require 'kitchen/driver/vagrant_version.rb'
|
|
6
6
|
Gem::Specification.new do |gem|
|
7
7
|
gem.name = "kitchen-vagrant"
|
8
8
|
gem.version = Kitchen::Driver::VAGRANT_VERSION
|
9
|
+
gem.license = 'Apache 2.0'
|
9
10
|
gem.authors = ["Fletcher Nichol"]
|
10
11
|
gem.email = ["fnichol@nichol.ca"]
|
11
12
|
gem.description = "Kitchen::Driver::Vagrant - A Vagrant Driver for Test Kitchen."
|
@@ -17,7 +18,7 @@ Gem::Specification.new do |gem|
|
|
17
18
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
18
19
|
gem.require_paths = ["lib"]
|
19
20
|
|
20
|
-
gem.add_dependency 'test-kitchen', '~> 1.0.0.beta.
|
21
|
+
gem.add_dependency 'test-kitchen', '~> 1.0.0.beta.3'
|
21
22
|
|
22
23
|
gem.add_development_dependency 'cane'
|
23
24
|
gem.add_development_dependency 'tailor'
|
@@ -51,6 +51,7 @@ module Kitchen
|
|
51
51
|
def common_block(arr)
|
52
52
|
arr << %{ c.vm.box = "#{config[:box]}"}
|
53
53
|
arr << %{ c.vm.box_url = "#{config[:box_url]}"} if config[:box_url]
|
54
|
+
arr << %{ c.vm.synced_folder ".", "/vagrant", disabled: true}
|
54
55
|
arr << %{ c.vm.hostname = "#{instance.name}.vagrantup.com"}
|
55
56
|
arr << %{ c.ssh.username = "#{config[:username]}"} if config[:username]
|
56
57
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kitchen-vagrant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fletcher Nichol
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test-kitchen
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.0.0.beta.
|
19
|
+
version: 1.0.0.beta.3
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.0.0.beta.
|
26
|
+
version: 1.0.0.beta.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: cane
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -85,7 +85,8 @@ files:
|
|
85
85
|
- lib/kitchen/driver/vagrant_version.rb
|
86
86
|
- lib/kitchen/vagrant/vagrantfile_creator.rb
|
87
87
|
homepage: https://github.com/opscode/kitchen-vagrant/
|
88
|
-
licenses:
|
88
|
+
licenses:
|
89
|
+
- Apache 2.0
|
89
90
|
metadata: {}
|
90
91
|
post_install_message:
|
91
92
|
rdoc_options: []
|