beaker-hostgenerator 1.2.7 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29b9d70956aa12b639007a381adf61c012a5ec0b5a7aad0e89347b8c8c481e47
4
- data.tar.gz: d45099a474b8895f6a7d8c06f725f1d4fc00a66ee3cc4692e1d70c0cbaba8a85
3
+ metadata.gz: 989df830d08bfb7726aaf9ec65529668898cda03efe855b1627f31185c66680a
4
+ data.tar.gz: 274abeb00d5230dd22125fd8bfc4a50901a76dbd2cec5b2c646c1eae60aa28a3
5
5
  SHA512:
6
- metadata.gz: a30a9ee9f577ca147b984d67f68fe45de2f46493bf409c20d8f0aa0369e815dfd22234370be21c4bf091ddee28bb0e569015d858367fd49989d932b9d4ac7625
7
- data.tar.gz: 787115326d35df17c8a790f5d7e35405f5d2930f91e9293c85945eb7bf2f257438ac3186fff874a3977cf4114c814146cbff74433c012414ba0528870f7b3a34
6
+ metadata.gz: b1edd1be82dfc67db26c277b95880df4da410cb90083f80d0a146e39b5104b4c3d62e0e4dd974d2fa333d78871bec3baa1c3128c3c4e9d1a4da1d14730f6d6db
7
+ data.tar.gz: 8768bc0e4ddbac23d5fe918943b4560d605f4dc6386ef100d07af508340b5f5052e849b55d1e1c4fafa0a28686770f5a56973ff0c003c8df7c94e92f3a97364c
@@ -0,0 +1,22 @@
1
+ name: Release
2
+
3
+ on:
4
+ create:
5
+ ref_type: tag
6
+
7
+ jobs:
8
+ release:
9
+ runs-on: ubuntu-latest
10
+ if: github.repository == 'voxpupuli/beaker-hostgenerator'
11
+ steps:
12
+ - uses: actions/checkout@v2
13
+ - name: Install Ruby 2.7
14
+ uses: ruby/setup-ruby@v1
15
+ with:
16
+ ruby-version: '2.7'
17
+ - name: Build gem
18
+ run: gem build *.gemspec
19
+ - name: Publish gem
20
+ run: gem push *.gem
21
+ env:
22
+ GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_AUTH_TOKEN }}'
@@ -0,0 +1,27 @@
1
+ name: Test
2
+
3
+ on:
4
+ - pull_request
5
+ - push
6
+
7
+ jobs:
8
+ test:
9
+ runs-on: ubuntu-latest
10
+ strategy:
11
+ fail-fast: false
12
+ matrix:
13
+ ruby:
14
+ - "2.4"
15
+ - "2.5"
16
+ - "2.6"
17
+ - "2.7"
18
+ name: Ruby ${{ matrix.ruby }}
19
+ steps:
20
+ - uses: actions/checkout@v2
21
+ - name: Install Ruby ${{ matrix.ruby }}
22
+ uses: ruby/setup-ruby@v1
23
+ with:
24
+ ruby-version: ${{ matrix.ruby }}
25
+ bundler-cache: true
26
+ - name: Run tests
27
+ run: bundle exec rake test:spec
data/CHANGELOG.md CHANGED
@@ -1,10 +1,291 @@
1
- # Change Log
1
+ # Changelog
2
+
2
3
  All notable changes to this project will be documented in this file.
3
4
 
