beaker-hostgenerator 0.3.0 → 0.3.1
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/HISTORY.md +25 -2
- data/lib/beaker-hostgenerator/data/vmpooler.rb +0 -68
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NWRiMDU5MTU0ZjNlMDg3ZmVlOGM1Mzk5NjY2NDVlYWI1MThiYjMwYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZGY3MzFiZGFmZWU3ZWNhNjVmMWRlMjdjNjRiNzMzMzI2NjZhNjQ5MQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZWQ3ZDg2YjZmYTExYjM4N2FlMDg2M2Q5MDMzMDI5NmRmMTM4MjM5YThmOTU4
|
|
10
|
+
OWU5Mzk4MWYwZTExNDdmZDk0ZjBjOTkxNzRjYTdmYzU5YWM1ZDExZGU3MThi
|
|
11
|
+
NjM2Yjc0ZTZkN2IzNzRhOGRlMTBlNzE2MDY1MmJjZmI3ZmI2ZGI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDlkZmJkOGJkMDkzYzZmMWMwZTQwOGE4ZDk2ODJlMzQzZGJkODFhYmU3Mjll
|
|
14
|
+
MzVkOTk2YTJjYjlhYzBjNTZjNTNkNmU1ZGNlYjVjMWJlNGViZmQzYzI5ZWEx
|
|
15
|
+
Yzg0YjQ5YjdiYTA5YmI0MjgyMGNmOTNlMzU4YjMwYzQ5MmQ4MGI=
|
data/HISTORY.md
CHANGED
|
@@ -1,12 +1,35 @@
|
|
|
1
1
|
# default - History
|
|
2
2
|
## Tags
|
|
3
|
-
* [LATEST - 30 Dec, 2015 (
|
|
3
|
+
* [LATEST - 30 Dec, 2015 (8f469a6f)](#LATEST)
|
|
4
|
+
* [0.3.0 - 30 Dec, 2015 (4b03eaf4)](#0.3.0)
|
|
4
5
|
* [0.2.0 - 22 Dec, 2015 (dfa33e5f)](#0.2.0)
|
|
5
6
|
* [0.1.0 - 21 Dec, 2015 (474f4ccb)](#0.1.0)
|
|
6
7
|
* [0.0.1 - 7 Oct, 2015 (d99251e6)](#0.0.1)
|
|
7
8
|
|
|
8
9
|
## Details
|
|
9
|
-
### <a name = "LATEST">LATEST - 30 Dec, 2015 (
|
|
10
|
+
### <a name = "LATEST">LATEST - 30 Dec, 2015 (8f469a6f)
|
|
11
|
+
|
|
12
|
+
* (GEM) update beaker-hostgenerator version to 0.3.1 (8f469a6f)
|
|
13
|
+
|
|
14
|
+
* Merge pull request #19 from puppetlabs/issue/qeng-3335-centos-only (a478482a)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
Merge pull request #19 from puppetlabs/issue/qeng-3335-centos-only
|
|
19
|
+
|
|
20
|
+
(QENG-3335) Restrict osinfo v1 to centos only changes
|
|
21
|
+
```
|
|
22
|
+
* (QENG-3335) Restrict osinfo v1 to centos only changes (851f1b40)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
(QENG-3335) Restrict osinfo v1 to centos only changes
|
|
27
|
+
|
|
28
|
+
See https://tickets.puppetlabs.com/browse/BKR-662 for backstory.
|
|
29
|
+
```
|
|
30
|
+
### <a name = "0.3.0">0.3.0 - 30 Dec, 2015 (4b03eaf4)
|
|
31
|
+
|
|
32
|
+
* (HISTORY) update beaker-hostgenerator history for gem release 0.3.0 (4b03eaf4)
|
|
10
33
|
|
|
11
34
|
* (GEM) update beaker-hostgenerator version to 0.3.0 (5bc2d40b)
|
|
12
35
|
|
|
@@ -426,74 +426,6 @@ module BeakerHostGenerator
|
|
|
426
426
|
'platform' => 'centos-7-x86_64',
|
|
427
427
|
'template' => 'centos-7-x86_64'
|
|
428
428
|
},
|
|
429
|
-
'oracle5-32' => {
|
|
430
|
-
'platform' => 'oracle-5-i386',
|
|
431
|
-
'template' => 'oracle-5-i386'
|
|
432
|
-
},
|
|
433
|
-
'oracle5-64' => {
|
|
434
|
-
'platform' => 'oracle-5-x86_64',
|
|
435
|
-
'template' => 'oracle-5-x86_64'
|
|
436
|
-
},
|
|
437
|
-
'oracle6-32' => {
|
|
438
|
-
'platform' => 'oracle-6-i386',
|
|
439
|
-
'template' => 'oracle-6-i386'
|
|
440
|
-
},
|
|
441
|
-
'oracle6-64' => {
|
|
442
|
-
'platform' => 'oracle-6-x86_64',
|
|
443
|
-
'template' => 'oracle-6-x86_64'
|
|
444
|
-
},
|
|
445
|
-
'oracle7-64' => {
|
|
446
|
-
'platform' => 'oracle-7-x86_64',
|
|
447
|
-
'template' => 'oracle-7-x86_64'
|
|
448
|
-
},
|
|
449
|
-
'redhat4-32' => {
|
|
450
|
-
'platform' => 'redhat-4-i386',
|
|
451
|
-
'template' => 'redhat-4-i386'
|
|
452
|
-
},
|
|
453
|
-
'redhat4-64' => {
|
|
454
|
-
'platform' => 'redhat-4-x86_64',
|
|
455
|
-
'template' => 'redhat-4-x86_64'
|
|
456
|
-
},
|
|
457
|
-
'redhat5-32' => {
|
|
458
|
-
'platform' => 'redhat-5-i386',
|
|
459
|
-
'template' => 'redhat-5-i386'
|
|
460
|
-
},
|
|
461
|
-
'redhat5-64' => {
|
|
462
|
-
'platform' => 'redhat-5-x86_64',
|
|
463
|
-
'template' => 'redhat-5-x86_64'
|
|
464
|
-
},
|
|
465
|
-
'redhat6-32' => {
|
|
466
|
-
'platform' => 'redhat-6-i386',
|
|
467
|
-
'template' => 'redhat-6-i386'
|
|
468
|
-
},
|
|
469
|
-
'redhat6-64' => {
|
|
470
|
-
'platform' => 'redhat-6-x86_64',
|
|
471
|
-
'template' => 'redhat-6-x86_64'
|
|
472
|
-
},
|
|
473
|
-
'redhat7-64' => {
|
|
474
|
-
'platform' => 'redhat-7-x86_64',
|
|
475
|
-
'template' => 'redhat-7-x86_64'
|
|
476
|
-
},
|
|
477
|
-
'scientific5-32' => {
|
|
478
|
-
'platform' => 'scientific-5-i386',
|
|
479
|
-
'template' => 'scientific-5-i386'
|
|
480
|
-
},
|
|
481
|
-
'scientific5-64' => {
|
|
482
|
-
'platform' => 'scientific-5-x86_64',
|
|
483
|
-
'template' => 'scientific-5-x86_64'
|
|
484
|
-
},
|
|
485
|
-
'scientific6-32' => {
|
|
486
|
-
'platform' => 'scientific-6-i386',
|
|
487
|
-
'template' => 'scientific-6-i386'
|
|
488
|
-
},
|
|
489
|
-
'scientific6-64' => {
|
|
490
|
-
'platform' => 'scientific-6-x86_64',
|
|
491
|
-
'template' => 'scientific-6-x86_64'
|
|
492
|
-
},
|
|
493
|
-
'scientific7-64' => {
|
|
494
|
-
'platform' => 'scientific-7-x86_64',
|
|
495
|
-
'template' => 'scientific-7-x86_64'
|
|
496
|
-
},
|
|
497
429
|
}
|
|
498
430
|
|
|
499
431
|
VMPOOLER_CONFIG = {
|