beaker-hostgenerator 0.10.2 → 0.10.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 +5 -0
- data/lib/beaker-hostgenerator/data.rb +2 -2
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NGY4NTdmNzQyMWE5NWNmMDZjOTg4MTc1ZDgxZDI3ODY2MzFhZTIyMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZDZiNzQxNDgyMjFhNWViNzhmYzU1ZmIxY2FhNzExYWI4YmQwOTE1ZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjJjZDA1NzMxZjU0ZWZiN2I3MWM1N2U2NzMwMzlhOTk3YmY4NzllMGJjMjFi
|
|
10
|
+
ODNiYTMyYjllN2JhNjI3NmRmOTJhMGNlMjk4MGUzN2I2YWE1Y2Q1OWNmY2Mw
|
|
11
|
+
ZGY2MTBlZTkyNDYwMTBjYmVkOTdjZGUwYmZmN2YwZmUyNzg5ZDA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZDk5NDE2MTYzZTAxNTE4ODFhYWU4NzI4OGQ3MGVkNWFjMWYxZWVkZmU4ZTBm
|
|
14
|
+
NWNmOWY1M2NlYmY1ODQ3YTQ3ZmQxZWRkOTcxM2YxODMyZjFiNjkwM2VhNWRi
|
|
15
|
+
NTE1ODhmNDViYjFiNWZjNWU3NmFiOTM3NGJmOGI0YjYwMDQ1MzI=
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
This project makes a strong effort to adhere to [Semantic
|
|
5
5
|
Versioning](http://semver.org).
|
|
6
6
|
|
|
7
|
+
## [0.10.3] - 2017-7-26
|
|
8
|
+
- Change ubuntu1604-POWER platform from 'ubuntu-16.04-power8' to
|
|
9
|
+
'ubuntu-16.04-ppc64el'
|
|
10
|
+
- Change redhat7-POWER platform from 'redhat-7.3-power8' to 'el-7-ppc64le'
|
|
11
|
+
|
|
7
12
|
## [0.10.2] - 2017-7-20
|
|
8
13
|
- Change redhat7-POWER platform and template values from 'rhel-7.3-power8' to
|
|
9
14
|
'redhat-7.3-power8'
|
|
@@ -539,7 +539,7 @@ module BeakerHostGenerator
|
|
|
539
539
|
},
|
|
540
540
|
'redhat7-POWER' => {
|
|
541
541
|
:general => {
|
|
542
|
-
'platform' => '
|
|
542
|
+
'platform' => 'el-7-ppc64le'
|
|
543
543
|
},
|
|
544
544
|
:abs => {
|
|
545
545
|
'template' => 'redhat-7.3-power8'
|
|
@@ -802,7 +802,7 @@ module BeakerHostGenerator
|
|
|
802
802
|
},
|
|
803
803
|
'ubuntu1604-POWER' => {
|
|
804
804
|
:general => {
|
|
805
|
-
'platform' => 'ubuntu-16.04-
|
|
805
|
+
'platform' => 'ubuntu-16.04-ppc64el'
|
|
806
806
|
},
|
|
807
807
|
:abs => {
|
|
808
808
|
'template' => 'ubuntu-16.04-power8'
|
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.10.
|
|
4
|
+
version: 0.10.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Branan Purvine-Riley
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2017-07-
|
|
13
|
+
date: 2017-07-26 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: minitest
|