beaker-hostgenerator 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/CHANGELOG.md +6 -0
- data/HISTORY.md +64 -3
- data/bin/genconfig2 +1 -1
- data/lib/beaker-hostgenerator/cli.rb +0 -15
- data/lib/beaker-hostgenerator/data.rb +5 -0
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Yzg5MDZjZTExM2VmNDc4ZGE1OTZkOGMyZTc5NTdhMTZkYmFmMGU2Yg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTFmMDU1ODNjZWFhZmQzNDkyODg2ZjM2NDkzNGIxMzAyMDY0N2QwZg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YWJjNWU0N2NlNTIwM2Y4NThkNWRjNTU5NjQyOGUxYjgyMzRkNWMyMWUwNzdl
|
|
10
|
+
NTM3OWMxN2JhMmRhMDg1NmM0MGFjNjJkMTY1YjQ5NGFjZTU2MGMwMmQyZmQx
|
|
11
|
+
YThhYjk5NTU1NmU0OTJkZTFiNjFhMTI3NTQ0NDNmZTE5YmM2M2M=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MjdlOTQzYzdkNjQ5YzNkNjYyNGYyYTUwMWY2MTNjYWNjODVhMDk0MzhjZDMw
|
|
14
|
+
ZjUxMzNjZmYwNjc3ODEwODM3NDYyYjZlOTI2M2VlNjRhMjRkOTRhMGQzMjQ4
|
|
15
|
+
ZDNjNzkyOGQwNjI5NWNkYmFkNDY5MTFhNDI2ZGMzNTMzYjQzOTA=
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ Versioning](http://semver.org).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased][unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.8.3] - 2017-2-7
|
|
10
|
+
- Add platform:
|
|
11
|
+
- aix-7.2-power
|
|
12
|
+
- Remove warning about changing platform defaults in 1.0 release
|
|
13
|
+
- Change from using STDERR to $stderr for Ruby redirection purposes
|
|
14
|
+
|
|
9
15
|
## [0.8.2] - 2017-1-3
|
|
10
16
|
- Add platforms:
|
|
11
17
|
- fedora25-32
|
data/HISTORY.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
#
|
|
1
|
+
# worker - History
|
|
2
2
|
## Tags
|
|
3
|
-
* [LATEST -
|
|
3
|
+
* [LATEST - 7 Feb, 2017 (12bfa089)](#LATEST)
|
|
4
|
+
* [0.8.2 - 3 Jan, 2017 (a61487bf)](#0.8.2)
|
|
4
5
|
* [0.8.1 - 21 Dec, 2016 (2648029d)](#0.8.1)
|
|
5
6
|
* [0.8.0 - 4 Oct, 2016 (2e6dc11e)](#0.8.0)
|
|
6
7
|
* [0.7.4 - 26 Sep, 2016 (1e102ccd)](#0.7.4)
|
|
@@ -20,7 +21,67 @@
|
|
|
20
21
|
* [0.0.1 - 7 Oct, 2015 (d99251e6)](#0.0.1)
|
|
21
22
|
|
|
22
23
|
## Details
|
|
23
|
-
### <a name = "LATEST">LATEST -
|
|
24
|
+
### <a name = "LATEST">LATEST - 7 Feb, 2017 (12bfa089)
|
|
25
|
+
|
|
26
|
+
* (GEM) update beaker-hostgenerator version to 0.8.3 (12bfa089)
|
|
27
|
+
|
|
28
|
+
* Merge pull request #72 from puppetlabs/maint/prepare-for-release (cc5a3ce6)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
Merge pull request #72 from puppetlabs/maint/prepare-for-release
|
|
33
|
+
|
|
34
|
+
(MAINT) Update CHANGELOG for 0.8.3 release
|
|
35
|
+
```
|
|
36
|
+
* (MAINT) Update CHANGELOG for 0.8.3 release (6d3900a9)
|
|
37
|
+
|
|
38
|
+
* Merge pull request #71 from ferglor/BKR-1032 (cca29c01)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
Merge pull request #71 from ferglor/BKR-1032
|
|
43
|
+
|
|
44
|
+
(BKR-1032) Switched from using STDERR to $stderr
|
|
45
|
+
```
|
|
46
|
+
* (BKR-1032) Switched from using STDERR to $stderr (7d4f8197)
|
|
47
|
+
|
|
48
|
+
* Merge pull request #70 from puppetlabs/qeng4019/remove-warning-message (087df5a5)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
Merge pull request #70 from puppetlabs/qeng4019/remove-warning-message
|
|
53
|
+
|
|
54
|
+
(QENG-4019) Remove warning message about changing defaults
|
|
55
|
+
```
|
|
56
|
+
* (QENG-4019) Remove warning message about changing defaults (d3e19a40)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
(QENG-4019) Remove warning message about changing defaults
|
|
61
|
+
|
|
62
|
+
This warning message was added a while ago to inform users of an upcoming
|
|
63
|
+
breaking change. We're no longer certain that we'll be making the breaking
|
|
64
|
+
change though, so the warning is a bit misleading.
|
|
65
|
+
|
|
66
|
+
Furthermore, we're now trying to silence this message when beaker-hostgenerator
|
|
67
|
+
is used programatically within Beaker.
|
|
68
|
+
|
|
69
|
+
There will likely be more changes that are outlined in the linked ticket, such
|
|
70
|
+
as adding a new CLI switch to toggle between specific & generic platform names.
|
|
71
|
+
```
|
|
72
|
+
* Merge pull request #68 from branan/pa-893-aix-7.2 (48b9eb04)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
```
|
|
76
|
+
Merge pull request #68 from branan/pa-893-aix-7.2
|
|
77
|
+
|
|
78
|
+
(PA-893) Add AIX 7.2
|
|
79
|
+
```
|
|
80
|
+
* (PA-893) Add AIX 7.2 (8ff6a8c6)
|
|
81
|
+
|
|
82
|
+
### <a name = "0.8.2">0.8.2 - 3 Jan, 2017 (a61487bf)
|
|
83
|
+
|
|
84
|
+
* (HISTORY) update beaker-hostgenerator history for gem release 0.8.2 (a61487bf)
|
|
24
85
|
|
|
25
86
|
* (GEM) update beaker-hostgenerator version to 0.8.2 (b1ff2e54)
|
|
26
87
|
|
data/bin/genconfig2
CHANGED
|
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib_dir)
|
|
|
5
5
|
|
|
6
6
|
require 'beaker-hostgenerator'
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
$stderr.puts("Warning: 'genconfig2' is deprecated and will be removed in beaker-hostgenerator 1.x\n\n")
|
|
9
9
|
|
|
10
10
|
begin
|
|
11
11
|
cli = BeakerHostGenerator::CLI.new
|
|
@@ -157,7 +157,6 @@ Usage: beaker-hostgenerator [options] <layout>
|
|
|
157
157
|
templates = BeakerHostGenerator::AbsSupport.extract_templates(config)
|
|
158
158
|
templates.to_json
|
|
159
159
|
else
|
|
160
|
-
print_warnings
|
|
161
160
|
config = BeakerHostGenerator::Generator.new.generate(@layout, @options)
|
|
162
161
|
config.to_yaml
|
|
163
162
|
end
|
|
@@ -169,20 +168,6 @@ Usage: beaker-hostgenerator [options] <layout>
|
|
|
169
168
|
|
|
170
169
|
private
|
|
171
170
|
|
|
172
|
-
def print_warnings
|
|
173
|
-
if @options[:osinfo_version] === 0
|
|
174
|
-
warning = <<-eow
|
|
175
|
-
WARNING: Starting with beaker-hostgenerator 1.x platform strings for "el" hosts
|
|
176
|
-
will correspond to the actual linux distribution name. ie, the platform string
|
|
177
|
-
corresponding to a host specified as "centos4_64a" will be "centos-4-x86_64"
|
|
178
|
-
rather than "el-4-x86_64". It is recommended that you update your project's test
|
|
179
|
-
suites ASAP or be forced to do so when beaker-hostgenerator development moves on
|
|
180
|
-
to the 1.x series. We don't intend to backport features or platforms to 0.x.
|
|
181
|
-
eow
|
|
182
|
-
STDERR.puts(warning)
|
|
183
|
-
end
|
|
184
|
-
end
|
|
185
|
-
|
|
186
171
|
# Builds help text with a human-readable listing of all supported values
|
|
187
172
|
# for the following: platforms, architectures, roles, and hypervisors.
|
|
188
173
|
def supported_values_help_text
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beaker-hostgenerator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Branan Purvine-Riley
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2017-
|
|
13
|
+
date: 2017-02-08 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: minitest
|