beaker-hostgenerator 0.3.2 → 0.3.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 +19 -1
- data/HISTORY.md +21 -2
- data/lib/beaker-hostgenerator/data/vmpooler.rb +7 -2
- 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
|
+
YTBmNmVmOGQzOGFiZmRjZDliZjJlNmZlYjc5OTljYzY1NmVhZWNhNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjYzYzI1MWQyYjNmMTUyNTIwODUyYTAwMTk1ZDIyMjlmNjdjMWJjYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZDBhMWMwOTRlZGI5NTg1NGJkZDExMzhlZTRiYTcxZjA3OTdmOTdiMWIwYTMw
|
|
10
|
+
YWZiNzlhMTdhZTY2ZGU0MTJiMmU4YTdiMTI1ZjM3MjEwNTRjZTI0YzM1OTBh
|
|
11
|
+
YzQ3ZWU3OTgxYmY5ODY0MzIxMjRlMzkxYzBiZjg2NjQ5YzY5OTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTUxNGQ5MmVlMTk3NWZhMGFmMDdiYWIzNmZjNzEzN2Y4OThkNjhkZDg1MjZi
|
|
14
|
+
OWMxM2ZiNjJkMThiZGIzOTM4ZWJkYjdjZDgyMzAxZWNmOThiMDQzZGE3ODRl
|
|
15
|
+
ZmZjZGU0ZWFiZmU0YjlhMGYyNzk3ODQyYjNiYzMxYmUzMzFlMjA=
|
data/CHANGELOG.md
CHANGED
|
@@ -6,8 +6,26 @@ Versioning](http://semver.org).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased][unreleased]
|
|
8
8
|
### Changed
|
|
9
|
-
- Updated this changelog for recent beaker-hostgenerator releases.
|
|
10
9
|
|
|
10
|
+
## [0.3.2] - 2016-01-28
|
|
11
|
+
- Change the way we generate the platform string for windows 10 hosts.
|
|
12
|
+
|
|
13
|
+
## [0.3.1] - 2015-12-31
|
|
14
|
+
- Bug fix: Restrict OSINFO v1 to centos-only changes.
|
|
15
|
+
|
|
16
|
+
## [0.3.0] - 2015-12-30
|
|
17
|
+
- Add --osinfo-version flag to allow users to select beaker-hostgenerator 1.x
|
|
18
|
+
major versions of the OSINFO data structure.
|
|
19
|
+
- Don't identify "centos" machines as "el" in the platform string.
|
|
20
|
+
|
|
21
|
+
## [0.2.1] - 2016-01-20
|
|
22
|
+
- Fix platforms:
|
|
23
|
+
- Cisco NXOS 5 (x86_64)
|
|
24
|
+
- set Virtual Routing & Forwarding (vrf) to 'management'
|
|
25
|
+
- set ssh username to 'beaker'
|
|
26
|
+
- Cisco eXR 7 (x86_64)
|
|
27
|
+
- set Virtual Routing & Forwarding (vrf) to 'management'
|
|
28
|
+
|
|
11
29
|
## [0.2.0] - 2015-12-22
|
|
12
30
|
- Add platforms:
|
|
13
31
|
- Cumulus 2.5 (x86_64)
|
data/HISTORY.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# default - History
|
|
2
2
|
## Tags
|
|
3
|
-
* [LATEST -
|
|
3
|
+
* [LATEST - 3 Feb, 2016 (34f5cee5)](#LATEST)
|
|
4
|
+
* [0.3.2 - 28 Jan, 2016 (299df8ec)](#0.3.2)
|
|
4
5
|
* [0.3.1 - 30 Dec, 2015 (7a3f10ca)](#0.3.1)
|
|
5
6
|
* [0.3.0 - 30 Dec, 2015 (4b03eaf4)](#0.3.0)
|
|
6
7
|
* [0.2.0 - 22 Dec, 2015 (dfa33e5f)](#0.2.0)
|
|
@@ -8,7 +9,25 @@
|
|
|
8
9
|
* [0.0.1 - 7 Oct, 2015 (d99251e6)](#0.0.1)
|
|
9
10
|
|
|
10
11
|
## Details
|
|
11
|
-
### <a name = "LATEST">LATEST -
|
|
12
|
+
### <a name = "LATEST">LATEST - 3 Feb, 2016 (34f5cee5)
|
|
13
|
+
|
|
14
|
+
* (GEM) update beaker-hostgenerator version to 0.3.3 (34f5cee5)
|
|
15
|
+
|
|
16
|
+
* Merge pull request #20 from LuvCurves/master (9615ac0c)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
Merge pull request #20 from LuvCurves/master
|
|
21
|
+
|
|
22
|
+
(maint) Add better support for Cisco platforms
|
|
23
|
+
```
|
|
24
|
+
* (MAINT) Update changelog. (bd675277)
|
|
25
|
+
|
|
26
|
+
* (maint) Add better support for Cisco platforms (f4ca866a)
|
|
27
|
+
|
|
28
|
+
### <a name = "0.3.2">0.3.2 - 28 Jan, 2016 (299df8ec)
|
|
29
|
+
|
|
30
|
+
* (HISTORY) update beaker-hostgenerator history for gem release 0.3.2 (299df8ec)
|
|
12
31
|
|
|
13
32
|
* (GEM) update beaker-hostgenerator version to 0.3.2 (1b73712d)
|
|
14
33
|
|
|
@@ -37,11 +37,16 @@ module BeakerHostGenerator
|
|
|
37
37
|
},
|
|
38
38
|
'cisconxos5-64' => {
|
|
39
39
|
'platform' => 'cisco-5-x86_64',
|
|
40
|
-
'template' => 'cisco-nxos-9k-x86_64'
|
|
40
|
+
'template' => 'cisco-nxos-9k-x86_64',
|
|
41
|
+
'vrf' => 'management',
|
|
42
|
+
'ssh' => {
|
|
43
|
+
'user' => 'beaker'
|
|
44
|
+
}
|
|
41
45
|
},
|
|
42
46
|
'ciscoexr7-64' => {
|
|
43
47
|
'platform' => 'cisco-7-x86_64',
|
|
44
|
-
'template' => 'cisco-exr-9k-x86_64'
|
|
48
|
+
'template' => 'cisco-exr-9k-x86_64',
|
|
49
|
+
'vrf' => 'management'
|
|
45
50
|
},
|
|
46
51
|
'cumulus25-64' => {
|
|
47
52
|
'platform' => 'cumulus-2.5-x86_64',
|