4
- This project makes a strong effort to adhere to [Semantic
5
- Versioning](http://semver.org).
5
+ ## [1.4.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.4.0) (2021-05-11)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.3.0...1.4.0)
8
+
9
+ **Implemented enhancements:**
10
+
11
+ - \(IMAGES-1273\) add support for Debian 11 amd64 [\#210](https://github.com/voxpupuli/beaker-hostgenerator/pull/210) ([ciprianbadescu](https://github.com/ciprianbadescu))
12
+ - Add support for redhat8-POWER \(el-8-ppc64le\) [\#208](https://github.com/voxpupuli/beaker-hostgenerator/pull/208) ([GabrielNagy](https://github.com/GabrielNagy))
13
+
14
+ **Merged pull requests:**
15
+
16
+ - Deal with nil when merging [\#209](https://github.com/voxpupuli/beaker-hostgenerator/pull/209) ([ekohl](https://github.com/ekohl))
17
+
18
+ ## [1.3.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.3.0) (2021-04-15)
19
+
20
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.10...1.3.0)
21
+
22
+ **Implemented enhancements:**
23
+
24
+ - Modify osx11.2 to osx11 [\#206](https://github.com/voxpupuli/beaker-hostgenerator/pull/206) ([BobosilaVictor](https://github.com/BobosilaVictor))
25
+ - Add support for OpenSuSE 42 and 15 [\#202](https://github.com/voxpupuli/beaker-hostgenerator/pull/202) ([ekohl](https://github.com/ekohl))
26
+ - Add Fedora 33 support [\#198](https://github.com/voxpupuli/beaker-hostgenerator/pull/198) ([ekohl](https://github.com/ekohl))
27
+
28
+ **Closed issues:**
29
+
30
+ - Please add support for OpenSUSE Leap 42.3 and OpenSUSE Leap 15 [\#151](https://github.com/voxpupuli/beaker-hostgenerator/issues/151)
31
+
32
+ **Merged pull requests:**
33
+
34
+ - \(IMAGES-1266\) Add macOS 11.2 Big Sur support [\#205](https://github.com/voxpupuli/beaker-hostgenerator/pull/205) ([GabrielNagy](https://github.com/GabrielNagy))
35
+ - parser: replace obsolete URI.decode with CGI.unescape [\#204](https://github.com/voxpupuli/beaker-hostgenerator/pull/204) ([kenyon](https://github.com/kenyon))
36
+ - Allow newer development dependencies [\#201](https://github.com/voxpupuli/beaker-hostgenerator/pull/201) ([ekohl](https://github.com/ekohl))
37
+ - Convert from Travis to Github Actions [\#200](https://github.com/voxpupuli/beaker-hostgenerator/pull/200) ([ekohl](https://github.com/ekohl))
38
+ - \(maint\) Remove existing codeowners [\#199](https://github.com/voxpupuli/beaker-hostgenerator/pull/199) ([lucywyman](https://github.com/lucywyman))
39
+ - Generate Fedora and CentOS data where possible [\#194](https://github.com/voxpupuli/beaker-hostgenerator/pull/194) ([ekohl](https://github.com/ekohl))
40
+
41
+ ## [1.2.10](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.10) (2020-11-20)
42
+
43
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.9...1.2.10)
44
+
45
+ **Merged pull requests:**
46
+
47
+ - \(maint\) Fix for PEZ builds [\#197](https://github.com/voxpupuli/beaker-hostgenerator/pull/197) ([nmburgan](https://github.com/nmburgan))
48
+
49
+ ## [1.2.9](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.9) (2020-11-20)
50
+
51
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.8...1.2.9)
52
+
53
+ **Merged pull requests:**
54
+
55
+ - \(maint\) Update for removal of enterprise-dist master [\#196](https://github.com/voxpupuli/beaker-hostgenerator/pull/196) ([nmburgan](https://github.com/nmburgan))
56
+ - \(IMAGES-1238\) add ubuntu2004-AARCH64 platform [\#195](https://github.com/voxpupuli/beaker-hostgenerator/pull/195) ([ciprianbadescu](https://github.com/ciprianbadescu))
57
+
58
+ ## [1.2.8](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.8) (2020-09-29)
59
+
60
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.7...1.2.8)
61
+
62
+ **Merged pull requests:**
63
+
64
+ - \(maint\) Add support for pe builds in main directory [\#193](https://github.com/voxpupuli/beaker-hostgenerator/pull/193) ([underscorgan](https://github.com/underscorgan))
65
+ - Add Fedora 32 + fix Fedora Vagrant box name [\#184](https://github.com/voxpupuli/beaker-hostgenerator/pull/184) ([ekohl](https://github.com/ekohl))
66
+
67
+ ## [1.2.7](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.7) (2020-09-09)
68
+
69
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.6...1.2.7)
70
+
71
+ **Merged pull requests:**
72
+
73
+ - \(IMAGES-1230\) Add support for RedHat 8 ARM64 [\#192](https://github.com/voxpupuli/beaker-hostgenerator/pull/192) ([GabrielNagy](https://github.com/GabrielNagy))
74
+ - Add .travis.yml [\#189](https://github.com/voxpupuli/beaker-hostgenerator/pull/189) ([genebean](https://github.com/genebean))
75
+ - Add Dependabot to keep thins up to date [\#186](https://github.com/voxpupuli/beaker-hostgenerator/pull/186) ([genebean](https://github.com/genebean))
76
+
77
+ ## [1.2.6](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.6) (2020-06-19)
78
+
79
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.5...1.2.6)
80
+
81
+ **Merged pull requests:**
82
+
83
+ - \(IMAGES-1195\) Add support for Fedora 32 [\#185](https://github.com/voxpupuli/beaker-hostgenerator/pull/185) ([Dorin-Pleava](https://github.com/Dorin-Pleava))
84
+ - Install glibc-langpack-en on CentOS 8 [\#183](https://github.com/voxpupuli/beaker-hostgenerator/pull/183) ([ekohl](https://github.com/ekohl))
85
+
86
+ ## [1.2.5](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.5) (2020-03-20)
87
+
88
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.4...1.2.5)
89
+
90
+ **Merged pull requests:**
91
+
92
+ - \(IMAGES-1184\) add ubuntu2004-64 [\#181](https://github.com/voxpupuli/beaker-hostgenerator/pull/181) ([ciprianbadescu](https://github.com/ciprianbadescu))
93
+
94
+ ## [1.2.4](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.4) (2020-03-09)
95
+
96
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.3...1.2.4)
97
+
98
+ **Merged pull requests:**
99
+
100
+ - install apt-transport-https on debian 8 and debian 9 [\#180](https://github.com/voxpupuli/beaker-hostgenerator/pull/180) ([Dan33l](https://github.com/Dan33l))
101
+ - Use debian/buster64 for Vagrant [\#177](https://github.com/voxpupuli/beaker-hostgenerator/pull/177) ([ekohl](https://github.com/ekohl))
102
+
103
+ ## [1.2.3](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.3) (2020-02-13)
104
+
105
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.2...1.2.3)
106
+
107
+ **Merged pull requests:**
108
+
109
+ - \(maint\) Update PE master version [\#179](https://github.com/voxpupuli/beaker-hostgenerator/pull/179) ([cthorn42](https://github.com/cthorn42))
110
+
111
+ ## [1.2.2](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.2) (2020-01-30)
112
+
113
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.1...1.2.2)
114
+
115
+ **Merged pull requests:**
116
+
117
+ - \(IMAGES-1170\) Add macOS 10.15 Catalina platform [\#178](https://github.com/voxpupuli/beaker-hostgenerator/pull/178) ([GabrielNagy](https://github.com/GabrielNagy))
118
+
119
+ ## [1.2.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.1) (2020-01-09)
120
+
121
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.2.0...1.2.1)
122
+
123
+ **Merged pull requests:**
124
+
125
+ - \(PE-27608\) Master branch PEZ logic [\#176](https://github.com/voxpupuli/beaker-hostgenerator/pull/176) ([cthorn42](https://github.com/cthorn42))
126
+
127
+ ## [1.2.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.2.0) (2019-12-20)
128
+
129
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.44...1.2.0)
130
+
131
+ **Merged pull requests:**
132
+
133
+ - PE-27608 Update for master branch [\#175](https://github.com/voxpupuli/beaker-hostgenerator/pull/175) ([shaigy](https://github.com/shaigy))
134
+
135
+ ## [1.1.44](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.44) (2019-11-15)
136
+
137
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.43...1.1.44)
138
+
139
+ **Merged pull requests:**
140
+
141
+ - \(IMAGES-1155\) Add support for Fedora 31 [\#174](https://github.com/voxpupuli/beaker-hostgenerator/pull/174) ([luchihoratiu](https://github.com/luchihoratiu))
142
+ - \(RE-12859\) Migrate from enterprise.delivery.puppetlabs.net to Artifactory [\#171](https://github.com/voxpupuli/beaker-hostgenerator/pull/171) ([mwaggett](https://github.com/mwaggett))
143
+
144
+ ## [1.1.43](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.43) (2019-10-30)
145
+
146
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.42...1.1.43)
147
+
148
+ **Fixed bugs:**
149
+
150
+ - \(maint\) fix cisco-9k/cisco-n9k typo [\#173](https://github.com/voxpupuli/beaker-hostgenerator/pull/173) ([DavidS](https://github.com/DavidS))
151
+
152
+ **Merged pull requests:**
153
+
154
+ - \(BKR-1613\) update docker commands for CentOS 8 [\#172](https://github.com/voxpupuli/beaker-hostgenerator/pull/172) ([ciprianbadescu](https://github.com/ciprianbadescu))
155
+
156
+ ## [1.1.42](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.42) (2019-10-14)
157
+
158
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.41...1.1.42)
159
+
160
+ **Merged pull requests:**
161
+
162
+ - \(FM-8341\) Align with changes to Cisco in NSPooler [\#169](https://github.com/voxpupuli/beaker-hostgenerator/pull/169) ([da-ar](https://github.com/da-ar))
163
+
164
+ ## [1.1.41](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.41) (2019-10-09)
165
+
166
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.40...1.1.41)
167
+
168
+ **Merged pull requests:**
169
+
170
+ - \(IMAGES-1150\) add CentOS 8 [\#170](https://github.com/voxpupuli/beaker-hostgenerator/pull/170) ([ciprianbadescu](https://github.com/ciprianbadescu))
171
+
172
+ ## [1.1.40](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.40) (2019-10-01)
173
+
174
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.39...1.1.40)
175
+
176
+ **Merged pull requests:**
177
+
178
+ - \(maint\) fix windowsfips definition [\#168](https://github.com/voxpupuli/beaker-hostgenerator/pull/168) ([gimmyxd](https://github.com/gimmyxd))
179
+
180
+ ## [1.1.39](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.39) (2019-09-17)
181
+
182
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.38...1.1.39)
183
+
184
+ **Merged pull requests:**
185
+
186
+ - \(MAINT\) remove markdown requirement [\#167](https://github.com/voxpupuli/beaker-hostgenerator/pull/167) ([kevpl](https://github.com/kevpl))
187
+ - \(IMAGES-1139\) rename windows fips [\#166](https://github.com/voxpupuli/beaker-hostgenerator/pull/166) ([gimmyxd](https://github.com/gimmyxd))
188
+
189
+ ## [1.1.38](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.38) (2019-09-04)
190
+
191
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.37...1.1.38)
192
+
193
+ **Merged pull requests:**
194
+
195
+ - \(IMAGES-1139\) BHG support for winfips-2012r2-x64 [\#165](https://github.com/voxpupuli/beaker-hostgenerator/pull/165) ([Dorin-Pleava](https://github.com/Dorin-Pleava))
196
+ - \(MAINT\) Add CODEOWNERS file [\#164](https://github.com/voxpupuli/beaker-hostgenerator/pull/164) ([mchllweeks](https://github.com/mchllweeks))
197
+
198
+ ## [1.1.37](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.37) (2019-08-15)
199
+
200
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.36...1.1.37)
201
+
202
+ **Merged pull requests:**
203
+
204
+ - Revert "\(PE-27037\) Use redhatfips-7-x86\_64 for fips platform" [\#163](https://github.com/voxpupuli/beaker-hostgenerator/pull/163) ([mchllweeks](https://github.com/mchllweeks))
205
+
206
+ ## [1.1.36](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.36) (2019-08-14)
207
+
208
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.35...1.1.36)
209
+
210
+ **Merged pull requests:**
211
+
212
+ - \(PE-27037\) Use redhatfips-7-x86\_64 for fips platform [\#162](https://github.com/voxpupuli/beaker-hostgenerator/pull/162) ([nmburgan](https://github.com/nmburgan))
213
+
214
+ ## [1.1.35](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.35) (2019-08-05)
215
+
216
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.34...1.1.35)
217
+
218
+ **Merged pull requests:**
219
+
220
+ - \(QENG-7199\) add cisco-n7k to data [\#161](https://github.com/voxpupuli/beaker-hostgenerator/pull/161) ([kevpl](https://github.com/kevpl))
221
+
222
+ ## [1.1.34](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.34) (2019-08-02)
223
+
224
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.33...1.1.34)
225
+
226
+ **Merged pull requests:**
227
+
228
+ - \(MAINT\) Add locale to vmpooler Jap/French defs [\#160](https://github.com/voxpupuli/beaker-hostgenerator/pull/160) ([jcoconnor](https://github.com/jcoconnor))
229
+
230
+ ## [1.1.33](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.33) (2019-08-01)
231
+
232
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.32...1.1.33)
233
+
234
+ **Merged pull requests:**
235
+
236
+ - Add docker\_image\_commands to debian10 with docker [\#159](https://github.com/voxpupuli/beaker-hostgenerator/pull/159) ([Dan33l](https://github.com/Dan33l))
237
+
238
+ ## [1.1.32](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.32) (2019-07-02)
239
+
240
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.31...1.1.32)
241
+
242
+ **Merged pull requests:**
243
+
244
+ - \(IMAGES-1125\) Add new Windows 10 and 2019 Definitions [\#158](https://github.com/voxpupuli/beaker-hostgenerator/pull/158) ([jcoconnor](https://github.com/jcoconnor))
245
+
246
+ ## [1.1.31](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.31) (2019-06-13)
247
+
248
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.30...1.1.31)
249
+
250
+ **Merged pull requests:**
251
+
252
+ - \(PE-26509\) Add support for pe\_compiler role [\#157](https://github.com/voxpupuli/beaker-hostgenerator/pull/157) ([nmburgan](https://github.com/nmburgan))
253
+
254
+ ## [1.1.30](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.30) (2019-06-11)
255
+
256
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.29...1.1.30)
257
+
258
+ **Merged pull requests:**
259
+
260
+ - \(QENG-6980\) Add OS version to template [\#156](https://github.com/voxpupuli/beaker-hostgenerator/pull/156) ([mattkirby](https://github.com/mattkirby))
261
+
262
+ ## [1.1.29](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.29) (2019-05-23)
263
+
264
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.28...1.1.29)
265
+
266
+ **Merged pull requests:**
267
+
268
+ - \(QENG-6980\) Fix name for c3650 [\#155](https://github.com/voxpupuli/beaker-hostgenerator/pull/155) ([mattkirby](https://github.com/mattkirby))
269
+ - \(IMAGES-1116\) Add beaker-hostgenerator support for Fedora 30 \(amd64\) [\#154](https://github.com/voxpupuli/beaker-hostgenerator/pull/154) ([GabrielNagy](https://github.com/GabrielNagy))
270
+
271
+ ## [1.1.28](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.28) (2019-05-10)
272
+
273
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.27...1.1.28)
274
+
275
+ **Merged pull requests:**
276
+
277
+ - \(QENG-7134\) Individualize cisco IOS platforms [\#153](https://github.com/voxpupuli/beaker-hostgenerator/pull/153) ([smcelmurry](https://github.com/smcelmurry))
6
278
 
7
- ## [1.1.26] - 2019-02-19
279
+ ## [1.1.27](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.1.27) (2019-04-25)
280
+
281
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.1.26...1.1.27)
282
+
283
+ **Merged pull requests:**
284
+
285
+ - \(QENG-6980\) Add support for Cisco ios [\#152](https://github.com/voxpupuli/beaker-hostgenerator/pull/152) ([mattkirby](https://github.com/mattkirby))
286
+ - \(IMAGES-1053\) Add beaker-hostgenerator support for Windows2016 French x86\_64 [\#150](https://github.com/voxpupuli/beaker-hostgenerator/pull/150) ([gimmyxd](https://github.com/gimmyxd))
287
+
288
+ ## [1.1.26](https://github.com/voxpupuli/modulesync/tree/1.1.26) (2019-02-19)
8
289
  - Add platform
9
290
  - debian10-64
10
291
  - debian10-32
@@ -54,330 +335,1735 @@ Versioning](http://semver.org).
54
335
  - Add platforms:
55
336
  - panos61-64
56
337
  - panos71-64
57
- - panos81-64
338
+ ## Details
58
339
 
59
- ## [1.1.14] - 2018-07-13
60
- - Add docker image commands for Ubuntu 18.04
61
- - Add platform:
62
- - sles15-64
340
+ ### 0.9.0 - 7 Jun, 2017 (06b6a0da)
63
341
 
64
- ## [1.1.13] - 2018-06-01
65
- - pin fakefs to < 0.14.0 for ruby 2.2
66
- - Add platforms:
67
- - windows2019-64
68
- - windows2019-6432
342
+ * (GEM) update beaker-hostgenerator version to 0.9.0 (06b6a0da)
69
343
 
70
- ## [1.1.12] - 2018-04-24
71
- - Add platforms:
72
- - vro71-64
73
- - vro74-64
344
+ * Merge pull request #80 from puppetlabs/prepare-for-release (b7a83889)
74
345
 
75
- ## [1.1.11] - 2018-04-23
76
- - Add platform:
77
- - fedora28-64
78
346
 
79
- ## [1.1.10] - 2018-04-09
80
- - Added docker hypervisor support
347
+ ```
348
+ Merge pull request #80 from puppetlabs/prepare-for-release
81
349
 
82
- ## [1.1.9] - 2018-03-29
83
- - Rename platforms redhat-fips packaging_platform to redhatfips
350
+ (MAINT) Update CHANGELOG for 0.9.0 release
351
+ ```
352
+ * (MAINT) Update CHANGELOG for 0.9.0 release (aae2e698)
84
353
 
85
- ## [1.1.8] - 2018-03-22
86
- - Add platforms:
87
- - ubuntu1804-64
88
- - vro73-64
354
+ * (MAINT) Fix rendering issue in README and update TOC (bc92bd07)
89
355
 
90
- ## [1.1.7] - 2018-02-05
91
- - Add platform:
92
- - fedora27-64
356
+ * (QENG-4945) Add support for arbitrary lists (e75f1e7e)
93
357
 
94
- ## [1.1.6] - 2018-01-19
95
- - Add platform:
96
- - redhatfips7-64
97
358
 
98
- ## [1.1.5] - 2018-01-05
99
- - Add support for amazon7 (AmazonLinux v2)
359
+ ```
360
+ (QENG-4945) Add support for arbitrary lists
100
361
 
101
- ## [1.1.4] - 2017-11-15
102
- - Update abs template string for AARCH64
362
+ Before, we had no way to add lists to configurations. This adds
363
+ a new bracket syntax within arbitrary settings in order to parse out any lists the user may want to
364
+ add in.
365
+ ```
366
+ * Merge pull request #79 from puppetlabs/qeng-5041 (990b6081)
103
367
 
104
- ## [1.1.3] - 2017-10-27
105
- - Add platforms:
106
- - osx1013-64
107
- - redhat7-AARCH64
108
- - windows2012r2_core-64
109
- - windows2012r2_core-6432
110
- - windows2016_core-64
111
- - windows2016_core-6432
112
- - Fix to platform:
113
- - amazon6-64
114
-
115
- ## [1.1.2] - 2017-10-13
116
- - Add platform:
117
- - cisconxhw-64
118
368
 
119
- ## [1.1.1] - 2017-9-27
120
- - Add platform:
121
- - amazon-6-x86_64
369
+ ```
370
+ Merge pull request #79 from puppetlabs/qeng-5041
122
371
 
123
- ## [1.1.0] - 2017-9-7
124
- - Add new 'packaging_platform' value to the OSes we build packages for to
125
- support new install methods in Beaker.
372
+ (QENG-5041) Add vRO to support platforms
373
+ ```
374
+ * (QENG-5041) Add vRO to support platforms (22b7c670)
126
375
 
127
- ## [1.0.2] - 2017-8-21
128
- - Add platforms:
129
- - sles-12-power8
130
- - fedora-26-x86_64
131
-
132
- ## [1.0.1] - 2017-8-14
133
- - Support empty string as the value of version by returning nil from pe_dir()
134
- - Support unparseable/unknown versions by returning empty string from pe_dir()
135
-
136
- ## [1.0.0] - 2017-8-14
137
- - Rewrite pe_dir() to provide RC builds and to determine build source just from
138
- the pe_version format.
139
-
140
- Previously, source was either archives/releases if version and family
141
- were the exact same string, otherwise ci-ready.
142
-
143
- Recently we have added archives/internal which houses rc tagged builds
144
- long term (ci-ready has a two-week life span). These internal archive
145
- releases let us test rc builds for internal consumption, but introduced
146
- a third source.
147
-
148
- Fourth source, actually, I'd forgotten that we already had dev version
149
- strings with PEZ in them that need to be sourced from
150
- feature/ci-ready...
151
-
152
- The patch bases everything off the version because the four cases are
153
- mutually exclusive, and the previous determination of a release source
154
- based on version == family doesn't make sense for anything but a release
155
- version. (If you supplied dev builds for both, for example, you
156
- would get a host config trying to lookup a dev build in archive/releases
157
- where it would not be found...)
158
-
159
- This patch keeps the behavior of returning nil if either version or
160
- family is nil so as to preserve a fallback behavior that would have
161
- Beaker instead pick up pe_dir from environment variables: BEAKER_PE_DIR
162
- or pe_dist_dir.
163
-
164
- - Drop use of pe_family/pe_upgrade_family
165
-
166
- The pe_family and pe_upgrade_family environment variables were only
167
- being used as a means of signaling that we want pe_dir to be
168
- archives/releases. (If pe_version and pe_family were equal, we'd return
169
- archives/releases for pe_dir). This behavior was changed in the
170
- previous commit to instead base the tarball source on the version string
171
- format.
172
-
173
- The only other behavior that passing family had was that if either
174
- verison or family were nil, pe_dir would be nil. So theoretically, if
175
- you only set pe_version to some valid version, you would get a beaker
176
- config with no pe_dir set, and Beaker could then set pe_dir based on
177
- BEAKER_PE_DIR or pe_dist_dir environment variables.
178
-
179
- This commit removes family so that we can clean up pipelines which would
180
- otherwise be setting pe_family just for the purpose of avoiding this
181
- behavior.
182
-
183
- It is potentially a breaking change if someone was relying on the
184
- absence of pe_family to allow Beaker to set pe_dir as mentioned above.
185
-
186
- ## [0.10.3] - 2017-7-26
187
- - Change ubuntu1604-POWER platform from 'ubuntu-16.04-power8' to
188
- 'ubuntu-16.04-ppc64el'
189
- - Change redhat7-POWER platform from 'redhat-7.3-power8' to 'el-7-ppc64le'
190
-
191
- ## [0.10.2] - 2017-7-20
192
- - Change redhat7-POWER platform and template values from 'rhel-7.3-power8' to
193
- 'redhat-7.3-power8'
194
-
195
- ## [0.10.1] - 2017-7-7
196
- - Add platforms:
197
- - rhel-7.3-power8
198
- - ubuntu-16.04-power8
199
-
200
- ## [0.10.0] - 2017-7-7
201
- - Add map data structure support to arbitrary settings, which previously only
202
- supported lists and primitives. Maps and lists can be combined.
203
-
204
- ## [0.9.0] - 2017-6-7
205
- - Add list data structure support to arbitrary settings, which previously only
206
- supported primitive data types.
207
- - Add ability to override default hypervisor settings in the global config
208
- section.
209
- - Add support for hardware platforms to the ABS hypervisor.
210
- - Add platforms:
211
- - vro6-64
212
- - vro7-64
213
376
 
214
- ## [0.8.4] - 2017-4-6
215
- - Add platform:
216
- - windows2012r2_wmf5-64
377
+ ```
378
+ (QENG-5041) Add vRO to support platforms
217
379
 
218
- ## [0.8.3] - 2017-2-7
219
- - Add platform:
220
- - aix-7.2-power
221
- - Remove warning about changing platform defaults in 1.0 release
222
- - Change from using STDERR to $stderr for Ruby redirection purposes
380
+ This adds both vro-6-x86_64 and vro-7-x86_64. The templates
381
+ already exist within vmpooler
382
+ ```
383
+ * Merge pull request #77 from puppetlabs/fix-default-config-hypervisors (988476e1)
223
384
 
224
- ## [0.8.2] - 2017-1-3
225
- - Add platforms:
226
- - fedora25-32
227
- - fedora25-64
228
- - ubuntu1610-32
229
- - ubuntu1610-64
230
-
231
- ## [0.8.1] - 2016-12-21
232
- - Add platforms with Japanese language support:
233
- - windows2012r2_ja-64
234
- - windows2012r2_ja-6432
235
- - Don't include test files in the gem. This will greatly reduce the overall size
236
- of the beaker-hostgenerator gem as it will no longer include the 500+ test fixtures.
237
-
238
- ## [0.8.0] - 2016-10-4
239
- - Improved whitespace support in global and host settings. Spaces are no longer
240
- removed, so input must be quoted, escaped, or URL-encoded appropriately.
241
-
242
- ## [0.7.4] - 2016-9-26
243
- - Add platforms:
244
- - OSX 10.12
245
- - Windows 2016
246
- - Support for CI.next:
247
- - Add AlwaysBeScheduling hypervisor
248
- - Add CLI flag '--templates-only' to reduce the generated output to include
249
- only the template values from the HOSTS
250
-
251
- ## [0.7.3] - 2016-8-11
252
- - Add platform:
253
- - HuaweiOS 6 powerpc
254
385
 
255
- ## [0.7.2] - 2016-7-13
256
- - Automatically URL-decode input to support usage in HTTP URLs, such as Jenkins.
386
+ ```
387
+ Merge pull request #77 from puppetlabs/fix-default-config-hypervisors
257
388
 
258
- ## [0.7.1] - 2016-6-29
259
- - Add platforms:
260
- - Fedora 24 x86_64 and i386
261
- - Redhat 6 s390x
262
- - Redhat 7 s390x
263
- - SLES 11 s390x
264
- - SLES 12 s390x
265
-
266
- ## [0.7.0] - 2016-6-13
267
- - Add optional '--global-config' CLI argument to support arbitrary values in the
268
- general CONFIG section of host files.
269
- - Add '--version' CLI flag to print out the library version to stdout.
270
- - Remove requirement that only valid (read: built-in) hypervisors are generated
271
- by allowing any arbitrary string to be specified as the hypervisor. If the
272
- hypervisor specified is not a built-in one there will be no additional
273
- hypervisor-specific configuration generated.
274
- - Add platforms:
275
- - aix-5.3-power
276
- - aix-6.1-power
277
- - aix-7.1-power
278
- - solaris-10-sparc
279
- - solaris-11-sparc
389
+ (maint) The hypervisor defaults are not overwritable
390
+ ```
391
+ * Merge pull request #76 from puppetlabs/qeng4965/add-abs-hardware-support (874f473f)
280
392
 
281
- ## [0.6.0] - 2016-05-11
282
- - Add new 'none' hypervisor implementation to support static, non-provisioned hosts.
283
- - Add support for arbitrary, per-host key=value settings.
284
393
 
285
- ## [0.5.0] - 2016-03-30
286
- - Add platforms:
287
- - Ubuntu 16.06 x86 and x86_64
288
- - Fix platforms:
289
- - Cisco XR and NXOS
290
-
291
- ## [0.4.0] - 2016-02-05
292
- - Add new optional parameters to CLI:
293
- --pe_upgrade_dir UPGRADE_PATH
294
- Explicitly set pe_upgrade_dir attribute on generated hosts.
295
- --pe_upgrade_ver UPGRADE_VERSION
296
- Explicitly set pe_upgrade_ver attribute on generated hosts.
297
- --pe_dir PATH
298
- Explicitly set pe_dir attribute on generated hosts.
299
- --pe_ver VERSION
300
- Explicitly set pe_ver attribute on generated hosts.
301
-
302
- - Implement data-driven testing approach that separates test logic from test
303
- data to improve coverage on important code path (BeakerHostGenerator::CLI).
304
-
305
- ## [0.3.3] - 2016-02-04
306
- - Fix Cisco platforms by setting required parameters for the vmpooler templates.
307
-
308
- ## [0.3.2] - 2016-01-28
309
- - Change the way we generate the platform string for windows 10 hosts.
310
-
311
- ## [0.3.1] - 2015-12-31
312
- - Bug fix: Restrict OSINFO v1 to centos-only changes.
313
-
314
- ## [0.3.0] - 2015-12-30
315
- - Add --osinfo-version flag to allow users to select beaker-hostgenerator 1.x
316
- major versions of the OSINFO data structure.
317
- - Don't identify "centos" machines as "el" in the platform string.
318
-
319
- ## [0.2.1] - 2016-01-20
320
- - Fix platforms:
321
- - Cisco NXOS 5 (x86_64)
322
- - set Virtual Routing & Forwarding (vrf) to 'management'
323
- - set ssh username to 'beaker'
324
- - Cisco eXR 7 (x86_64)
325
- - set Virtual Routing & Forwarding (vrf) to 'management'
326
-
327
- ## [0.2.0] - 2015-12-22
328
- - Add platforms:
329
- - Cumulus 2.5 (x86_64)
330
- - Cisco NXOS 5 (x86_64)
331
- - Cisco eXR 7 (x86_64)
332
- - Fix platforms:
333
- - Arista 4 (i386); spec string previously did not include version number.
394
+ ```
395
+ Merge pull request #76 from puppetlabs/qeng4965/add-abs-hardware-support
334
396
 
335
- ## [0.1.0] - 2015-12-21
336
- - Add platforms:
337
- - Arista 4 (i386)
338
- - windows 2012r2 (x86_64); 32 bit agent
339
- - sets ruby_arch=x32
340
- - windows 2008r2 (x86_64); 32 bit agent
341
- - sets ruby_arch=x32
342
- - windows 2008 (x86_64); 32 bit agent
343
- - sets ruby_arch=x32
344
- - windows 2003r2 (x86_64); 32 bit agent
345
- - sets ruby_arch=x32
346
- - Set ruby_arch=x64 on a bunch of 64 bit windows platforms.
347
- - Allow beaker-hostgenerator to be called programmatically.
348
- - Fix bug in module/class namespaces that prevented both `beaker` and
349
- `beaker-hostgenerator` from being required.
350
-
351
- ## [0.0.1] - 2015-10-07
352
- Test beaker-hostgenerator release pipeline (not intended to be a functional
353
- release)
354
-
355
- # sqa-utils (old Gem)
356
-
357
- ## [Unreleased][unreleased]
358
- ### Changed
359
- - Updated this changelog for 0.13.3
360
-
361
- ## [0.13.3] - 2015-04-29
362
- - Add platforms:
363
- - Ubuntu 15.10 (i386, x86_64)
364
- - Windows 10 (i386, x86_64)
365
- - Fedora 23 (i386, x86_64)
366
- - Debian 9/Stretch (i386, x86_64)
367
- - OSX 10.11 El Capitan (x86_64)
368
- - Output --help message when no arguments provided (rather than error stack trace)
369
-
370
- ## [0.13.2] - 2015-04-29
371
- - Add platforms:
372
- - Ubuntu 15.04 (i386, x86_64)
373
- - Fedora 22 (i386, x86_64)
374
- - OSX 10.10 (x86_64)
375
-
376
- ## [0.13.0] - 2015-04-29
377
- - Add arbitrary role support.
378
- - Add ability to provide per-role configuration settings on each host. Can be
379
- disabled with --disable-role-config command line option.
380
- - Add command line option to disable default "agent" role.
381
- - Change "vcloud" hypervisior type to "vmpooler", remove unnecessary hypervisor
382
- configuration.
383
- - Add spec tests for nodespec parsing and role creation.
397
+ (QENG-4965) Add ABS support for hardware platforms
398
+ ```
399
+ * (MAINT) Delete duplicate keys from test helper hash (0fe2c0ac)
400
+
401
+ * (MAINT) Prefer underscores over dashes in file names (efe8b7b1)
402
+
403
+
404
+ ```
405
+ (MAINT) Prefer underscores over dashes in file names
406
+
407
+ Ruby prefers that you not use dashes in your .rb filenames, so this commit
408
+ renames abs-support.rb to abs_support.rb
409
+ ```
410
+ * (maint) The hypervisor defaults are not overwritable (1a44141b)
411
+
412
+
413
+ ```
414
+ (maint) The hypervisor defaults are not overwritable
415
+ Before this change the code would pull and merge the hypervisor defaults on top of any
416
+ user provided --global-config block. This reverses the logic to use defaults only
417
+ if the key is not specified in the --global-config section. This specifically
418
+ enables overwritting the pooling_api for the vmpooler hypervisor, as it is the
419
+ only one with a default global_config() method implementation. Also added it's
420
+ respective test
421
+ ```
422
+ * (QENG-4965) Add ABS support for hardware platforms (a9ddf44b)
423
+
424
+
425
+ ```
426
+ (QENG-4965) Add ABS support for hardware platforms
427
+
428
+ This commit makes the hardware platforms compatible with the ABS hypervisor and
429
+ the --templates-only switch to enable hardware support in Jenkins via ABS.
430
+ ```
431
+ ### <a name = "0.8.4">0.8.4 - 6 Apr, 2017 (77943fb2)
432
+
433
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.8.4 (77943fb2)
434
+
435
+ * (GEM) update beaker-hostgenerator version to 0.8.4 (d80eb358)
436
+
437
+ * Merge pull request #74 from puppetlabs/prepare-for-release (43405262)
438
+
439
+
440
+ ```
441
+ Merge pull request #74 from puppetlabs/prepare-for-release
442
+
443
+ (MAINT) Update CHANGELOG for 0.8.4 release
444
+ ```
445
+ * (MAINT) Update CHANGELOG for 0.8.4 release (26cd2eef)
446
+
447
+ * Merge pull request #73 from glennsarti/2012r2-wmf5 (d00a1d63)
448
+
449
+
450
+ ```
451
+ Merge pull request #73 from glennsarti/2012r2-wmf5
452
+
453
+ (MODULES-4667) Add Windows 2012R2 WMF5 VMPooler image
454
+ ```
455
+ * (MODULES-4667) Add Windows 2012R2 WMF5 VMPooler image (8b293890)
456
+
457
+
458
+ ```
459
+ (MODULES-4667) Add Windows 2012R2 WMF5 VMPooler image
460
+
461
+ This commit adds the win-2012r2-wmf5-x86_64 vmpooler image, which is a variation
462
+ on the Windows Sever 2012R2 64bit image.
463
+ ```
464
+ ### <a name = "0.8.3">0.8.3 - 7 Feb, 2017 (79e8d717)
465
+
466
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.8.3 (79e8d717)
467
+
468
+ * (GEM) update beaker-hostgenerator version to 0.8.3 (12bfa089)
469
+
470
+ * Merge pull request #72 from puppetlabs/maint/prepare-for-release (cc5a3ce6)
471
+
472
+
473
+ ```
474
+ Merge pull request #72 from puppetlabs/maint/prepare-for-release
475
+
476
+ (MAINT) Update CHANGELOG for 0.8.3 release
477
+ ```
478
+ * (MAINT) Update CHANGELOG for 0.8.3 release (6d3900a9)
479
+
480
+ * Merge pull request #71 from ferglor/BKR-1032 (cca29c01)
481
+
482
+
483
+ ```
484
+ Merge pull request #71 from ferglor/BKR-1032
485
+
486
+ (BKR-1032) Switched from using STDERR to $stderr
487
+ ```
488
+ * (BKR-1032) Switched from using STDERR to $stderr (7d4f8197)
489
+
490
+ * Merge pull request #70 from puppetlabs/qeng4019/remove-warning-message (087df5a5)
491
+
492
+
493
+ ```
494
+ Merge pull request #70 from puppetlabs/qeng4019/remove-warning-message
495
+
496
+ (QENG-4019) Remove warning message about changing defaults
497
+ ```
498
+ * (QENG-4019) Remove warning message about changing defaults (d3e19a40)
499
+
500
+
501
+ ```
502
+ (QENG-4019) Remove warning message about changing defaults
503
+
504
+ This warning message was added a while ago to inform users of an upcoming
505
+ breaking change. We're no longer certain that we'll be making the breaking
506
+ change though, so the warning is a bit misleading.
507
+
508
+ Furthermore, we're now trying to silence this message when beaker-hostgenerator
509
+ is used programatically within Beaker.
510
+
511
+ There will likely be more changes that are outlined in the linked ticket, such
512
+ as adding a new CLI switch to toggle between specific & generic platform names.
513
+ ```
514
+ * Merge pull request #68 from branan/pa-893-aix-7.2 (48b9eb04)
515
+
516
+
517
+ ```
518
+ Merge pull request #68 from branan/pa-893-aix-7.2
519
+
520
+ (PA-893) Add AIX 7.2
521
+ ```
522
+ * (PA-893) Add AIX 7.2 (8ff6a8c6)
523
+
524
+ ### <a name = "0.8.2">0.8.2 - 3 Jan, 2017 (a61487bf)
525
+
526
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.8.2 (a61487bf)
527
+
528
+ * (GEM) update beaker-hostgenerator version to 0.8.2 (b1ff2e54)
529
+
530
+ * Merge pull request #67 from puppetlabs/maint/prepare-for-release (214fcb06)
531
+
532
+
533
+ ```
534
+ Merge pull request #67 from puppetlabs/maint/prepare-for-release
535
+
536
+ (MAINT) Update CHANGELOG for 0.8.2 release
537
+ ```
538
+ * (MAINT) Update CHANGELOG for 0.8.2 release (b5f9684d)
539
+
540
+ * Merge pull request #66 from ScottGarman/ubuntu1610 (fb9dbbb1)
541
+
542
+
543
+ ```
544
+ Merge pull request #66 from ScottGarman/ubuntu1610
545
+
546
+ Add Ubuntu 16.10 platforms and test fixtures
547
+ ```
548
+ * (PA-716) Add Ubuntu 16.10 test fixtures (bb8233c3)
549
+
550
+ * (PA-716) Add support for Ubuntu 16.10 i386 and x86_64 platforms (d8ecc7d0)
551
+
552
+ * Merge pull request #65 from ScottGarman/fedora25 (eb42f28d)
553
+
554
+
555
+ ```
556
+ Merge pull request #65 from ScottGarman/fedora25
557
+
558
+ Add Fedora 25 platforms and test fixtures
559
+ ```
560
+ * (BKR-984) Add fedora25 test fixtures (76cd6543)
561
+
562
+
563
+ ```
564
+ (BKR-984) Add fedora25 test fixtures
565
+
566
+ These were generated by running rake generate:fixtures.
567
+ ```
568
+ * (BKR-984) Add support for Fedora 25 i386 and x86_64 platforms (ba50620c)
569
+
570
+ ### <a name = "0.8.1">0.8.1 - 21 Dec, 2016 (2648029d)
571
+
572
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.8.1 (2648029d)
573
+
574
+ * (GEM) update beaker-hostgenerator version to 0.8.1 (5466486c)
575
+
576
+ * Merge pull request #64 from puppetlabs/maint/prepare-for-release (2dd91be2)
577
+
578
+
579
+ ```
580
+ Merge pull request #64 from puppetlabs/maint/prepare-for-release
581
+
582
+ (MAINT) Update CHANGELOG for 0.8.1 release
583
+ ```
584
+ * (MAINT) Update CHANGELOG for 0.8.1 release (26a6d6a2)
585
+
586
+ * Merge pull request #63 from glennsarti/add-windows-2012r2-jp (55b13176)
587
+
588
+
589
+ ```
590
+ Merge pull request #63 from glennsarti/add-windows-2012r2-jp
591
+
592
+ (BKR-1013) Add Windows 2012R2 Japanese Template
593
+ ```
594
+ * (BKR-1013) Add Windows 2012R2 Japanese Template (e72e9401)
595
+
596
+
597
+ ```
598
+ (BKR-1013) Add Windows 2012R2 Japanese Template
599
+
600
+ This commit adds the Japanese Windows 2012 R2 VMPooler template in preparation
601
+ of testing non-US English systems in Beaker.
602
+ ```
603
+ * Merge pull request #62 from puppetlabs/maint_delete-acceptance-tests (16b0a3b2)
604
+
605
+
606
+ ```
607
+ Merge pull request #62 from puppetlabs/maint_delete-acceptance-tests
608
+
609
+ (MAINT) Remove acceptance testing
610
+ ```
611
+ * Merge pull request #61 from puppetlabs/maint_exclude-test-files-from-gem (f85e0376)
612
+
613
+
614
+ ```
615
+ Merge pull request #61 from puppetlabs/maint_exclude-test-files-from-gem
616
+
617
+ (MAINT) Delete test_files directive to keep fixtures out of the gem
618
+ ```
619
+ * (MAINT) Specify all dependencies in gemspec file (e0134744)
620
+
621
+
622
+ ```
623
+ (MAINT) Specify all dependencies in gemspec file
624
+
625
+ There was only 1 dependency still being specified in the Gemfile, so to clean
626
+ things up a little bit this commit just moves it over to the gemspec file
627
+ instead.
628
+
629
+ After all, we're building a gem (not an app) so we should prefer gemspec over
630
+ Gemfile.
631
+ ```
632
+ * (MAINT) Remove acceptance testing (39e43aef)
633
+
634
+
635
+ ```
636
+ (MAINT) Remove acceptance testing
637
+
638
+ This deletes everything related to acceptance testing.
639
+
640
+ We had no tests, and we have no intentions of adding any. We started to lay out
641
+ the groundwork for acceptance testing a while ago with the "acceptance/"
642
+ directory, `beaker` test dependency, and the `acceptance` Rake task.
643
+
644
+ This commit deletes that groundwork, as it is out of date and just getting in
645
+ the way at this point. If we decide to add acceptance tests in the future, it
646
+ will likely look different than this anyway.
647
+ ```
648
+ * (MAINT) Delete test_files directive to keep fixtures out of the gem (60559c93)
649
+
650
+
651
+ ```
652
+ (MAINT) Delete test_files directive to keep fixtures out of the gem
653
+
654
+ This gemspec directive `test_files` will cause the files it references to be
655
+ included in the built gem so they can be used during the `gem test` command.
656
+
657
+ We do not intend to support the ability for users to run `gem test`, and
658
+ furthermore this gem subcommand doesn't even exist anymore.
659
+ ```
660
+ * Merge pull request #60 from puppetlabs/maint_exclude-test-files-from-gem (27f0c177)
661
+
662
+
663
+ ```
664
+ Merge pull request #60 from puppetlabs/maint_exclude-test-files-from-gem
665
+
666
+ (MAINT) Exclude test files from built gem
667
+ ```
668
+ * (MAINT) Exclude test files from built gem (2dba0975)
669
+
670
+
671
+ ```
672
+ (MAINT) Exclude test files from built gem
673
+
674
+ This project has a TON of test fixtures that are not necessary in production,
675
+ yet we were still bundling them into the gem.
676
+
677
+ We don't need to include any of these, they were just making the resulting gem
678
+ significantly larger.
679
+ ```
680
+ * (MAINT) Remove 'features' from gemspec test files (3e16db88)
681
+
682
+
683
+ ```
684
+ (MAINT) Remove 'features' from gemspec test files
685
+
686
+ There is no 'features' directory or files so it doens't make sense in the
687
+ gemspec.
688
+ ```
689
+ * (MAINT) Add Gemfile.local to gitignore (a1f16380)
690
+
691
+ * (MAINT) Remove file encoding comment from gemspec file (3251469b)
692
+
693
+
694
+ ```
695
+ (MAINT) Remove file encoding comment from gemspec file
696
+
697
+ We don't need this for Ruby, it's only for your text editor, and it's annoying
698
+ as it causes some editors to prompt you for confirmation before opening the file
699
+ and parsing the encoding comment.
700
+ ```
701
+ * Merge pull request #59 from puppetlabs/theshanx-patch-1 (a365eb7a)
702
+
703
+
704
+ ```
705
+ Merge pull request #59 from puppetlabs/theshanx-patch-1
706
+
707
+ (maint) Add internal_list key to MAINTAINERS
708
+ ```
709
+ * (maint) Add internal_list key to MAINTAINERS (99fc75ee)
710
+
711
+
712
+ ```
713
+ (maint) Add internal_list key to MAINTAINERS
714
+
715
+ This change adds a reference to the Google group the maintainers are associated with.
716
+ ```
717
+ ### <a name = "0.8.0">0.8.0 - 4 Oct, 2016 (2e6dc11e)
718
+
719
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.8.0 (2e6dc11e)
720
+
721
+ * (GEM) update beaker-hostgenerator version to 0.8.0 (291854ec)
722
+
723
+ * Merge pull request #58 from puppetlabs/maint (82d9fc2a)
724
+
725
+
726
+ ```
727
+ Merge pull request #58 from puppetlabs/maint
728
+
729
+ (MAINT) Prepare for 0.8.0 release
730
+ ```
731
+ * (MAINT) Prepare for 0.8.0 release (a6346c24)
732
+
733
+ * Merge pull request #57 from puppetlabs/bk934/support-whitespace (93abe32c)
734
+
735
+
736
+ ```
737
+ Merge pull request #57 from puppetlabs/bk934/support-whitespace
738
+
739
+ (BKR-934) Allow for whitespace in settings
740
+ ```
741
+ * (BKR-934) Allow for whitespace in settings (487f3f65)
742
+
743
+
744
+ ```
745
+ (BKR-934) Allow for whitespace in settings
746
+
747
+ Previously all whitespace was automatically removed from all input. This
748
+ commit removes that behavior, allowing for values with whitespace in
749
+ them to be properly generated.
750
+
751
+ This change means users are responsible for properly quoting, escaping,
752
+ or URL-encoding the whitespace as necessary.
753
+ ```
754
+ ### <a name = "0.7.4">0.7.4 - 26 Sep, 2016 (1e102ccd)
755
+
756
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.7.4 (1e102ccd)
757
+
758
+ * (GEM) update beaker-hostgenerator version to 0.7.4 (09c62ae1)
759
+
760
+ * Merge pull request #56 from puppetlabs/maint (44882551)
761
+
762
+
763
+ ```
764
+ Merge pull request #56 from puppetlabs/maint
765
+
766
+ (MAINT) Prepare for 0.7.4 release
767
+ ```
768
+ * (QENG-4407) Return proper JSON map (88581c56)
769
+
770
+
771
+ ```
772
+ (QENG-4407) Return proper JSON map
773
+
774
+ Previously the --templates-only switch would output a custom CSV-style
775
+ format, plus it repeated platforms rather than tallying them up.
776
+
777
+ This commit changes the output format to be a JSON map, with the
778
+ platforms as keys and the total counts as values.
779
+ ```
780
+ * Merge pull request #53 from puppetlabs/add-maintainers-file (126620cf)
781
+
782
+
783
+ ```
784
+ Merge pull request #53 from puppetlabs/add-maintainers-file
785
+
786
+ (MAINT) Add MAINTAINERS file
787
+ ```
788
+ * (MAINT) Add MAINTAINERS file (b73a2ede)
789
+
790
+ * (MAINT) Prepare for 0.7.4 release (1cc9c3fc)
791
+
792
+ * Merge pull request #51 from puppetlabs/qeng4204/add-templates-only-cli (a7196b52)
793
+
794
+
795
+ ```
796
+ Merge pull request #51 from puppetlabs/qeng4204/add-templates-only-cli
797
+
798
+ (QENG-4204) Add CLI flag to only generate templates
799
+ ```
800
+ * (QENG-4204) Add CLI flag to only generate templates (7c4342f8)
801
+
802
+
803
+ ```
804
+ (QENG-4204) Add CLI flag to only generate templates
805
+
806
+ This adds a CLI switch '--templates-only' that will reduce the generated
807
+ output to include only the template values from the HOSTS.
808
+ ```
809
+ * Merge pull request #48 from puppetlabs/qeng4204/create-abs-hypervisor (ec1b80d2)
810
+
811
+
812
+ ```
813
+ Merge pull request #48 from puppetlabs/qeng4204/create-abs-hypervisor
814
+
815
+ (QENG-4204) Add AlwaysBeScheduling hypervisor
816
+ ```
817
+ * Merge pull request #50 from puppetlabs/qeng-4176 (aecb44a6)
818
+
819
+
820
+ ```
821
+ Merge pull request #50 from puppetlabs/qeng-4176
822
+
823
+ (QENG-4176 & QENG-4180) Add OSX 10.12 and Windows 2016
824
+ ```
825
+ * (QENG-4176 & QENG-4180) Add OSX 10.12 and Windows 2016 (0d8ad08a)
826
+
827
+
828
+ ```
829
+ (QENG-4176 & QENG-4180) Add OSX 10.12 and Windows 2016
830
+
831
+ Added OSX 10.12 (Sierra) and Windows Server 2016 to
832
+ supported beaker-hostgenerator platforms
833
+ ```
834
+ * (QENG-4204) Add AlwaysBeScheduling hypervisor (87559142)
835
+
836
+
837
+ ```
838
+ (QENG-4204) Add AlwaysBeScheduling hypervisor
839
+
840
+ This commit adds a new hypervisor called 'abs' that will support
841
+ generating configurations necessary for working with CI.next and the
842
+ AlwaysBeScheduling service.
843
+
844
+ Currently, the behavior of the abs hypervisor is basically the same as
845
+ the vmpooler hypervisor. The only difference is it doesn't fixup the
846
+ nodes to support old PE versions.
847
+
848
+ Having a built-in hypervisor for ABS alleviates the need for users to
849
+ manually override the hypervisor key on each node.
850
+ ```
851
+ ### <a name = "0.7.3">0.7.3 - 11 Aug, 2016 (87c75523)
852
+
853
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.7.3 (87c75523)
854
+
855
+ * (GEM) update beaker-hostgenerator version to 0.7.3 (9ad5f770)
856
+
857
+ * (maint) Update CHANGELOG for 0.7.3 release (9e9c1b82)
858
+
859
+ * Merge pull request #47 from puppetlabs/maint (165cd14a)
860
+
861
+
862
+ ```
863
+ Merge pull request #47 from puppetlabs/maint
864
+
865
+ (maint) Update CHANGELOG for 0.7.3 release
866
+ ```
867
+ * Merge pull request #46 from puppetlabs/qeng4179/add-huaweios6-platform (3a871959)
868
+
869
+
870
+ ```
871
+ Merge pull request #46 from puppetlabs/qeng4179/add-huaweios6-platform
872
+
873
+ (QENG-4179) Add HuaweiOS 6 platform
874
+ ```
875
+ * (QENG-4179) Add test HuaweiOS test fixtures (ba951da2)
876
+
877
+ * (QENG-4179) Add HuaweiOS 6 platform (4c9905c0)
878
+
879
+ * Merge pull request #45 from puppetlabs/maint (42b2e6f2)
880
+
881
+
882
+ ```
883
+ Merge pull request #45 from puppetlabs/maint
884
+
885
+ (MAINT) Add URL encoding references to README
886
+ ```
887
+ * (MAINT) Add URL encoding references to README (84dfdb29)
888
+
889
+ ### <a name = "0.7.2">0.7.2 - 13 Jul, 2016 (cee53bcc)
890
+
891
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.7.2 (cee53bcc)
892
+
893
+ * (GEM) update beaker-hostgenerator version to 0.7.2 (edc8971b)
894
+
895
+ * (MAINT) Update CHANGELOG for 0.7.2 release (f1270d44)
896
+
897
+ * Merge pull request #44 from nwolfe/maint/master/prepare-for-release (eb45282f)
898
+
899
+
900
+ ```
901
+ Merge pull request #44 from nwolfe/maint/master/prepare-for-release
902
+
903
+ (MAINT) Update CHANGELOG for 0.7.2 release
904
+ ```
905
+ * Merge pull request #43 from nwolfe/qeng4034/support-url-encoding (e4e55d3a)
906
+
907
+
908
+ ```
909
+ Merge pull request #43 from nwolfe/qeng4034/support-url-encoding
910
+
911
+ (QENG-4034) Automatically URL-decode raw input
912
+ ```
913
+ * (QENG-4034) Automatically URL-decode raw input (e6d1c1dc)
914
+
915
+
916
+ ```
917
+ (QENG-4034) Automatically URL-decode raw input
918
+
919
+ This commit adds a "pre-processing" step to the Parser that will always
920
+ attempt to URL-decode the input before parsing it. This behavior is
921
+ necessary to support specifying arbitrary settings in the input string
922
+ when the input ends up as part of an HTTP URL, such as almost every
923
+ usage we currently have in Jenkins.
924
+ ```
925
+ ### <a name = "0.7.1">0.7.1 - 29 Jun, 2016 (be332325)
926
+
927
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.7.1 (be332325)
928
+
929
+ * (GEM) update beaker-hostgenerator version to 0.7.1 (530baa09)
930
+
931
+ * Merge pull request #41 from nwolfe/maint/master/prepare-for-release (d576464b)
932
+
933
+
934
+ ```
935
+ Merge pull request #41 from nwolfe/maint/master/prepare-for-release
936
+
937
+ (MAINT) Update CHANGELOG for 0.7.1 release
938
+ ```
939
+ * Merge pull request #42 from nwolfe/maint/master/regenerate-fixture-for-new-platforms (1e1b7f47)
940
+
941
+
942
+ ```
943
+ Merge pull request #42 from nwolfe/maint/master/regenerate-fixture-for-new-platforms
944
+
945
+ (MAINT) Regenerate test fixtures for new platforms
946
+ ```
947
+ * (MAINT) Regenerate test fixtures for new platforms (cc4fa0ef)
948
+
949
+
950
+ ```
951
+ (MAINT) Regenerate test fixtures for new platforms
952
+
953
+ I blew away the whole fixtures/generated/ directory and regenerated them
954
+ all again, so the new platforms will be included and tested.
955
+ ```
956
+ * Merge pull request #39 from nwolfe/qeng3626-add-sles11-s390x (2155fb79)
957
+
958
+
959
+ ```
960
+ Merge pull request #39 from nwolfe/qeng3626-add-sles11-s390x
961
+
962
+ (QENG-3626) Add sles-11-s390x platform
963
+ ```
964
+ * Merge pull request #38 from puppetlabs/qeng-3815 (8bcbcfef)
965
+
966
+
967
+ ```
968
+ Merge pull request #38 from puppetlabs/qeng-3815
969
+
970
+ (QENG-3815) Adding sles12-s390x
971
+ ```
972
+ * Merge pull request #40 from puppetlabs/QENG-3960 (c0d76e1d)
973
+
974
+
975
+ ```
976
+ Merge pull request #40 from puppetlabs/QENG-3960
977
+
978
+ (QENG-3960, QENG-3817, QENG-3816) - Updated for Fedora 24 (x86_64, i3…
979
+ ```
980
+ * (MAINT) Update CHANGELOG for 0.7.1 release (56b71af5)
981
+
982
+ * (QENG-3626) Add sles-11-s390x platform (c09b8a87)
983
+
984
+ * (QENG-3960, QENG-3817, QENG-3816) - Updated for Fedora 24 (x86_64, i386), el-7-s390x, and el-6-s390x (d88aba55)
985
+
986
+ * (QENG-3815) Adding sles12-s390x (a95646ea)
987
+
988
+
989
+ ```
990
+ (QENG-3815) Adding sles12-s390x
991
+
992
+ Adding sles12-s390x. No vmpooler
993
+ ```
994
+ ### <a name = "0.7.0">0.7.0 - 13 Jun, 2016 (f0aafe8d)
995
+
996
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.7.0 (f0aafe8d)
997
+
998
+ * (GEM) update beaker-hostgenerator version to 0.7.0 (4792554b)
999
+
1000
+ * Merge pull request #36 from nwolfe/qeng3987/release-0.7.0 (11256701)
1001
+
1002
+
1003
+ ```
1004
+ Merge pull request #36 from nwolfe/qeng3987/release-0.7.0
1005
+
1006
+ (QENG-3987) Update CHANGELOG for 0.7.0 release
1007
+ ```
1008
+ * (QENG-3987) Update CHANGELOG for 0.7.0 release (2f9fa77c)
1009
+
1010
+ * Merge pull request #33 from nwolfe/qeng3811-add-aix-and-sparc-platforms (9e73e059)
1011
+
1012
+
1013
+ ```
1014
+ Merge pull request #33 from nwolfe/qeng3811-add-aix-and-sparc-platforms
1015
+
1016
+ (QENG-3811) Add AIX and Solaris SPARC platforms
1017
+ ```
1018
+ * Merge pull request #35 from nwolfe/maint/alphabetize-test-fixtures (26ae944e)
1019
+
1020
+
1021
+ ```
1022
+ Merge pull request #35 from nwolfe/maint/alphabetize-test-fixtures
1023
+
1024
+ (MAINT) Sort platforms alphabetically
1025
+ ```
1026
+ * Merge pull request #34 from nwolfe/qeng3946-support-arbitrary-hypervisors (4d018b46)
1027
+
1028
+
1029
+ ```
1030
+ Merge pull request #34 from nwolfe/qeng3946-support-arbitrary-hypervisors
1031
+
1032
+ (QENG-3946) Support arbitrary hypervisors
1033
+ ```
1034
+ * (QENG-3946) Support arbitrary hypervisors (cf62fc5e)
1035
+
1036
+
1037
+ ```
1038
+ (QENG-3946) Support arbitrary hypervisors
1039
+
1040
+ This commit allows unknown hypervisors to be specified by the user.
1041
+ Previously, if the hypervisor specified by the user was not one of the
1042
+ valid, built-in implementations then an error was thrown notifying the
1043
+ user that an invalid hypervisor was requested.
1044
+ Now, this is no longer an error, and instead the host generation will
1045
+ continue as normal but there will be no hypervisor-specific
1046
+ configuration. The name of the unknown hypervisor will be the value of
1047
+ the hypervisor configuration of the hosts.
1048
+
1049
+ To implement this, we can repurpose the special `Hypervisor::None`
1050
+ implementation to instead represent an unknown (but equally valid)
1051
+ hypervisor. The unknown name will now be the value of `hypervisor` in
1052
+ the generated config, where it used to be `hypervisor: none`.
1053
+
1054
+ For example:
1055
+ $ .. centos6-64{hypervisor=custom}
1056
+ ---
1057
+ HOSTS:
1058
+ centos6-64-1:
1059
+ pe_dir:
1060
+ pe_ver:
1061
+ pe_upgrade_dir:
1062
+ pe_upgrade_ver:
1063
+ platform: el-6-x86_64
1064
+ hypervisor: custom
1065
+ roles:
1066
+ - agent
1067
+ CONFIG:
1068
+ nfs_server: none
1069
+ consoleport: 443
1070
+ ```
1071
+ * (QENG-3811) Regenerate fixtures with new platforms (dbd40c80)
1072
+
1073
+
1074
+ ```
1075
+ (QENG-3811) Regenerate fixtures with new platforms
1076
+
1077
+ Our fixture generation isn't quite deterministic, and adding a new
1078
+ platform somehow causes unrelated platform fixtures to be changed.
1079
+
1080
+ This commit deletes the entire `test/fixtures/generated` directory and
1081
+ regenerates them anew, with new fixtures for the new AIX and Solaris
1082
+ SPARC platforms.
1083
+ ```
1084
+ * (QENG-3811) Add AIX and Solaris SPARC platforms (8c5eb30d)
1085
+
1086
+ * (MAINT) Regenerate test fixtures and isolate them (d17d2341)
1087
+
1088
+
1089
+ ```
1090
+ (MAINT) Regenerate test fixtures and isolate them
1091
+
1092
+ Since we sorted the platforms alphabetically, the fixture generation
1093
+ results in different filenames. Basically every time we modify
1094
+ Data#platforms() we should regenerate the fixtures so we have all
1095
+ platforms covered.
1096
+
1097
+ This moves the generated fixtures into a new directory called
1098
+ `test/fixtures/generated/` so it's easier to work with them and not have
1099
+ the manually created fixtures get in the way.
1100
+ ```
1101
+ * (MAINT) Sort platforms alphabetically (2376853e)
1102
+
1103
+
1104
+ ```
1105
+ (MAINT) Sort platforms alphabetically
1106
+
1107
+ Just so it's easier to navigate the large structure in the code.
1108
+ ```
1109
+ * Merge pull request #32 from nwolfe/qeng3808-alphanumeric-architectures (92eb8545)
1110
+
1111
+
1112
+ ```
1113
+ Merge pull request #32 from nwolfe/qeng3808-alphanumeric-architectures
1114
+
1115
+ (QENG-3808) Support uppercase alphanumeric architectures
1116
+ ```
1117
+ * Merge pull request #31 from nwolfe/qeng3377-fix-version-flag (7bedf39f)
1118
+
1119
+
1120
+ ```
1121
+ Merge pull request #31 from nwolfe/qeng3377-fix-version-flag
1122
+
1123
+ (QENG-3377) Add --version CLI flag
1124
+ ```
1125
+ * Merge pull request #30 from nwolfe/qeng3920-arbitrary-global-config-support (ffe6078a)
1126
+
1127
+
1128
+ ```
1129
+ Merge pull request #30 from nwolfe/qeng3920-arbitrary-global-config-support
1130
+
1131
+ (QENG-3920) Global host config CLI configuration support
1132
+ ```
1133
+ * (QENG-3808) Support uppercase alphanumeric architectures (0fc1ba77)
1134
+
1135
+
1136
+ ```
1137
+ (QENG-3808) Support uppercase alphanumeric architectures
1138
+
1139
+ This commit adds support for uppercase-only alphanumeric architecture
1140
+ bits in platform names. For example, we can support things like
1141
+ "POWER", "POWER7", "S390X" instead of just "32" or "64".
1142
+
1143
+ Uppercase letters allow for backwards compatibility when roles are
1144
+ specified, which come after the architecture bit. This implementation
1145
+ relies on the fact that the role and arbitrary role characters are
1146
+ only lowercase.
1147
+
1148
+ This allows us to distinguish between the architecture "POWER" and the
1149
+ role "m" when parsing the spec "POWERm", as in "aix71-POWERm".
1150
+ ```
1151
+ * (QENG-3377) Add --version CLI flag (2ddec220)
1152
+
1153
+
1154
+ ```
1155
+ (QENG-3377) Add --version CLI flag
1156
+
1157
+ This commit adds a -v/--version CLI flag to print the version number.
1158
+
1159
+ This also refactors the flow-of-control to remove the need for the
1160
+ SafeEarlyExit exception by moving all output-generating codepaths out of
1161
+ the initialize method and into the execute method, and teasing apart the
1162
+ --list and default generation codepaths. The execute method
1163
+ now chooses the code path based on the CLI options set in initialize.
1164
+
1165
+ While we no longer throw a SafeEarlyExit exception, it's effectively
1166
+ part of the API so we must wait until the appropriate time/release to
1167
+ delete it. Existing usages of it should not be broken with the changes
1168
+ in this commit.
1169
+ ```
1170
+ * (QENG-3920) Global host config CLI configuration support (151918d9)
1171
+
1172
+
1173
+ ```
1174
+ (QENG-3920) Global host config CLI configuration support
1175
+
1176
+ This commit adds CLI support for specifying global configuration
1177
+ settings that will be included in the CONFIG section.
1178
+
1179
+ For example:
1180
+
1181
+ $ beaker-hostgenerator --global-config {master=headless} redhat7-64m
1182
+ ---
1183
+ HOSTS:
1184
+ redhat7-64-1:
1185
+ pe_dir:
1186
+ pe_ver:
1187
+ pe_upgrade_dir:
1188
+ pe_upgrade_ver:
1189
+ hypervisor: vmpooler
1190
+ platform: el-7-x86_64
1191
+ template: redhat-7-x86_64
1192
+ roles:
1193
+ - agent
1194
+ - master
1195
+ CONFIG:
1196
+ nfs_server: none
1197
+ consoleport: 443
1198
+ master: headless
1199
+ pooling_api: http://vmpooler.delivery.puppetlabs.net/
1200
+ ```
1201
+ ### <a name = "0.6.0">0.6.0 - 11 May, 2016 (c807eb0d)
1202
+
1203
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.6.0 (c807eb0d)
1204
+
1205
+ * (GEM) update beaker-hostgenerator version to 0.6.0 (4a8ee90e)
1206
+
1207
+ * Merge pull request #29 from nwolfe/maint/master/prepare-for-release (7e0decc0)
1208
+
1209
+
1210
+ ```
1211
+ Merge pull request #29 from nwolfe/maint/master/prepare-for-release
1212
+
1213
+ (maint) Prepare for 0.6.0 release
1214
+ ```
1215
+ * (maint) Prepare for 0.6.0 release (c15c1bf6)
1216
+
1217
+ * Merge pull request #28 from nwolfe/qeng3276/none-hypervisor-and-host-settings (d105e4bd)
1218
+
1219
+
1220
+ ```
1221
+ Merge pull request #28 from nwolfe/qeng3276/none-hypervisor-and-host-settings
1222
+
1223
+ (QENG-3276) Add None hypervisor and per-host settings support
1224
+ ```
1225
+ * (QENG-3276) Minor refactorings; failing test fixture (b0926b22)
1226
+
1227
+
1228
+ ```
1229
+ (QENG-3276) Minor refactorings; failing test fixture
1230
+
1231
+ This commit includes the following minor refactorings based on feedback:
1232
+ * Inline if block surrounding arbitrary_settings['hostname']
1233
+ * Strip the `__` name prefix from `__generate_host_roles!` and make
1234
+ private; adjust spec test accordingly
1235
+ * Change test fixture `expected_exception` support to not use the
1236
+ dangerous `eval`, and added `per-host-settings/malformed-input.yaml`
1237
+ test fixture to exercise the support
1238
+ ```
1239
+ * (QENG-3276) Update CHANGELOG (0a170d42)
1240
+
1241
+
1242
+ ```
1243
+ (QENG-3276) Update CHANGELOG
1244
+
1245
+ This commit adds notes for the next release regarding the 'none'
1246
+ hypervisor and arbitrary key-value host settings support.
1247
+ ```
1248
+ * (QENG-3276) Add more parser tests for failures (b80d94ab)
1249
+
1250
+
1251
+ ```
1252
+ (QENG-3276) Add more parser tests for failures
1253
+
1254
+ This commit adds tests that validate the proper exceptions are thrown
1255
+ when invalid arbitrary host settings are provided.
1256
+
1257
+ This also expands host-setting support to include arbitrary whitespace
1258
+ to allow for more human-readable input.
1259
+ ```
1260
+ * (MAINT) Wire up expected_excpetion test fitxure support (78cccb14)
1261
+
1262
+
1263
+ ```
1264
+ (MAINT) Wire up expected_excpetion test fitxure support
1265
+
1266
+ This commits finishes the work necessary to support expected exceptions
1267
+ defined in the test fixture YAML files.
1268
+ ```
1269
+ * (QENG-3276) Move host role code into Roles module (78a2679e)
1270
+
1271
+
1272
+ ```
1273
+ (QENG-3276) Move host role code into Roles module
1274
+
1275
+ This commit moves the ROLES map and custom role config map out of the
1276
+ Data and Generator classes and into the Roles class.
1277
+ This also changes the implementation of custom role configuration from
1278
+ being a meta-programming method call into a standard map index.
1279
+ ```
1280
+ * (QENG-3276) Extract code into new Parser module (9764fd7e)
1281
+
1282
+
1283
+ ```
1284
+ (QENG-3276) Extract code into new Parser module
1285
+
1286
+ This commit moves the NODE_REGEX constant and handful of methods tightly
1287
+ coupled to it into a new module called Parser. This module is
1288
+ responsible for dealing with the raw user input string and turning it
1289
+ into data structures that the Generator and hypervisors can operate on.
1290
+ ```
1291
+ * (QENG-3276) Minor method refactoring (ce763dc0)
1292
+
1293
+
1294
+ ```
1295
+ (QENG-3276) Minor method refactoring
1296
+
1297
+ This commit renames a method, marks some methods as private, and
1298
+ extracts some logic into its own method.
1299
+ ```
1300
+ * (QENG-3276) Update README (fd99cc9f)
1301
+
1302
+
1303
+ ```
1304
+ (QENG-3276) Update README
1305
+
1306
+ This commit updates the README to include an example of the new 'none'
1307
+ hypervisor and per-host settings.
1308
+
1309
+ Also rename "Puppet Labs" references to just "Puppet".
1310
+ ```
1311
+ * (QENG-3276) Update CLI help/usage text (7d85dff4)
1312
+
1313
+
1314
+ ```
1315
+ (QENG-3276) Update CLI help/usage text
1316
+
1317
+ This commit updates the CLI help text to mention the new arbitrary host
1318
+ settings support, and include the list of valid hypervisors when the
1319
+ `--list` option is given.
1320
+ ```
1321
+ * (QENG-3276) Test fixtures for hypervisor and settings (34d4e649)
1322
+
1323
+
1324
+ ```
1325
+ (QENG-3276) Test fixtures for hypervisor and settings
1326
+
1327
+ This commit adds a couple hand-made test fixtures that exercise the new
1328
+ "none" hypervisor and arbitrary host settings support.
1329
+ ```
1330
+ * Merge pull request #27 from nwolfe/maint/master/decouple-generator-and-hypervisors (52293374)
1331
+
1332
+
1333
+ ```
1334
+ Merge pull request #27 from nwolfe/maint/master/decouple-generator-and-hypervisors
1335
+
1336
+ (maint) Decouple hypervisors from generator
1337
+ ```
1338
+ * (QENG-3276) Add None hypervisor and per-host settings support (ab38abef)
1339
+
1340
+
1341
+ ```
1342
+ (QENG-3276) Add None hypervisor and per-host settings support
1343
+
1344
+ This commit adds a new "none" hypervisor to support non-provisioned
1345
+ hosts. Non-provisioned hosts require a handful of other host settings to
1346
+ be specified in order for Beaker to use it properly, so this commit also
1347
+ adds support for arbitrary key-value host settings.
1348
+
1349
+ For example:
1350
+
1351
+ $ .. centos6-64m{hypervisor=none,hostname=my-host,vmhostname=othername}
1352
+ ---
1353
+ HOSTS:
1354
+ my-host:
1355
+ pe_dir:
1356
+ pe_ver:
1357
+ pe_upgrade_dir:
1358
+ pe_upgrade_ver:
1359
+ platform: el-6-x86_64
1360
+ hypervisor: none
1361
+ vmhostname: othername
1362
+ roles:
1363
+ - agent
1364
+ - master
1365
+ CONFIG:
1366
+ nfs_server: none
1367
+ consoleport: 443
1368
+ ```
1369
+ * (maint) Docstrings for new hypervisor architecture (9c35595f)
1370
+
1371
+
1372
+ ```
1373
+ (maint) Docstrings for new hypervisor architecture
1374
+
1375
+ This commit adds docstrings to modules and methods, specifically the
1376
+ BeakerHostGenerator::Hypervisor and BeakerHostGenerator::Data modules.
1377
+ ```
1378
+ * (maint) Generate multi-platform test fixtures (996578cb)
1379
+
1380
+
1381
+ ```
1382
+ (maint) Generate multi-platform test fixtures
1383
+
1384
+ To help with test coverage, this adds a directory full of generated
1385
+ test fixtures with multi-platform hosts in a form similar to
1386
+ "centos6-64m-debian8-32-sles12-64a". Two of the three hosts have a
1387
+ random role assigned.
1388
+ ```
1389
+ * (maint) New generated windows test fixtures (2591347e)
1390
+
1391
+
1392
+ ```
1393
+ (maint) New generated windows test fixtures
1394
+
1395
+ The rake task 'generate:fixtures' produced several new Windows fixtures.
1396
+ Perhaps we had previously updated the code to add support for more
1397
+ Windows platforms, but we forgot to re-generate the test fixtures?
1398
+ ```
1399
+ * (maint) Decouple hypervisors from generator (aa39202e)
1400
+
1401
+
1402
+ ```
1403
+ (maint) Decouple hypervisors from generator
1404
+
1405
+ This commit is a large refactor that teases apart the generate code from
1406
+ the hypervisor code.
1407
+
1408
+ Previously the VMPooler hypervisor class was a subclass of the Generator
1409
+ class, which was fine when there was only one hypervisor, but made it
1410
+ difficult to add support for per-host/multiple hypervisors.
1411
+
1412
+ Now, there's a 1-to-many relationship between the Generator
1413
+ (BeakerHostGenerator::Generator) and the
1414
+ Hypervisors (BeakerHostGenerator::Hypervisor).
1415
+
1416
+ The giant map of OSINFO data that was previously in the
1417
+ 'data/vmpooler.rb' has been promoted and moved into data.rb as the
1418
+ `osinfo` module function. The parts specific to the VMPooler hypervisor
1419
+ have been nested under submaps keyed by the name of the hypervisor,
1420
+ `:vmpooler`.
1421
+
1422
+ Adding support for a new hypervisor now requires implementing
1423
+ BeakerHostGenerator::Hypervisor::Interface, and adding any appropriate
1424
+ platform data as a submap to the OSINFO map in data.rb, keyed under a
1425
+ symbol named after the new hypervisor (e.g. `:my_hypervisor`).
1426
+
1427
+ The module function `BeakerHostGenerator::Data.get_platform_info` can
1428
+ then be used when implementing the hypervisor to extract the relevant
1429
+ platform data under the key `:my_hypervisor`.
1430
+ ```
1431
+ ### <a name = "0.5.0">0.5.0 - 31 Mar, 2016 (fa3ae0c8)
1432
+
1433
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.5.0 (fa3ae0c8)
1434
+
1435
+ * (GEM) update beaker-hostgenerator version to 0.5.0 (36291ea6)
1436
+
1437
+ * (MAINT) Update changelog for pending release. (5b2e75bf)
1438
+
1439
+ * Merge pull request #26 from puppetlabs/qeng-3489 (2b9b0ad4)
1440
+
1441
+
1442
+ ```
1443
+ Merge pull request #26 from puppetlabs/qeng-3489
1444
+
1445
+ (QENG-3489) Add Ubuntu 16.04 to beaker host generator data.
1446
+ ```
1447
+ * (MAINT) Fix borked test fixtures. (e5d60be4)
1448
+
1449
+ * (QENG-3489) Add Ubuntu 16.04 to vmpooler platform data. (23e10232)
1450
+
1451
+ * Merge pull request #25 from LuvCurves/remove_cisco_xr_ssh_user (50016446)
1452
+
1453
+
1454
+ ```
1455
+ Merge pull request #25 from LuvCurves/remove_cisco_xr_ssh_user
1456
+
1457
+ (maint) Remove ssh user from Cisco XR platform.
1458
+ ```
1459
+ * (maint) Remove ssh user from Cisco XR platform. (79fcd1cf)
1460
+
1461
+ * Merge pull request #24 from LuvCurves/BKR-706 (0c7c31cf)
1462
+
1463
+
1464
+ ```
1465
+ Merge pull request #24 from LuvCurves/BKR-706
1466
+
1467
+ (BKR-706) Update Cisco platforms to match beaker
1468
+ ```
1469
+ * (maint) Changed names based on Cisco recommendation (7b88434c)
1470
+
1471
+ * (BKR-706) Update Cisco platforms to match beaker (7c44bb80)
1472
+
1473
+ ### <a name = "0.4.0">0.4.0 - 10 Feb, 2016 (dc333b1c)
1474
+
1475
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.4.0 (dc333b1c)
1476
+
1477
+ * (GEM) update beaker-hostgenerator version to 0.4.0 (fe10edc1)
1478
+
1479
+ * (MAINT) Remove hard-coded gemspec date. (4770b013)
1480
+
1481
+ * Merge pull request #23 from puppetlabs/maint (f8b77852)
1482
+
1483
+
1484
+ ```
1485
+ Merge pull request #23 from puppetlabs/maint
1486
+
1487
+ (QENG-3466) Fix --list bug and write tests to prevent recurrences.
1488
+ ```
1489
+ * (MAINT) s/Errors/Exceptions/ in bin directory (b8b68c60)
1490
+
1491
+ * (MAINT) Better semantics for exception naming. (d0129893)
1492
+
1493
+ * (MAINT) Actually add new test. (f80192f3)
1494
+
1495
+ * (MAINT) Be more explicit in CHANGELOG (0a39fb6b)
1496
+
1497
+ * (MAINT) Write test for safe early exit behavior. (34866de1)
1498
+
1499
+
1500
+ ```
1501
+ (MAINT) Write test for safe early exit behavior.
1502
+
1503
+ Specifically, ensure that when passed the "--list" options,
1504
+ BeakerHostGenerator::CLI.initialize will raise the
1505
+ BeakerHostGenerator::Errors::SafeEarlyExit exception which is intended to be
1506
+ ignored by the script calling BeakerHostGenerator::CLI.initialize
1507
+ ```
1508
+ * (MAINT) Update CHANGELOG (bb52432b)
1509
+
1510
+ * (MAINT) Write tests to protect --list CLI behavior. (e523773f)
1511
+
1512
+ * (MAINT) Don't call 'exit' in BeakerHostGenerator::CLI class. (e3bac654)
1513
+
1514
+ * (MAINT) Fix bug introduced by eecc04c (865b04c2)
1515
+
1516
+ * Merge pull request #21 from puppetlabs/qeng-3370 (45bf2295)
1517
+
1518
+
1519
+ ```
1520
+ Merge pull request #21 from puppetlabs/qeng-3370
1521
+
1522
+ (QENG-3370) Add pe_* value CLI override options.
1523
+ ```
1524
+ * (QENG-3370) Use mixins instead of module method references. (eecc04c8)
1525
+
1526
+ * (QENG-3370) Address PR feedback. (19cc3a9b)
1527
+
1528
+ * (QENG-3370) Fix grammar no no. (4d7d5db3)
1529
+
1530
+ * Revert "(QENG-3370) Add .projectile (emacs plugin) path exclusion." (1db7dfcc)
1531
+
1532
+
1533
+ ```
1534
+ Revert "(QENG-3370) Add .projectile (emacs plugin) path exclusion."
1535
+
1536
+ This reverts commit 3dd4eb3a5488b55f6aae1d65db43e84c7c0ff625.
1537
+ ```
1538
+ * (QENG-3370) Fix fixtures after merging cisco changes from master branch. (e1c65ffc)
1539
+
1540
+ * Merge remote-tracking branch 'origin/master' into qeng-3370 (8559505b)
1541
+
1542
+ * (QENG-3370) Fix module constant initialization bug. (aa3e08cd)
1543
+
1544
+
1545
+ ```
1546
+ (QENG-3370) Fix module constant initialization bug.
1547
+
1548
+ Similar to the BeakerHostGenerator::Data::Vmpooler data initialization bug, this
1549
+ is something that would not typically show up during normal command line usage
1550
+ of beaker-hostgenerator because at that time there is typically only one
1551
+ reference made to the BeakerHostGenerator::Utils module constant. However during
1552
+ test fixture generation and rspec tests the modules were only loaded once so
1553
+ there was only one attempt to read in environment variables which led to
1554
+ inconsisten results depending on the order in which the fixtures were
1555
+ generated/tested.
1556
+ ```
1557
+ * (QENG-3370) Fix major bug in BeakerHostGenerator::Data::Vmpooler (f3359c8f)
1558
+
1559
+
1560
+ ```
1561
+ (QENG-3370) Fix major bug in BeakerHostGenerator::Data::Vmpooler
1562
+
1563
+ Since the OSINFO and OSINFO_BHGv1 module constants are only initialized once
1564
+ (during library load), do not refer directly to them using reference variables.
1565
+ Instead, initialize the osinfo variable directly on each call of get_osinfo and
1566
+ merge in the module constants as appropriate based on the given
1567
+ beaker-hostenerator version integer.
1568
+
1569
+ This bug never came up during normal command-line usage of beaker-hostgenerator
1570
+ because get_osinfo would never be expected to be called with both bhg_version=0
1571
+ and bhg_version=1. However, it came up both during generation of test fixtures
1572
+ and validation of those test fixtures in rspec since the module is only loaded
1573
+ once which led to the mutated value of the OSINFO module constant to persist
1574
+ across all initializations of the BeakerHostGenerator::CLI class.
1575
+ ```
1576
+ * (QENG-3370) Generate test cases for pe_{family,version} variable combinations. (99965b3f)
1577
+
1578
+ * (QENG-3370) Minor cleanup of new rspec test. (e9a77bb5)
1579
+
1580
+ * (QENG-3370) Use fixtures in rspec tests instead of minitest. (b401574d)
1581
+
1582
+
1583
+ ```
1584
+ (QENG-3370) Use fixtures in rspec tests instead of minitest.
1585
+
1586
+ This makes it possible to treat each individual fixture its own test case which
1587
+ improves the reporting and ensures that all fixtures are tested even if some
1588
+ fail.
1589
+
1590
+ Using a loop containing an assertion in minitest did not work for this purpose
1591
+ because a failed assertion caused the loop to break prematurely; it probably
1592
+ would have been possible to catch whatever the exception was and continue the
1593
+ loop but whatever. I already did this.
1594
+ ```
1595
+ * (QENG-3370) Rename options_string to arguments_string. (c6507fd4)
1596
+
1597
+ * (QENG-3370) Add documentation for test fixtures. (b6712a9b)
1598
+
1599
+ * (QENG-3370) Make it a little easier to generate fixtures. (a829a425)
1600
+
1601
+
1602
+ ```
1603
+ (QENG-3370) Make it a little easier to generate fixtures.
1604
+
1605
+ * Move FixtureGenerator class into test/utils/generator_helpers.rb
1606
+ * Create generate:test Rake task
1607
+ ```
1608
+ * (QENG-3370) Add assert_equal mismatch message. (11cbba23)
1609
+
1610
+ * (QENG-3370) Add .projectile (emacs plugin) path exclusion. (3dd4eb3a)
1611
+
1612
+ * (QENG-3370) Use YAML.load_file method. (0b353986)
1613
+
1614
+ * (QENG-3370) Don't use minitest to generate fixtures. (6c3a890f)
1615
+
1616
+ * (QENG-3370) Generate various option fixtures. (71e4efca)
1617
+
1618
+ * (QENG-3370) Add some fixtures and a test case to iterate over them. (722abcd5)
1619
+
1620
+ * (QENG-3370) Use enumerators to produce more diverse combinations of host roles. (2f913aec)
1621
+
1622
+ * (QENG-3370) Move helper methods into helper module. (f4fd1cf5)
1623
+
1624
+
1625
+ ```
1626
+ (QENG-3370) Move helper methods into helper module.
1627
+
1628
+ Unclutters the fixture generator class and maintains distinction between test
1629
+ and helper methods.
1630
+ ```
1631
+ * (QENG-3370) Create common method for generating options-based fixtures. (6be93ddc)
1632
+
1633
+
1634
+ ```
1635
+ (QENG-3370) Create common method for generating options-based fixtures.
1636
+
1637
+ This will make it easier to generate many many fixtures.
1638
+ ```
1639
+ * (QENG-3370) Add janky fixture generator. (88ac0341)
1640
+
1641
+
1642
+ ```
1643
+ (QENG-3370) Add janky fixture generator.
1644
+
1645
+ This script allows one to generate test fixtures using beaker-hostgenerator
1646
+ itself. Yay. The generated directory structure could use some more thought.
1647
+ ```
1648
+ * (QENG-3370) Move GeneratorTestHelpers into its own file. (f7d3f996)
1649
+
1650
+ * (QENG-3370) Use BeakerHostGenerator::CLI directly. (45a2f7e4)
1651
+
1652
+
1653
+ ```
1654
+ (QENG-3370) Use BeakerHostGenerator::CLI directly.
1655
+
1656
+ This may be necessary to ensure coverage checks can work correctly. Also, it
1657
+ makes sense to test at this since I know of at least one project that is doing
1658
+ something similar.
1659
+
1660
+ Not so sure about the way this is handling stderr though--just trying to avoid
1661
+ polluting the minitest console output.
1662
+ ```
1663
+ * (QENG-3770) Add GeneratorTestHelpers and default options test for test class. (388867d1)
1664
+
1665
+ * (QENG-3770) Stub out minitest for Generator class. (3af5796d)
1666
+
1667
+ * (QENG-3770) Get test:spec rake task to run minitest also. (436bb778)
1668
+
1669
+ * (QENG-3370) Add pe_* value CLI override options. (e321afc3)
1670
+
1671
+ ### <a name = "0.3.3">0.3.3 - 3 Feb, 2016 (41051da9)
1672
+
1673
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.3.3 (41051da9)
1674
+
1675
+ * (GEM) update beaker-hostgenerator version to 0.3.3 (34f5cee5)
1676
+
1677
+ * Merge pull request #20 from LuvCurves/master (9615ac0c)
1678
+
1679
+
1680
+ ```
1681
+ Merge pull request #20 from LuvCurves/master
1682
+
1683
+ (maint) Add better support for Cisco platforms
1684
+ ```
1685
+ * (MAINT) Update changelog. (bd675277)
1686
+
1687
+ * (maint) Add better support for Cisco platforms (f4ca866a)
1688
+
1689
+ ### <a name = "0.3.2">0.3.2 - 28 Jan, 2016 (299df8ec)
1690
+
1691
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.3.2 (299df8ec)
1692
+
1693
+ * (GEM) update beaker-hostgenerator version to 0.3.2 (1b73712d)
1694
+
1695
+ * Merge pull request #22 from Iristyle/update-win-10-platforms (b181cd18)
1696
+
1697
+
1698
+ ```
1699
+ Merge pull request #22 from Iristyle/update-win-10-platforms
1700
+
1701
+ (maint) Update Windows 10 platform names
1702
+ ```
1703
+ * (maint) Update Windows 10 platform names (27a26440)
1704
+
1705
+
1706
+ ```
1707
+ (maint) Update Windows 10 platform names
1708
+
1709
+ - Previous convention for Windows platforms is to always end in a -32
1710
+ or -64. There are some tests that rely on this naming scheme to
1711
+ properly identify a 32-bit or 64-bit OS.
1712
+
1713
+ For instance, a Puppet acceptance test relies on that convention when
1714
+ detecting the location of binaries per:
1715
+
1716
+ https://github.com/puppetlabs/puppet/blob/master/acceptance/tests/ensure_puppet-agent_paths.rb#L140-L143
1717
+
1718
+ Original commit that introduced these was
1719
+ 3d1be3833b0dd95d508d89ecbe76464524f578c3
1720
+ ```
1721
+ ### <a name = "0.3.1">0.3.1 - 30 Dec, 2015 (7a3f10ca)
1722
+
1723
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.3.1 (7a3f10ca)
1724
+
1725
+ * (GEM) update beaker-hostgenerator version to 0.3.1 (8f469a6f)
1726
+
1727
+ * Merge pull request #19 from puppetlabs/issue/qeng-3335-centos-only (a478482a)
1728
+
1729
+
1730
+ ```
1731
+ Merge pull request #19 from puppetlabs/issue/qeng-3335-centos-only
1732
+
1733
+ (QENG-3335) Restrict osinfo v1 to centos only changes
1734
+ ```
1735
+ * (QENG-3335) Restrict osinfo v1 to centos only changes (851f1b40)
1736
+
1737
+
1738
+ ```
1739
+ (QENG-3335) Restrict osinfo v1 to centos only changes
1740
+
1741
+ See https://tickets.puppetlabs.com/browse/BKR-662 for backstory.
1742
+ ```
1743
+ ### <a name = "0.3.0">0.3.0 - 30 Dec, 2015 (4b03eaf4)
1744
+
1745
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.3.0 (4b03eaf4)
1746
+
1747
+ * (GEM) update beaker-hostgenerator version to 0.3.0 (5bc2d40b)
1748
+
1749
+ * Merge pull request #18 from puppetlabs/qeng-3335 (323ed794)
1750
+
1751
+
1752
+ ```
1753
+ Merge pull request #18 from puppetlabs/qeng-3335
1754
+
1755
+ (QENG-3335) Don't identify centos as el in 'platform'
1756
+ ```
1757
+ * (QENG-3335) Fix typo in osinfo version deprecation message. (b4903f78)
1758
+
1759
+ * (QENG-3335) Fix the OSINFO deprecation warning. (e364bd97)
1760
+
1761
+
1762
+ ```
1763
+ (QENG-3335) Fix the OSINFO deprecation warning.
1764
+
1765
+ Assignment to the "warning" variable was incorrect, also it appears that one
1766
+ cannot print to STDERR within the OptionParser.new block...
1767
+ ```
1768
+ * (QENG-3335) Add OSINFO v0 deprecation warning. (4336126a)
1769
+
1770
+ * (QENG-3335) s/bgh/bhg/ s/BGH/BHG/ (bfb95f05)
1771
+
1772
+ * (QENG-3335) Cast osinfo-version to integer. (4e9d8088)
1773
+
1774
+ * (QENG-3335) Don't forget to use the bgh_version. (c9dec1b7)
1775
+
1776
+ * (QENG-3335) Actually, don't change the original datastructure name. (e1f4cd4a)
1777
+
1778
+ * (QENG-3335) Actually, use '--osinfo-version' flag instead. (391fdd68)
1779
+
1780
+ * (QENG-3335) Add 'enable-unambiguous-platform-names' flag. (888f8d40)
1781
+
1782
+ * (QENG-3335) Don't identify centos as el in 'platform' (520028e2)
1783
+
1784
+ * Merge pull request #17 from puppetlabs/maint (3fc629e4)
1785
+
1786
+
1787
+ ```
1788
+ Merge pull request #17 from puppetlabs/maint
1789
+
1790
+ (MAINT) Update Changelog for recent releases.
1791
+ ```
1792
+ * (MAINT) Update Changelog for recent releases. (2ae32038)
1793
+
1794
+ ### <a name = "0.2.0">0.2.0 - 22 Dec, 2015 (dfa33e5f)
1795
+
1796
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.2.0 (dfa33e5f)
1797
+
1798
+ * (GEM) update beaker-hostgenerator version to 0.2.0 (1194df93)
1799
+
1800
+ * Merge pull request #15 from puppetlabs/(QENG-3301)-Add-support-for-Cumulus-Linux (9a8e655c)
1801
+
1802
+
1803
+ ```
1804
+ Merge pull request #15 from puppetlabs/(QENG-3301)-Add-support-for-Cumulus-Linux
1805
+
1806
+ (QENG-3301) Add support for Cumulus Linux
1807
+ ```
1808
+ * Merge pull request #16 from puppetlabs/maint (982e7deb)
1809
+
1810
+
1811
+ ```
1812
+ Merge pull request #16 from puppetlabs/maint
1813
+
1814
+ (MAINT) Fix arista4 spec string.
1815
+ ```
1816
+ * Merge pull request #14 from puppetlabs/(QENG-3308)(QENG-3309)-Add-support-for-Cisco-platforms (bb18139d)
1817
+
1818
+
1819
+ ```
1820
+ Merge pull request #14 from puppetlabs/(QENG-3308)(QENG-3309)-Add-support-for-Cisco-platforms
1821
+
1822
+ (QENG-3308)(QENG-3309) Add support for Cisco platforms
1823
+ ```
1824
+ * (MAINT) Fix arista4 spec string. (6a7715a0)
1825
+
1826
+ * (QENG-3308) (QENG-3309) Add hardware platform signifier. (29bf775c)
1827
+
1828
+ * Updated platform strings based on comments. (6727a9dd)
1829
+
1830
+ * (QENG-3301) Add support for Cumulus Linux (a1a96d5a)
1831
+
1832
+ * (QENG-3308)(QENG-3309) Add support for Cisco platforms (c7cfbaa0)
1833
+
1834
+ * Merge pull request #12 from puppetlabs/maint (084ae0cf)
1835
+
1836
+
1837
+ ```
1838
+ Merge pull request #12 from puppetlabs/maint
1839
+
1840
+ Revert "(QENG-3309) Add support for Cisco wrlinux-7"
1841
+ ```
1842
+ * Revert "(QENG-3309) Add support for Cisco wrlinux-7" (3693133f)
1843
+
1844
+
1845
+ ```
1846
+ Revert "(QENG-3309) Add support for Cisco wrlinux-7"
1847
+
1848
+ This reverts commit 3e36da18e7bfeec2fa92295fa5f9959d45611eb4.
1849
+ ```
1850
+ * Merge pull request #11 from puppetlabs/(QENG-3309)-Add-support-for-Cisco-wrlinux-7 (0fdf80ec)
1851
+
1852
+
1853
+ ```
1854
+ Merge pull request #11 from puppetlabs/(QENG-3309)-Add-support-for-Cisco-wrlinux-7
1855
+
1856
+ (QENG-3309) Add support for Cisco wrlinux-7
1857
+ ```
1858
+ * (QENG-3309) Add support for Cisco wrlinux-7 (3e36da18)
1859
+
1860
+ ### <a name = "0.1.0">0.1.0 - 21 Dec, 2015 (474f4ccb)
1861
+
1862
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.1.0 (474f4ccb)
1863
+
1864
+ * (GEM) update beaker-hostgenerator version to 0.1.0 (13477a89)
1865
+
1866
+ * Merge pull request #10 from joshcooper/ticket/master/QENG-3275-32bit-puppet-64bit-windows (b059a8c6)
1867
+
1868
+
1869
+ ```
1870
+ Merge pull request #10 from joshcooper/ticket/master/QENG-3275-32bit-puppet-64bit-windows
1871
+
1872
+ (QENG-3275) Add support for 32-bit puppet on 64-bit windows
1873
+ ```
1874
+ * (QENG-3275) Ensure ruby_arch matches install_32 (00b625e0)
1875
+
1876
+
1877
+ ```
1878
+ (QENG-3275) Ensure ruby_arch matches install_32
1879
+
1880
+ Previously, if then `pe_use_win32` environment variable was set, then
1881
+ the resulting host config for 64-bit windows OS's, would contain
1882
+ `ruby_arch: x64`, which contradicted `install_32: true`.
1883
+
1884
+ This commit ensures `ruby_arch: x86` in this particular case so that it
1885
+ is consistent with `install_32: true`.
1886
+ ```
1887
+ * Merge pull request #8 from puppetlabs/(QENG-3307)-Add-support-for-Arista (a9ffbade)
1888
+
1889
+
1890
+ ```
1891
+ Merge pull request #8 from puppetlabs/(QENG-3307)-Add-support-for-Arista
1892
+
1893
+ Added Arista support
1894
+ ```
1895
+ * Update vmpooler.rb (a72bb36f)
1896
+
1897
+ * Added Arista support (cf70e0ca)
1898
+
1899
+ * Merge pull request #7 from puppetlabs/qeng-3181 (ffd8b2d0)
1900
+
1901
+
1902
+ ```
1903
+ Merge pull request #7 from puppetlabs/qeng-3181
1904
+
1905
+ (QENG-3181) Add a 'genconfig2' command line tool with deprecation war…
1906
+ ```
1907
+ * Merge pull request #6 from puppetlabs/qeng-2438 (a98bc8c6)
1908
+
1909
+
1910
+ ```
1911
+ Merge pull request #6 from puppetlabs/qeng-2438
1912
+
1913
+ (QENG-2438) Improve beaker-hostgenerator documentation.
1914
+ ```
1915
+ * (QENG-2438) Fix typo in CONTRIBUTING.md (c58e8fee)
1916
+
1917
+ * (QENG-3275) Add hybrid Windows host configs for 32-bit puppet (f113ba1c)
1918
+
1919
+
1920
+ ```
1921
+ (QENG-3275) Add hybrid Windows host configs for 32-bit puppet
1922
+
1923
+ Add host configs for specifying 32-bit puppet on 64-bit Windows, e.g.
1924
+
1925
+ bundle exec beaker-hostgenerator windows2012r2-6432a
1926
+ ---
1927
+ HOSTS:
1928
+ windows2012r2-6432-1:
1929
+ ...
1930
+ platform: windows-2012r2-64
1931
+ template: win-2012r2-x86_64
1932
+ ruby_arch: x86
1933
+ roles:
1934
+ - agent
1935
+
1936
+ Updates `--list` update to describe 64, 32, and 6432 bits.
1937
+ ```
1938
+ * (QENG-3275) Default ruby_arch based on Windows arch (6b6c3595)
1939
+
1940
+
1941
+ ```
1942
+ (QENG-3275) Default ruby_arch based on Windows arch
1943
+
1944
+ Previously, Windows host configs did not contain `ruby_arch`, which
1945
+ puppet, facter, and pxp-agent rely on during acceptance tests to
1946
+ detect which version of ruby is running, as we support running either
1947
+ 32 or 64-bit puppet on 64-bit Windows.
1948
+
1949
+ This commit ensures `ruby_arch` is set to x64 for 64-bit Windows, and
1950
+ x86 for 32-bit Windows.
1951
+ ```
1952
+ * (QENG-3181) Add a 'genconfig2' command line tool with deprecation warning. (0adfab77)
1953
+
1954
+ * (QENG-2438) Add a CONTRIBUTING.md. (d1e8a747)
1955
+
1956
+
1957
+ ```
1958
+ (QENG-2438) Add a CONTRIBUTING.md.
1959
+
1960
+ Heavily modified version of Beaker's CONTRIBUTING.md
1961
+ ```
1962
+ * (QENG-2438) Improve beaker-hostgenerator documentation. (41b33040)
1963
+
1964
+ * Merge pull request #5 from joshcooper/ticket/master/QENG-3267-call-cli-programmatically (4dace64a)
1965
+
1966
+
1967
+ ```
1968
+ Merge pull request #5 from joshcooper/ticket/master/QENG-3267-call-cli-programmatically
1969
+
1970
+ (QENG-3267) Allow CLI to be called programmatically
1971
+ ```
1972
+ * Merge pull request #4 from joshcooper/ticket/maint/genconfig-typo (a69dc2b8)
1973
+
1974
+
1975
+ ```
1976
+ Merge pull request #4 from joshcooper/ticket/maint/genconfig-typo
1977
+
1978
+ (maint) Refer to new Beaker::Host::Generator::Data constant
1979
+ ```
1980
+ * Merge pull request #3 from puppetlabs/copy-edit-usage-docstring (b7c4f26e)
1981
+
1982
+
1983
+ ```
1984
+ Merge pull request #3 from puppetlabs/copy-edit-usage-docstring
1985
+
1986
+ Copy edit usage docstring
1987
+ ```
1988
+ * Merge pull request #2 from puppetlabs/readme-typo-fixed (c691c650)
1989
+
1990
+
1991
+ ```
1992
+ Merge pull request #2 from puppetlabs/readme-typo-fixed
1993
+
1994
+ README typo fixed
1995
+ ```
1996
+ * (QENG-3267) Add an execute method for programmatic execution (124e6504)
1997
+
1998
+
1999
+ ```
2000
+ (QENG-3267) Add an execute method for programmatic execution
2001
+
2002
+ Previously, it was not possible to execute the CLI and get back the
2003
+ output as a string.
2004
+
2005
+ This commit adds an `execute` method that does that, and modifies
2006
+ `execute!` to print what `execute` returns, as it did before.
2007
+ ```
2008
+ * (QENG-3267) Allow CLI to be called programmatically (b571680d)
2009
+
2010
+
2011
+ ```
2012
+ (QENG-3267) Allow CLI to be called programmatically
2013
+
2014
+ Previously, the CLI class relied on the global ARGV which prevented
2015
+ the CLI from being called programmatically.
2016
+
2017
+ This commit changes the initialize method to take an optional array of
2018
+ arguments. If none are provided, we use the global ARGV as we did
2019
+ before, although we make a duplicate of it, since we later mutate it,
2020
+ e.g. pushing "--help".
2021
+ ```
2022
+ * (QENG-3267) Reindent leading whitespace (0fcf55c5)
2023
+
2024
+
2025
+ ```
2026
+ (QENG-3267) Reindent leading whitespace
2027
+
2028
+ The previous commit eliminated two levels of indentation. This commit
2029
+ only reindents eliminating leading whitespace.
2030
+ ```
2031
+ * (QENG-3267) Rename Beaker::Host::Generator to BeakerHostGenerator (19455f66)
2032
+
2033
+
2034
+ ```
2035
+ (QENG-3267) Rename Beaker::Host::Generator to BeakerHostGenerator
2036
+
2037
+ Previously, we were using the Beaker::Host::Generator namespace, where
2038
+ Beaker::Host is a module, but beaker defines Beaker::Host to be a
2039
+ class, so you could not require both beaker and beaker-hostgenerator.
2040
+
2041
+ This commit renames the module namespace to BeakerHostGenerator so
2042
+ that it cannot collide with Beaker.
2043
+
2044
+ This is a backwards incompatible change if anyone is programmatically
2045
+ calling Beaker::Host::Generator, but I don't think anyone is.
2046
+ ```
2047
+ * (maint) Refer to new Beaker::Host::Generator::Data constant (082fe71c)
2048
+
2049
+
2050
+ ```
2051
+ (maint) Refer to new Beaker::Host::Generator::Data constant
2052
+
2053
+ Previously, trying to call `beaker-hostgenerator --list` would result
2054
+ in:
2055
+
2056
+ uninitialized constant Beaker::Host::Generator::Utils::GenConfig (NameError)
2057
+
2058
+ This commit updates the code to use the new constant name.
2059
+ ```
2060
+ * Copy edit usage docstring (98a5e0fe)
2061
+
2062
+ * README typo fixed (ba88e07e)
2063
+
2064
+ ### 0.0.1 - 7 Oct, 2015 (d99251e6)
2065
+
2066
+ * Initial release.
2067
+
2068
+
2069
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*