beaker 2.45.0 → 2.46.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/HISTORY.md +88 -2
- data/acceptance/pre_suite/puppet_gem/install.rb +1 -1
- data/acceptance/pre_suite/puppet_git/install.rb +1 -1
- data/acceptance/pre_suite/puppet_pkg/install.rb +2 -2
- data/acceptance/tests/base/packages.rb +2 -2
- data/beaker.gemspec +1 -1
- data/docs/Creating-A-Test-Environment.md +9 -8
- data/lib/beaker/dsl/install_utils/aio_defaults.rb +1 -1
- data/lib/beaker/host/mac/pkg.rb +1 -1
- data/lib/beaker/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MTY0YTEwOTYzZjU0ODM0NmVmNzFhNzg0MWU4YjA4ZDljNWFmMTc4ZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzU1YzQ0MjczYTA4OTdjNDQyZmE5MDM5MTUyYjY4ZTE3N2FlNWZlZg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTgzYTZhNTQyMDgxOGU3MDA1YTQyNDA2YWEzNGM3NzBhODc3NTJiM2QxZWRh
|
10
|
+
Y2NiNjgxNzQ0MmVlYmZmZjRhOGY5YWE1Yjc4MjZmNGFjOWMwODk1ZDUzZDQ5
|
11
|
+
ZWEzMzUxNDEyNGNmZjk0YmQ4ODQ4ZTYwNjZkM2RiNTE1NTE5NmM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MTM1YjhlODRiNTlhNTU0MjNiMGNkZjk4NTU5N2JhZmFlYmEyY2IxZmNmOGNk
|
14
|
+
ZWYxMmQyM2I4MWNmNWI2NTM3ZGE0YTY1ZTg4N2M5NDMyMzA3Nzc5YTE1Y2Ux
|
15
|
+
YWFiYTdhOTYwMDQ2ZjY2ZTZhMTViZDlkOGY1YzIwYzY3MzhmYjg=
|
data/HISTORY.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# default - History
|
2
2
|
## Tags
|
3
|
-
* [LATEST -
|
3
|
+
* [LATEST - 8 Jul, 2016 (0fb3408c)](#LATEST)
|
4
|
+
* [2.45.0 - 29 Jun, 2016 (c0b56972)](#2.45.0)
|
4
5
|
* [2.44.0 - 9 Jun, 2016 (38dfb77f)](#2.44.0)
|
5
6
|
* [2.43.0 - 1 Jun, 2016 (777469ca)](#2.43.0)
|
6
7
|
* [2.42.0 - 23 May, 2016 (c245fef7)](#2.42.0)
|
@@ -121,7 +122,92 @@
|
|
121
122
|
* [pe1.2 - 6 Sep, 2011 (ba3dadd2)](#pe1.2)
|
122
123
|
|
123
124
|
## Details
|
124
|
-
### <a name = "LATEST">LATEST -
|
125
|
+
### <a name = "LATEST">LATEST - 8 Jul, 2016 (0fb3408c)
|
126
|
+
|
127
|
+
* (GEM) update beaker version to 2.46.0 (0fb3408c)
|
128
|
+
|
129
|
+
* Merge pull request #1173 from tvpartytonight/maint_skip_windows_pkg_test (c74a21e0)
|
130
|
+
|
131
|
+
|
132
|
+
```
|
133
|
+
Merge pull request #1173 from tvpartytonight/maint_skip_windows_pkg_test
|
134
|
+
|
135
|
+
(BKR-871) Don't test packages on Windows
|
136
|
+
```
|
137
|
+
* (BKR-871) Don't test packages on Windows (480cbad5)
|
138
|
+
|
139
|
+
|
140
|
+
```
|
141
|
+
(BKR-871) Don't test packages on Windows
|
142
|
+
|
143
|
+
An update to the Windows2008r2 image template broke the packages test
|
144
|
+
because it tries to run installation from a folder that has restricted
|
145
|
+
permissions. This commit makes it so CI will skip testing packages on OSX;
|
146
|
+
it should be reverted when the install_package method is fixed.
|
147
|
+
```
|
148
|
+
* Merge pull request #1165 from tvpartytonight/BKR-852 (84f4f98f)
|
149
|
+
|
150
|
+
|
151
|
+
```
|
152
|
+
Merge pull request #1165 from tvpartytonight/BKR-852
|
153
|
+
|
154
|
+
(BKR-852) Update Puppet install versions for acceptance
|
155
|
+
```
|
156
|
+
* (MAINT) Fix links to hypervisors (#1166) (5a588883)
|
157
|
+
|
158
|
+
|
159
|
+
```
|
160
|
+
(MAINT) Fix links to hypervisors (#1166)
|
161
|
+
|
162
|
+
Fix links to hypervisors
|
163
|
+
```
|
164
|
+
* Merge pull request #1150 from james-powis/BKR-849 (597a5177)
|
165
|
+
|
166
|
+
|
167
|
+
```
|
168
|
+
Merge pull request #1150 from james-powis/BKR-849
|
169
|
+
|
170
|
+
(BKR-849) Change AIO distmoduledir to global module directory
|
171
|
+
```
|
172
|
+
* Merge pull request #1170 from demophoon/task/master/pe-16065-bump-hocon-gem-version (17a0b04f)
|
173
|
+
|
174
|
+
|
175
|
+
```
|
176
|
+
Merge pull request #1170 from demophoon/task/master/pe-16065-bump-hocon-gem-version
|
177
|
+
|
178
|
+
(PE-16065) Bump hocon gem to get latest beaker-answers
|
179
|
+
```
|
180
|
+
* (PE-16065) Bump hocon gem to get latest beaker-answers (f85e7da0)
|
181
|
+
|
182
|
+
|
183
|
+
```
|
184
|
+
(PE-16065) Bump hocon gem to get latest beaker-answers
|
185
|
+
|
186
|
+
Currently beaker is pinning the hocon gem at a version less than 1.0
|
187
|
+
but beaker-pe requires hocon 1.0 or greater so we are essentially stuck
|
188
|
+
at an older version of beaker-answers.
|
189
|
+
|
190
|
+
This commit bumps the hocon gem in beaker to be at least 1.0 to allow us
|
191
|
+
to test with the latest beaker-answers.
|
192
|
+
```
|
193
|
+
* Fix links to hypervisors (b7d37b83)
|
194
|
+
|
195
|
+
|
196
|
+
```
|
197
|
+
Fix links to hypervisors
|
198
|
+
|
199
|
+
All the particular hypervisor docs are now in
|
200
|
+
a sub directory.
|
201
|
+
```
|
202
|
+
* (BKR-852) Add version and arch to osx release_file path (035ca153)
|
203
|
+
|
204
|
+
* (BKR-852) Update Puppet install versions for acceptance (9acd63e7)
|
205
|
+
|
206
|
+
* (BKR-849) Change AIO distmoduledir to global module directory (69ddd9ed)
|
207
|
+
|
208
|
+
### <a name = "2.45.0">2.45.0 - 29 Jun, 2016 (c0b56972)
|
209
|
+
|
210
|
+
* (HISTORY) update beaker history for gem release 2.45.0 (c0b56972)
|
125
211
|
|
126
212
|
* (GEM) update beaker version to 2.45.0 (428f959a)
|
127
213
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
hosts.each do |host|
|
2
|
-
install_puppet_from_gem(host, {:version => '3.7
|
2
|
+
install_puppet_from_gem(host, {:version => '3.8.7'})
|
3
3
|
unless host['platform'] =~ /windows/
|
4
4
|
on(host, "touch #{File.join(host.puppet['confdir'],'puppet.conf')}")
|
5
5
|
on(host, puppet('resource user puppet ensure=present'))
|
data/beaker.gemspec
CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
|
|
34
34
|
# Run time dependencies
|
35
35
|
s.add_runtime_dependency 'minitest', '~> 5.4'
|
36
36
|
s.add_runtime_dependency 'json', '~> 1.8'
|
37
|
-
s.add_runtime_dependency 'hocon', '~> 0
|
37
|
+
s.add_runtime_dependency 'hocon', '~> 1.0'
|
38
38
|
s.add_runtime_dependency 'net-ssh', '~> 2.9'
|
39
39
|
s.add_runtime_dependency 'net-scp', '~> 1.2'
|
40
40
|
s.add_runtime_dependency 'inifile', '~> 2.0'
|
@@ -81,11 +81,12 @@ The platform's format is `/^OSFAMILY-VERSION-ARCH.*$/` where `OSFAMILY` is one o
|
|
81
81
|
`VERSION`'s format is not enforced, but should reflect the `OSFAMILY` selected (ie, ubuntu-1204-i386-master, scientific-6-i386-agent, etc). `ARCH`'s format is also not enforced, but should be appropriate to the `OSFAMILY` selected (ie, ubuntu-1204-i386-master, sles-11-x86_64-master, debian-7-amd64-master, etc).
|
82
82
|
|
83
83
|
## Supported Virtualization Providers ##
|
84
|
-
* [
|
85
|
-
* [
|
86
|
-
* [
|
87
|
-
* [
|
88
|
-
* [
|
89
|
-
* [
|
90
|
-
* [
|
91
|
-
* [
|
84
|
+
* [AWS](hypervisors/aws.md)
|
85
|
+
* [VMWare Fusion](hypervisors/vmware_fusion.md)
|
86
|
+
* [EC2](hypervisors/ec2.md)
|
87
|
+
* [vSphere](hypervisors/vsphere.md)
|
88
|
+
* [Vagrant](hypervisors/vagrant.md)
|
89
|
+
* [Google Compute Engine](hypervisors/google_compute_engine.md)
|
90
|
+
* [Docker Support](hypervisors/docker.md)
|
91
|
+
* [Openstack](hypervisors/openstack.md)
|
92
|
+
* [Solaris](hypervisors/solaris.md)
|
@@ -24,7 +24,7 @@ module Beaker
|
|
24
24
|
'pwindows' => { #pure windows
|
25
25
|
'puppetbindir' => '"C:\\Program Files (x86)\\Puppet Labs\\Puppet\\bin";"C:\\Program Files\\Puppet Labs\\Puppet\\bin"',
|
26
26
|
'privatebindir' => '"C:\\Program Files (x86)\\Puppet Labs\\Puppet\\sys\\ruby\\bin";"C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin"',
|
27
|
-
'distmoduledir' => 'C:\\ProgramData\\PuppetLabs\\code\\
|
27
|
+
'distmoduledir' => 'C:\\ProgramData\\PuppetLabs\\code\\modules',
|
28
28
|
}
|
29
29
|
}
|
30
30
|
|
data/lib/beaker/host/mac/pkg.rb
CHANGED
@@ -98,7 +98,7 @@ module Mac::Pkg
|
|
98
98
|
raise ArgumentError, error_message % "puppet_collection" unless puppet_collection
|
99
99
|
|
100
100
|
variant, version, arch, codename = self['platform'].to_array
|
101
|
-
release_file = "/repos/apple/#{puppet_collection}/puppet-agent-*"
|
101
|
+
release_file = "/repos/apple/#{version}/#{puppet_collection}/#{arch}/puppet-agent-*"
|
102
102
|
download_file = "puppet-agent-#{variant}-#{version}.tar.gz"
|
103
103
|
return '', release_file, download_file
|
104
104
|
end
|
data/lib/beaker/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.46.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppetlabs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -184,14 +184,14 @@ dependencies:
|
|
184
184
|
requirements:
|
185
185
|
- - ~>
|
186
186
|
- !ruby/object:Gem::Version
|
187
|
-
version: '0
|
187
|
+
version: '1.0'
|
188
188
|
type: :runtime
|
189
189
|
prerelease: false
|
190
190
|
version_requirements: !ruby/object:Gem::Requirement
|
191
191
|
requirements:
|
192
192
|
- - ~>
|
193
193
|
- !ruby/object:Gem::Version
|
194
|
-
version: '0
|
194
|
+
version: '1.0'
|
195
195
|
- !ruby/object:Gem::Dependency
|
196
196
|
name: net-ssh
|
197
197
|
requirement: !ruby/object:Gem::Requirement
|