beaker-hostgenerator 0.7.2 → 0.7.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 +4 -0
- data/HISTORY.md +41 -2
- data/README.md +8 -1
- data/lib/beaker-hostgenerator/cli.rb +1 -1
- data/lib/beaker-hostgenerator/data.rb +5 -0
- data/lib/beaker-hostgenerator/version.rb +1 -1
- data/test/fixtures/generated/default/huaweios6-POWERc +20 -0
- data/test/fixtures/generated/multiplatform/huaweios6-POWERc-solaris11-64-huaweios6-POWERd +40 -0
- data/test/fixtures/generated/multiplatform/solaris11-64aulcdfm-huaweios6-POWER-solaris11-64a +45 -0
- data/test/fixtures/generated/osinfo-version-0/huaweios6-POWERc +20 -0
- data/test/fixtures/generated/osinfo-version-1/huaweios6-POWERc +20 -0
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MjFlNTc2ZTgxMDlhOTBmOGUyMmM3ZWE5YTFiNmU2YWFlMGNjMmZhOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZTUwNWUzYjcwOTZhZDI5NWZjNTMyZWI4MzdkOTgyZWRhNjZkYmQzOA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDkzM2M5YTRlMzA2ZDAxYmY5OWEyN2UyOGFlNjk1MTI3MjE4ZGE0NTZkMGVh
|
|
10
|
+
YmVkMzIwNzY5MjcyOGFmZTI3NzJmMThkZmEyNGUwMjEyZmE2YmYyN2Q2ODE0
|
|
11
|
+
ODJhMmE2YTBlMzVhZDZjZDE5ZTg5MDIwOTY4MmE2MDRiZDVlOWM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWRlNGIwNWY3NDRhY2I2YzJlMzkwZDc4OTE0OWJjOTA0NTVmODAzNTlmZjNi
|
|
14
|
+
MWNhYmIxZDVjNWExZjM2OGI5MDEzYjA5MzhiNTY0MjJkMTBkNGM3YWM4ZDYx
|
|
15
|
+
MDgyMDZhZTFkN2FkY2I0MDM1ZWIwY2ZhNWRkYmNlMDZlYTA3MWY=
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ Versioning](http://semver.org).
|
|
|
7
7
|
## [Unreleased][unreleased]
|
|
8
8
|
### Changed
|
|
9
9
|
|
|
10
|
+
## [0.7.3] - 2016-8-11
|
|
11
|
+
- Add platform:
|
|
12
|
+
- HuaweiOS 6 powerpc
|
|
13
|
+
|
|
10
14
|
## [0.7.2] - 2016-7-13
|
|
11
15
|
- Automatically URL-decode input to support usage in HTTP URLs, such as Jenkins.
|
|
12
16
|
|
data/HISTORY.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# default - History
|
|
2
2
|
## Tags
|
|
3
|
-
* [LATEST -
|
|
3
|
+
* [LATEST - 11 Aug, 2016 (9ad5f770)](#LATEST)
|
|
4
|
+
* [0.7.2 - 13 Jul, 2016 (cee53bcc)](#0.7.2)
|
|
4
5
|
* [0.7.1 - 29 Jun, 2016 (be332325)](#0.7.1)
|
|
5
6
|
* [0.7.0 - 13 Jun, 2016 (f0aafe8d)](#0.7.0)
|
|
6
7
|
* [0.6.0 - 11 May, 2016 (c807eb0d)](#0.6.0)
|
|
@@ -15,7 +16,45 @@
|
|
|
15
16
|
* [0.0.1 - 7 Oct, 2015 (d99251e6)](#0.0.1)
|
|
16
17
|
|
|
17
18
|
## Details
|
|
18
|
-
### <a name = "LATEST">LATEST -
|
|
19
|
+
### <a name = "LATEST">LATEST - 11 Aug, 2016 (9ad5f770)
|
|
20
|
+
|
|
21
|
+
* (GEM) update beaker-hostgenerator version to 0.7.3 (9ad5f770)
|
|
22
|
+
|
|
23
|
+
* (maint) Update CHANGELOG for 0.7.3 release (9e9c1b82)
|
|
24
|
+
|
|
25
|
+
* Merge pull request #47 from puppetlabs/maint (165cd14a)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
Merge pull request #47 from puppetlabs/maint
|
|
30
|
+
|
|
31
|
+
(maint) Update CHANGELOG for 0.7.3 release
|
|
32
|
+
```
|
|
33
|
+
* Merge pull request #46 from puppetlabs/qeng4179/add-huaweios6-platform (3a871959)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
Merge pull request #46 from puppetlabs/qeng4179/add-huaweios6-platform
|
|
38
|
+
|
|
39
|
+
(QENG-4179) Add HuaweiOS 6 platform
|
|
40
|
+
```
|
|
41
|
+
* (QENG-4179) Add test HuaweiOS test fixtures (ba951da2)
|
|
42
|
+
|
|
43
|
+
* (QENG-4179) Add HuaweiOS 6 platform (4c9905c0)
|
|
44
|
+
|
|
45
|
+
* Merge pull request #45 from puppetlabs/maint (42b2e6f2)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
```
|
|
49
|
+
Merge pull request #45 from puppetlabs/maint
|
|
50
|
+
|
|
51
|
+
(MAINT) Add URL encoding references to README
|
|
52
|
+
```
|
|
53
|
+
* (MAINT) Add URL encoding references to README (84dfdb29)
|
|
54
|
+
|
|
55
|
+
### <a name = "0.7.2">0.7.2 - 13 Jul, 2016 (cee53bcc)
|
|
56
|
+
|
|
57
|
+
* (HISTORY) update beaker-hostgenerator history for gem release 0.7.2 (cee53bcc)
|
|
19
58
|
|
|
20
59
|
* (GEM) update beaker-hostgenerator version to 0.7.2 (edc8971b)
|
|
21
60
|
|
data/README.md
CHANGED
|
@@ -14,6 +14,7 @@ host config files using a compact command line SUT specification.
|
|
|
14
14
|
- [Two hosts with multiple hypervisors and arbitrary host settings](#two-hosts-with-multiple-hypervisors-and-arbitrary-host-settings)
|
|
15
15
|
- [Arbitrary global configuration settings](#arbitrary-global-configuration-settings)
|
|
16
16
|
- [Custom hypervisor](#custom-hypervisor)
|
|
17
|
+
- [URL-encoded input](#url-encoded-input)
|
|
17
18
|
- [Testing](#testing)
|
|
18
19
|
- [Test Fixtures](#test-fixtures)
|
|
19
20
|
- [Generated Fixtures](#generated-fixtures)
|
|
@@ -225,7 +226,13 @@ It may be necessary to URL-encode the input in order for it to properly be used
|
|
|
225
226
|
in certain contexts, such as Jenkins.
|
|
226
227
|
|
|
227
228
|
In most cases it will only be necessary to escape the characters that support
|
|
228
|
-
arbitrary settings, which means the following three characters:
|
|
229
|
+
arbitrary settings, which means the following three characters:
|
|
230
|
+
|
|
231
|
+
- `{` is `%7B`
|
|
232
|
+
- `,` is `%2C`
|
|
233
|
+
- `}` is `%7D`
|
|
234
|
+
|
|
235
|
+
For a full URL encoding reference see: http://www.w3schools.com/tags/ref_urlencode.asp
|
|
229
236
|
|
|
230
237
|
```
|
|
231
238
|
$ beaker-hostgenerator centos6-64mcd-aix53-POWERfa%7Bhypervisor=aix%2Cvmhostname=pe-aix-53-acceptance.delivery.puppetlabs.net%7D
|
|
@@ -184,7 +184,7 @@ eow
|
|
|
184
184
|
result << " 32 => 32-bit OS\n"
|
|
185
185
|
result << " 64 => 64-bit OS\n"
|
|
186
186
|
result << " 6432 => 64-bit OS with 32-bit Puppet (Windows Only)\n"
|
|
187
|
-
result << " POWER => power OS (AIX only)\n"
|
|
187
|
+
result << " POWER => power or powerpc OS (AIX and Huawei only)\n"
|
|
188
188
|
result << " SPARC => sparc OS (Solaris only)\n"
|
|
189
189
|
result << " S390X => s390x OS (RedHat and SLES only)\n"
|
|
190
190
|
result << "\n\n"
|
|
@@ -339,6 +339,11 @@ module BeakerHostGenerator
|
|
|
339
339
|
'template' => 'fedora-24-x86_64'
|
|
340
340
|
}
|
|
341
341
|
},
|
|
342
|
+
'huaweios6-POWER' => {
|
|
343
|
+
:general => {
|
|
344
|
+
'platform' => 'huaweios-6-powerpc'
|
|
345
|
+
}
|
|
346
|
+
},
|
|
342
347
|
'opensuse11-32' => {
|
|
343
348
|
:general => {
|
|
344
349
|
'platform' => 'opensuse-11-i386'
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
arguments_string: huaweios6-POWERc
|
|
3
|
+
environment_variables: {}
|
|
4
|
+
expected_hash:
|
|
5
|
+
HOSTS:
|
|
6
|
+
huaweios6-POWER-1:
|
|
7
|
+
pe_dir:
|
|
8
|
+
pe_ver:
|
|
9
|
+
pe_upgrade_dir:
|
|
10
|
+
pe_upgrade_ver:
|
|
11
|
+
hypervisor: vmpooler
|
|
12
|
+
platform: huaweios-6-powerpc
|
|
13
|
+
roles:
|
|
14
|
+
- agent
|
|
15
|
+
- dashboard
|
|
16
|
+
CONFIG:
|
|
17
|
+
nfs_server: none
|
|
18
|
+
consoleport: 443
|
|
19
|
+
pooling_api: http://vmpooler.delivery.puppetlabs.net/
|
|
20
|
+
expected_exception:
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
arguments_string: huaweios6-POWERc-solaris11-64-huaweios6-POWERd
|
|
3
|
+
environment_variables: {}
|
|
4
|
+
expected_hash:
|
|
5
|
+
HOSTS:
|
|
6
|
+
huaweios6-POWER-1:
|
|
7
|
+
pe_dir:
|
|
8
|
+
pe_ver:
|
|
9
|
+
pe_upgrade_dir:
|
|
10
|
+
pe_upgrade_ver:
|
|
11
|
+
hypervisor: vmpooler
|
|
12
|
+
platform: huaweios-6-powerpc
|
|
13
|
+
roles:
|
|
14
|
+
- agent
|
|
15
|
+
- dashboard
|
|
16
|
+
solaris11-64-1:
|
|
17
|
+
pe_dir:
|
|
18
|
+
pe_ver:
|
|
19
|
+
pe_upgrade_dir:
|
|
20
|
+
pe_upgrade_ver:
|
|
21
|
+
hypervisor: vmpooler
|
|
22
|
+
platform: solaris-11-i386
|
|
23
|
+
template: solaris-11-x86_64
|
|
24
|
+
roles:
|
|
25
|
+
- agent
|
|
26
|
+
huaweios6-POWER-2:
|
|
27
|
+
pe_dir:
|
|
28
|
+
pe_ver:
|
|
29
|
+
pe_upgrade_dir:
|
|
30
|
+
pe_upgrade_ver:
|
|
31
|
+
hypervisor: vmpooler
|
|
32
|
+
platform: huaweios-6-powerpc
|
|
33
|
+
roles:
|
|
34
|
+
- agent
|
|
35
|
+
- database
|
|
36
|
+
CONFIG:
|
|
37
|
+
nfs_server: none
|
|
38
|
+
consoleport: 443
|
|
39
|
+
pooling_api: http://vmpooler.delivery.puppetlabs.net/
|
|
40
|
+
expected_exception:
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
arguments_string: solaris11-64aulcdfm-huaweios6-POWER-solaris11-64a
|
|
3
|
+
environment_variables: {}
|
|
4
|
+
expected_hash:
|
|
5
|
+
HOSTS:
|
|
6
|
+
solaris11-64-1:
|
|
7
|
+
pe_dir:
|
|
8
|
+
pe_ver:
|
|
9
|
+
pe_upgrade_dir:
|
|
10
|
+
pe_upgrade_ver:
|
|
11
|
+
hypervisor: vmpooler
|
|
12
|
+
platform: solaris-11-i386
|
|
13
|
+
template: solaris-11-x86_64
|
|
14
|
+
roles:
|
|
15
|
+
- agent
|
|
16
|
+
- ca
|
|
17
|
+
- classifier
|
|
18
|
+
- dashboard
|
|
19
|
+
- database
|
|
20
|
+
- frictionless
|
|
21
|
+
- master
|
|
22
|
+
huaweios6-POWER-1:
|
|
23
|
+
pe_dir:
|
|
24
|
+
pe_ver:
|
|
25
|
+
pe_upgrade_dir:
|
|
26
|
+
pe_upgrade_ver:
|
|
27
|
+
hypervisor: vmpooler
|
|
28
|
+
platform: huaweios-6-powerpc
|
|
29
|
+
roles:
|
|
30
|
+
- agent
|
|
31
|
+
solaris11-64-2:
|
|
32
|
+
pe_dir:
|
|
33
|
+
pe_ver:
|
|
34
|
+
pe_upgrade_dir:
|
|
35
|
+
pe_upgrade_ver:
|
|
36
|
+
hypervisor: vmpooler
|
|
37
|
+
platform: solaris-11-i386
|
|
38
|
+
template: solaris-11-x86_64
|
|
39
|
+
roles:
|
|
40
|
+
- agent
|
|
41
|
+
CONFIG:
|
|
42
|
+
nfs_server: none
|
|
43
|
+
consoleport: 443
|
|
44
|
+
pooling_api: http://vmpooler.delivery.puppetlabs.net/
|
|
45
|
+
expected_exception:
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
arguments_string: "--osinfo-version 0 huaweios6-POWERc"
|
|
3
|
+
environment_variables: {}
|
|
4
|
+
expected_hash:
|
|
5
|
+
HOSTS:
|
|
6
|
+
huaweios6-POWER-1:
|
|
7
|
+
pe_dir:
|
|
8
|
+
pe_ver:
|
|
9
|
+
pe_upgrade_dir:
|
|
10
|
+
pe_upgrade_ver:
|
|
11
|
+
hypervisor: vmpooler
|
|
12
|
+
platform: huaweios-6-powerpc
|
|
13
|
+
roles:
|
|
14
|
+
- agent
|
|
15
|
+
- dashboard
|
|
16
|
+
CONFIG:
|
|
17
|
+
nfs_server: none
|
|
18
|
+
consoleport: 443
|
|
19
|
+
pooling_api: http://vmpooler.delivery.puppetlabs.net/
|
|
20
|
+
expected_exception:
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
arguments_string: "--osinfo-version 1 huaweios6-POWERc"
|
|
3
|
+
environment_variables: {}
|
|
4
|
+
expected_hash:
|
|
5
|
+
HOSTS:
|
|
6
|
+
huaweios6-POWER-1:
|
|
7
|
+
pe_dir:
|
|
8
|
+
pe_ver:
|
|
9
|
+
pe_upgrade_dir:
|
|
10
|
+
pe_upgrade_ver:
|
|
11
|
+
hypervisor: vmpooler
|
|
12
|
+
platform: huaweios-6-powerpc
|
|
13
|
+
roles:
|
|
14
|
+
- agent
|
|
15
|
+
- dashboard
|
|
16
|
+
CONFIG:
|
|
17
|
+
nfs_server: none
|
|
18
|
+
consoleport: 443
|
|
19
|
+
pooling_api: http://vmpooler.delivery.puppetlabs.net/
|
|
20
|
+
expected_exception:
|
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.7.
|
|
4
|
+
version: 0.7.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: 2016-
|
|
13
|
+
date: 2016-08-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rspec
|
|
@@ -241,6 +241,7 @@ files:
|
|
|
241
241
|
- test/fixtures/generated/default/fedora23-64a
|
|
242
242
|
- test/fixtures/generated/default/fedora24-32u
|
|
243
243
|
- test/fixtures/generated/default/fedora24-64l
|
|
244
|
+
- test/fixtures/generated/default/huaweios6-POWERc
|
|
244
245
|
- test/fixtures/generated/default/opensuse11-32c
|
|
245
246
|
- test/fixtures/generated/default/opensuse11-64d
|
|
246
247
|
- test/fixtures/generated/default/oracle5-32f
|
|
@@ -350,6 +351,7 @@ files:
|
|
|
350
351
|
- test/fixtures/generated/multiplatform/fedora23-64a-solaris112-64-fedora23-64aulcdfm
|
|
351
352
|
- test/fixtures/generated/multiplatform/fedora24-32u-solaris112-32-fedora24-32m
|
|
352
353
|
- test/fixtures/generated/multiplatform/fedora24-64l-solaris11-SPARC-fedora24-64f
|
|
354
|
+
- test/fixtures/generated/multiplatform/huaweios6-POWERc-solaris11-64-huaweios6-POWERd
|
|
353
355
|
- test/fixtures/generated/multiplatform/opensuse11-32c-solaris11-64-opensuse11-32d
|
|
354
356
|
- test/fixtures/generated/multiplatform/opensuse11-64d-solaris11-32-opensuse11-64c
|
|
355
357
|
- test/fixtures/generated/multiplatform/oracle5-32f-solaris10-SPARC-oracle5-32l
|
|
@@ -385,6 +387,7 @@ files:
|
|
|
385
387
|
- test/fixtures/generated/multiplatform/solaris10-64c-oracle5-64-solaris10-64d
|
|
386
388
|
- test/fixtures/generated/multiplatform/solaris10-SPARCd-oracle5-32-solaris10-SPARCc
|
|
387
389
|
- test/fixtures/generated/multiplatform/solaris11-32f-opensuse11-64-solaris11-32l
|
|
390
|
+
- test/fixtures/generated/multiplatform/solaris11-64aulcdfm-huaweios6-POWER-solaris11-64a
|
|
388
391
|
- test/fixtures/generated/multiplatform/solaris11-64m-opensuse11-32-solaris11-64u
|
|
389
392
|
- test/fixtures/generated/multiplatform/solaris11-SPARCaulcdfm-fedora24-64-solaris11-SPARCa
|
|
390
393
|
- test/fixtures/generated/multiplatform/solaris112-32a-fedora24-32-solaris112-32aulcdfm
|
|
@@ -456,6 +459,7 @@ files:
|
|
|
456
459
|
- test/fixtures/generated/osinfo-version-0/fedora23-64a
|
|
457
460
|
- test/fixtures/generated/osinfo-version-0/fedora24-32u
|
|
458
461
|
- test/fixtures/generated/osinfo-version-0/fedora24-64l
|
|
462
|
+
- test/fixtures/generated/osinfo-version-0/huaweios6-POWERc
|
|
459
463
|
- test/fixtures/generated/osinfo-version-0/opensuse11-32c
|
|
460
464
|
- test/fixtures/generated/osinfo-version-0/opensuse11-64d
|
|
461
465
|
- test/fixtures/generated/osinfo-version-0/oracle5-32f
|
|
@@ -562,6 +566,7 @@ files:
|
|
|
562
566
|
- test/fixtures/generated/osinfo-version-1/fedora23-64a
|
|
563
567
|
- test/fixtures/generated/osinfo-version-1/fedora24-32u
|
|
564
568
|
- test/fixtures/generated/osinfo-version-1/fedora24-64l
|
|
569
|
+
- test/fixtures/generated/osinfo-version-1/huaweios6-POWERc
|
|
565
570
|
- test/fixtures/generated/osinfo-version-1/opensuse11-32c
|
|
566
571
|
- test/fixtures/generated/osinfo-version-1/opensuse11-64d
|
|
567
572
|
- test/fixtures/generated/osinfo-version-1/oracle5-32f
|
|
@@ -672,4 +677,3 @@ signing_key:
|
|
|
672
677
|
specification_version: 4
|
|
673
678
|
summary: Beaker Host Generator Utility
|
|
674
679
|
test_files: []
|
|
675
|
-
has_rdoc:
|