beaker-hostgenerator 1.1.26 → 1.1.27
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 +44 -0
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b294abf6e3c06612e1c47f8dd7f0a08cf411730d
|
|
4
|
+
data.tar.gz: 4b61fea8fc7672cf3b4b934456ade1121a865adb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dceffa89d972168bddf24586e13acaf960c05d5e906bfb957c5940532da2105c99c420ea65a33b8d58b9e3b60fa4401934bd947c076d16d81bfd81764479902
|
|
7
|
+
data.tar.gz: 39b1b864b74178aea937984adc338f99654da09340fe197752185854ea0bcc3bb0c87da385177f5e47093e1c9c91d0b433cdc26cb3eaa348eae18a2569255a60
|
|
@@ -252,6 +252,28 @@ module BeakerHostGenerator
|
|
|
252
252
|
'template' => 'cisco-nxos_hw-9k-x86_64'
|
|
253
253
|
}
|
|
254
254
|
},
|
|
255
|
+
'ciscoios-32' => {
|
|
256
|
+
:general => {
|
|
257
|
+
'platform' => 'cisco_ios-12-arm32',
|
|
258
|
+
'ssh' => {
|
|
259
|
+
'user' => 'admin'
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
:abs => {
|
|
263
|
+
'template' => 'cisco-ios-12-arm'
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
'ciscoiosxe-32' => {
|
|
267
|
+
:general => {
|
|
268
|
+
'platform' => 'cisco_iosxe-3-arm32',
|
|
269
|
+
'ssh' => {
|
|
270
|
+
'user' => 'admin'
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
:abs => {
|
|
274
|
+
'template' => 'cisco-iosxe-3-arm'
|
|
275
|
+
}
|
|
276
|
+
},
|
|
255
277
|
'ciscoxr-64' => {
|
|
256
278
|
:general => {
|
|
257
279
|
'platform' => 'cisco_ios_xr-6-x86_64',
|
|
@@ -1491,6 +1513,28 @@ module BeakerHostGenerator
|
|
|
1491
1513
|
'template' => 'win-2016-core-x86_64'
|
|
1492
1514
|
}
|
|
1493
1515
|
},
|
|
1516
|
+
'windows2016_fr-64' => {
|
|
1517
|
+
:general => {
|
|
1518
|
+
'platform' => 'windows-2016-64',
|
|
1519
|
+
'packaging_platform' => 'windows-2012-x64',
|
|
1520
|
+
'ruby_arch' => 'x64'
|
|
1521
|
+
},
|
|
1522
|
+
:vmpooler => {
|
|
1523
|
+
'template' => 'win-2016-fr-x86_64',
|
|
1524
|
+
'user' => 'Administrateur'
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
'windows2016_fr-6432' => {
|
|
1528
|
+
:general => {
|
|
1529
|
+
'platform' => 'windows-2016-64',
|
|
1530
|
+
'packaging_platform' => 'windows-2012-x64',
|
|
1531
|
+
'ruby_arch' => 'x86'
|
|
1532
|
+
},
|
|
1533
|
+
:vmpooler => {
|
|
1534
|
+
'template' => 'win-2016-fr-x86_64',
|
|
1535
|
+
'user' => 'Administrateur'
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1494
1538
|
'windows2019-64' => {
|
|
1495
1539
|
:general => {
|
|
1496
1540
|
'platform' => 'windows-2019-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.1.
|
|
4
|
+
version: 1.1.27
|
|
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: 2019-
|
|
13
|
+
date: 2019-04-25 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: minitest
|