beaker-hostgenerator 0.1.0 → 0.2.0
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 +69 -2
- data/lib/beaker-hostgenerator/data/vmpooler.rb +13 -1
- 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
|
+
NmEyNzhhZWZjYzg5ZDYyN2QxNDkyZDFlMjNiYWU5Y2ZhYTQyNWQ5MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MGRjOWVkMjk4YTRiMThmZDFhMDFhZWEyNjE4M2VmZmUyYjMwOTJjNw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NjA4NWQ5NWU1NTk2YjMzYjJjZjE5ZTJkM2E3NGEyMmQxOGU3YmE2MzdiOGIy
|
|
10
|
+
OWViM2RjM2I3NmNiYTNjYjMyNDY5NmEwNWNlNWRjMWUyMDNjYzc5NDdlOGVl
|
|
11
|
+
N2Y2ZmFiOGU4ZjQyNDgzOGVmMzNkOTEwOThhOWVhZTA0OWIxMDU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODg5YThkMjRhZjIxZmM5YmVkYjYzYzNjNjI4YTg2Zjk5MThmM2YyZWZjOTdl
|
|
14
|
+
YzZlZGY5ODA0NTU4OGFhNjQzNTU5MDg4Zjk0MzM2NzE5NzI2ZTcyNGEzODg5
|
|
15
|
+
ODc0YWZlNTQyOGMzNTM1N2I4ZDc2MGY4MWVkZTRmY2QxYjBlMGY=
|
data/HISTORY.md
CHANGED
|
@@ -1,10 +1,77 @@
|
|
|
1
1
|
# default - History
|
|
2
2
|
## Tags
|
|
3
|
-
* [LATEST -
|
|
3
|
+
* [LATEST - 22 Dec, 2015 (1194df93)](#LATEST)
|
|
4
|
+
* [0.1.0 - 21 Dec, 2015 (474f4ccb)](#0.1.0)
|
|
4
5
|
* [0.0.1 - 7 Oct, 2015 (d99251e6)](#0.0.1)
|
|
5
6
|
|
|
6
7
|
## Details
|
|
7
|
-
### <a name = "LATEST">LATEST -
|
|
8
|
+
### <a name = "LATEST">LATEST - 22 Dec, 2015 (1194df93)
|
|
9
|
+
|
|
10
|
+
* (GEM) update beaker-hostgenerator version to 0.2.0 (1194df93)
|
|
11
|
+
|
|
12
|
+
* Merge pull request #15 from puppetlabs/(QENG-3301)-Add-support-for-Cumulus-Linux (9a8e655c)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
Merge pull request #15 from puppetlabs/(QENG-3301)-Add-support-for-Cumulus-Linux
|
|
17
|
+
|
|
18
|
+
(QENG-3301) Add support for Cumulus Linux
|
|
19
|
+
```
|
|
20
|
+
* Merge pull request #16 from puppetlabs/maint (982e7deb)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
Merge pull request #16 from puppetlabs/maint
|
|
25
|
+
|
|
26
|
+
(MAINT) Fix arista4 spec string.
|
|
27
|
+
```
|
|
28
|
+
* Merge pull request #14 from puppetlabs/(QENG-3308)(QENG-3309)-Add-support-for-Cisco-platforms (bb18139d)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
Merge pull request #14 from puppetlabs/(QENG-3308)(QENG-3309)-Add-support-for-Cisco-platforms
|
|
33
|
+
|
|
34
|
+
(QENG-3308)(QENG-3309) Add support for Cisco platforms
|
|
35
|
+
```
|
|
36
|
+
* (MAINT) Fix arista4 spec string. (6a7715a0)
|
|
37
|
+
|
|
38
|
+
* (QENG-3308) (QENG-3309) Add hardware platform signifier. (29bf775c)
|
|
39
|
+
|
|
40
|
+
* Updated platform strings based on comments. (6727a9dd)
|
|
41
|
+
|
|
42
|
+
* (QENG-3301) Add support for Cumulus Linux (a1a96d5a)
|
|
43
|
+
|
|
44
|
+
* (QENG-3308)(QENG-3309) Add support for Cisco platforms (c7cfbaa0)
|
|
45
|
+
|
|
46
|
+
* Merge pull request #12 from puppetlabs/maint (084ae0cf)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
Merge pull request #12 from puppetlabs/maint
|
|
51
|
+
|
|
52
|
+
Revert "(QENG-3309) Add support for Cisco wrlinux-7"
|
|
53
|
+
```
|
|
54
|
+
* Revert "(QENG-3309) Add support for Cisco wrlinux-7" (3693133f)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
Revert "(QENG-3309) Add support for Cisco wrlinux-7"
|
|
59
|
+
|
|
60
|
+
This reverts commit 3e36da18e7bfeec2fa92295fa5f9959d45611eb4.
|
|
61
|
+
```
|
|
62
|
+
* Merge pull request #11 from puppetlabs/(QENG-3309)-Add-support-for-Cisco-wrlinux-7 (0fdf80ec)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
```
|
|
66
|
+
Merge pull request #11 from puppetlabs/(QENG-3309)-Add-support-for-Cisco-wrlinux-7
|
|
67
|
+
|
|
68
|
+
(QENG-3309) Add support for Cisco wrlinux-7
|
|
69
|
+
```
|
|
70
|
+
* (QENG-3309) Add support for Cisco wrlinux-7 (3e36da18)
|
|
71
|
+
|
|
72
|
+
### <a name = "0.1.0">0.1.0 - 21 Dec, 2015 (474f4ccb)
|
|
73
|
+
|
|
74
|
+
* (HISTORY) update beaker-hostgenerator history for gem release 0.1.0 (474f4ccb)
|
|
8
75
|
|
|
9
76
|
* (GEM) update beaker-hostgenerator version to 0.1.0 (13477a89)
|
|
10
77
|
|
|
@@ -3,7 +3,7 @@ module BeakerHostGenerator
|
|
|
3
3
|
module Vmpooler
|
|
4
4
|
|
|
5
5
|
OSINFO = {
|
|
6
|
-
'
|
|
6
|
+
'arista4-32' => {
|
|
7
7
|
'platform' => 'eos-4-i386',
|
|
8
8
|
'template' => 'arista-4-i386'
|
|
9
9
|
},
|
|
@@ -35,6 +35,18 @@ module BeakerHostGenerator
|
|
|
35
35
|
'platform' => 'el-7-x86_64',
|
|
36
36
|
'template' => 'centos-7-x86_64'
|
|
37
37
|
},
|
|
38
|
+
'cisconxos5-64' => {
|
|
39
|
+
'platform' => 'cisco-5-x86_64',
|
|
40
|
+
'template' => 'cisco-nxos-9k-x86_64'
|
|
41
|
+
},
|
|
42
|
+
'ciscoexr7-64' => {
|
|
43
|
+
'platform' => 'cisco-7-x86_64',
|
|
44
|
+
'template' => 'cisco-exr-9k-x86_64'
|
|
45
|
+
},
|
|
46
|
+
'cumulus25-64' => {
|
|
47
|
+
'platform' => 'cumulus-2.5-x86_64',
|
|
48
|
+
'template' => 'cumulus-vx-25-x86_64'
|
|
49
|
+
},
|
|
38
50
|
'debian6-32' => {
|
|
39
51
|
'platform' => 'debian-6-i386',
|
|
40
52
|
'template' => 'debian-6-i386'
|