beaker-hostgenerator 1.2.4 → 1.2.5
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 +4 -4
- data/lib/beaker-hostgenerator/data.rb +17 -0
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7e387a95bbe93f181e4a5f0baf92b148886618d497556be4ed47cbf17287ba5
|
|
4
|
+
data.tar.gz: 925e9d04966094243eeff5ce35d63235bc0518b2a429c37e28cfffe624d83649
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae8cf8bd290699375ab6d619510982c0ea11bdb968b5162576c57ed39e6134de16b47eed3315d5538dc4b0af751f82fd706a35f29310880cbd4cd2105f7f81d3
|
|
7
|
+
data.tar.gz: 41cb7168f8c0b5d1f14ae074fd4f431a37f1ba288d908f894c1b679e8463285e526d046a8109f43e2cbac4f460629d44c2424aa91443379e33881769f23e84fd
|
|
@@ -1431,6 +1431,23 @@ module BeakerHostGenerator
|
|
|
1431
1431
|
'template' => 'ubuntu-1810-x86_64'
|
|
1432
1432
|
}
|
|
1433
1433
|
},
|
|
1434
|
+
'ubuntu2004-64' => {
|
|
1435
|
+
:general => {
|
|
1436
|
+
'platform' => 'ubuntu-20.04-amd64',
|
|
1437
|
+
'packaging_platform' => 'ubuntu-20.04-amd64'
|
|
1438
|
+
},
|
|
1439
|
+
:docker => {
|
|
1440
|
+
'docker_image_commands' => [
|
|
1441
|
+
'cp /bin/true /sbin/agetty',
|
|
1442
|
+
'apt-get install -y net-tools wget locales apt-transport-https iproute2 gnupg',
|
|
1443
|
+
'locale-gen en_US.UTF-8',
|
|
1444
|
+
'echo LANG=en_US.UTF-8 > /etc/default/locale'
|
|
1445
|
+
]
|
|
1446
|
+
},
|
|
1447
|
+
:vmpooler => {
|
|
1448
|
+
'template' => 'ubuntu-2004-x86_64'
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1434
1451
|
'vro6-64' => {
|
|
1435
1452
|
:general => {
|
|
1436
1453
|
'platform' => 'sles-11-x86_64',
|
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: 1.2.
|
|
4
|
+
version: 1.2.5
|
|
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: 2020-03-
|
|
13
|
+
date: 2020-03-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: minitest
|