beaker-hostgenerator 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTQyMTQzOTYwYjk2NzU5NTdjZGI1NzE0NzFlY2JjZWQ5OTFiZWNjOQ==
4
+ ZTE2MGFlYTY5NGNkZjk1MDQ1NTI1NmQ2NGRjM2U0ZmM0NWNjMDVhMA==
5
5
  data.tar.gz: !binary |-
6
- YzIxMWNjZWJmZDQ2ODFhZWI0NTk5YjcxNzUxZTQ5OWMwZTBlMmZiOQ==
6
+ YjkxOTdhNTg0NTg4NTllNDhlYjJlODE4ODk3ODBiNmFjYTI5NTgyOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTE3ZTcyZjE0YzM1MGJiMWE2MzJlYTFiOTJmYjRiZjllNDM1MmI1MDI1N2U4
10
- ODU5MGQyZmI3YjE0NmQwNzE1NmU4Zjc4NzVmNmM2OWJiN2M2ODBmMDdjMzUw
11
- ZTUxMjQyZTMzNTNkYjQ1OWI3MTllZTAyZWQ2ZmYyMWMyNjllNDE=
9
+ OGFmY2YyYzI2ZWZiNWQyOTRhNTUyNTU4ZjQxMmNmZTBlOTBiMjQ3M2YwMjQw
10
+ ZTM5N2ZiODY2NTg0MDgyNDVkNzIzNDZiN2QwNDE2ZWRkODBjMjVmOTZmYTBh
11
+ ZDMxNWM3NjUwZmE5MTg5ODJiZGJiZmQzYjg4MzM1MDM5ZmVmMmU=
12
12
  data.tar.gz: !binary |-
13
- NmYxZjUyOGEyYjY1OTdiODVjNmNhZTExN2RmNWI3YWI4MzE3N2RjYWI2NDU1
14
- MDE1ZDFmMzExMTdlYTZjY2NiN2ZjZDY0NWNjZWQ4MWZhNmM1ODM0NTMyYzU5
15
- ODY1NTYyNWE0MGMwZDNiYzQyMTdmZDE1YTI2NDdiNzY3NjYyODE=
13
+ ZWFiOTBmM2UwYTllZTAwOWFlMGZiOTQzOTg2Y2ZkMjQxNzZhMDA3ODc0NTM1
14
+ Zjc2ZGVlZDg0MGYzNDI4NTJjYWU1MjYwNTY1OTE1ZDQwOGIxNzc1NTNhY2Vh
15
+ ZDQ4MjcxNGQ2NGYxMDI5Y2M5MjkwNjJmZTI2MDE4YWY5NjQwMTA=
@@ -7,6 +7,12 @@ Versioning](http://semver.org).
7
7
  ## [Unreleased][unreleased]
8
8
  ### Changed
9
9
 
10
+ ## [0.5.0] - 2016-03-30
11
+ - Add platforms:
12
+ - Ubuntu 16.06 x86 and x86_64
13
+ - Fix platforms:
14
+ - Cisco XR and NXOS
15
+
10
16
  ## [0.4.0] - 2016-02-05
11
17
  - Add new optional parameters to CLI:
12
18
  --pe_upgrade_dir UPGRADE_PATH
data/HISTORY.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # default - History
2
2
  ## Tags
3
- * [LATEST - 10 Feb, 2016 (fe10edc1)](#LATEST)
3
+ * [LATEST - 31 Mar, 2016 (36291ea6)](#LATEST)
4
+ * [0.4.0 - 10 Feb, 2016 (dc333b1c)](#0.4.0)
4
5
  * [0.3.3 - 3 Feb, 2016 (41051da9)](#0.3.3)
5
6
  * [0.3.2 - 28 Jan, 2016 (299df8ec)](#0.3.2)
6
7
  * [0.3.1 - 30 Dec, 2015 (7a3f10ca)](#0.3.1)
@@ -10,7 +11,49 @@
10
11
  * [0.0.1 - 7 Oct, 2015 (d99251e6)](#0.0.1)
11
12
 
12
13
  ## Details
13
- ### <a name = "LATEST">LATEST - 10 Feb, 2016 (fe10edc1)
14
+ ### <a name = "LATEST">LATEST - 31 Mar, 2016 (36291ea6)
15
+
16
+ * (GEM) update beaker-hostgenerator version to 0.5.0 (36291ea6)
17
+
18
+ * (MAINT) Update changelog for pending release. (5b2e75bf)
19
+
20
+ * Merge pull request #26 from puppetlabs/qeng-3489 (2b9b0ad4)
21
+
22
+
23
+ ```
24
+ Merge pull request #26 from puppetlabs/qeng-3489
25
+
26
+ (QENG-3489) Add Ubuntu 16.04 to beaker host generator data.
27
+ ```
28
+ * (MAINT) Fix borked test fixtures. (e5d60be4)
29
+
30
+ * (QENG-3489) Add Ubuntu 16.04 to vmpooler platform data. (23e10232)
31
+
32
+ * Merge pull request #25 from LuvCurves/remove_cisco_xr_ssh_user (50016446)
33
+
34
+
35
+ ```
36
+ Merge pull request #25 from LuvCurves/remove_cisco_xr_ssh_user
37
+
38
+ (maint) Remove ssh user from Cisco XR platform.
39
+ ```
40
+ * (maint) Remove ssh user from Cisco XR platform. (79fcd1cf)
41
+
42
+ * Merge pull request #24 from LuvCurves/BKR-706 (0c7c31cf)
43
+
44
+
45
+ ```
46
+ Merge pull request #24 from LuvCurves/BKR-706
47
+
48
+ (BKR-706) Update Cisco platforms to match beaker
49
+ ```
50
+ * (maint) Changed names based on Cisco recommendation (7b88434c)
51
+
52
+ * (BKR-706) Update Cisco platforms to match beaker (7c44bb80)
53
+
54
+ ### <a name = "0.4.0">0.4.0 - 10 Feb, 2016 (dc333b1c)
55
+
56
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.4.0 (dc333b1c)
14
57
 
15
58
  * (GEM) update beaker-hostgenerator version to 0.4.0 (fe10edc1)
16
59
 
@@ -35,18 +35,17 @@ 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',
38
+ 'cisconx-64' => {
39
+ 'platform' => 'cisco_nexus-7-x86_64',
40
40
  'template' => 'cisco-nxos-9k-x86_64',
41
41
  'vrf' => 'management',
42
42
  'ssh' => {
43
43
  'user' => 'beaker'
44
44
  }
45
45
  },
46
- 'ciscoexr7-64' => {
47
- 'platform' => 'cisco-7-x86_64',
48
- 'template' => 'cisco-exr-9k-x86_64',
49
- 'vrf' => 'management'
46
+ 'ciscoxr-64' => {
47
+ 'platform' => 'cisco_ios_xr-6-x86_64',
48
+ 'template' => 'cisco-exr-9k-x86_64'
50
49
  },
51
50
  'cumulus25-64' => {
52
51
  'platform' => 'cumulus-2.5-x86_64',
@@ -300,6 +299,14 @@ module BeakerHostGenerator
300
299
  'platform' => 'ubuntu-15.10-amd64',
301
300
  'template' => 'ubuntu-1510-x86_64'
302
301
  },
302
+ 'ubuntu1604-32' => {
303
+ 'platform' => 'ubuntu-16.04-i386',
304
+ 'template' => 'ubuntu-1604-i386'
305
+ },
306
+ 'ubuntu1604-64' => {
307
+ 'platform' => 'ubuntu-16.04-amd64',
308
+ 'template' => 'ubuntu-1604-x86_64'
309
+ },
303
310
  'windows2003-64' => {
304
311
  'platform' => 'windows-2003-64',
305
312
  'template' => 'win-2003-x86_64',
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '0.4.0'
3
+ STRING = '0.5.0'
4
4
  end
5
5
  end
@@ -1,15 +1,15 @@
1
1
  ---
2
- arguments_string: cisconxos5-64a
2
+ arguments_string: cisconx-64a
3
3
  environment_variables: {}
4
4
  expected_hash:
5
5
  HOSTS:
6
- cisconxos5-64-1:
6
+ cisconx-64-1:
7
7
  pe_dir:
8
8
  pe_ver:
9
9
  pe_upgrade_dir:
10
10
  pe_upgrade_ver:
11
11
  hypervisor: vmpooler
12
- platform: cisco-5-x86_64
12
+ platform: cisco_nexus-7-x86_64
13
13
  template: cisco-nxos-9k-x86_64
14
14
  vrf: management
15
15
  ssh:
@@ -1,17 +1,16 @@
1
1
  ---
2
- arguments_string: ciscoexr7-64u
2
+ arguments_string: ciscoxr-64u
3
3
  environment_variables: {}
4
4
  expected_hash:
5
5
  HOSTS:
6
- ciscoexr7-64-1:
6
+ ciscoxr-64-1:
7
7
  pe_dir:
8
8
  pe_ver:
9
9
  pe_upgrade_dir:
10
10
  pe_upgrade_ver:
11
11
  hypervisor: vmpooler
12
- platform: cisco-7-x86_64
12
+ platform: cisco_ios_xr-6-x86_64
13
13
  template: cisco-exr-9k-x86_64
14
- vrf: management
15
14
  roles:
16
15
  - agent
17
16
  - ca
@@ -0,0 +1,21 @@
1
+ ---
2
+ arguments_string: ubuntu1604-32u
3
+ environment_variables: {}
4
+ expected_hash:
5
+ HOSTS:
6
+ ubuntu1604-32-1:
7
+ pe_dir:
8
+ pe_ver:
9
+ pe_upgrade_dir:
10
+ pe_upgrade_ver:
11
+ hypervisor: vmpooler
12
+ platform: ubuntu-16.04-i386
13
+ template: ubuntu-1604-i386
14
+ roles:
15
+ - agent
16
+ - ca
17
+ CONFIG:
18
+ nfs_server: none
19
+ consoleport: 443
20
+ pooling_api: http://vmpooler.delivery.puppetlabs.net/
21
+ expected_exception:
@@ -0,0 +1,21 @@
1
+ ---
2
+ arguments_string: ubuntu1604-64l
3
+ environment_variables: {}
4
+ expected_hash:
5
+ HOSTS:
6
+ ubuntu1604-64-1:
7
+ pe_dir:
8
+ pe_ver:
9
+ pe_upgrade_dir:
10
+ pe_upgrade_ver:
11
+ hypervisor: vmpooler
12
+ platform: ubuntu-16.04-amd64
13
+ template: ubuntu-1604-x86_64
14
+ roles:
15
+ - agent
16
+ - classifier
17
+ CONFIG:
18
+ nfs_server: none
19
+ consoleport: 443
20
+ pooling_api: http://vmpooler.delivery.puppetlabs.net/
21
+ expected_exception:
@@ -1,15 +1,15 @@
1
1
  ---
2
- arguments_string: "--osinfo-version 1 cisconxos5-64a"
2
+ arguments_string: "--osinfo-version 0 cisconx-64a"
3
3
  environment_variables: {}
4
4
  expected_hash:
5
5
  HOSTS:
6
- cisconxos5-64-1:
6
+ cisconx-64-1:
7
7
  pe_dir:
8
8
  pe_ver:
9
9
  pe_upgrade_dir:
10
10
  pe_upgrade_ver:
11
11
  hypervisor: vmpooler
12
- platform: cisco-5-x86_64
12
+ platform: cisco_nexus-7-x86_64
13
13
  template: cisco-nxos-9k-x86_64
14
14
  vrf: management
15
15
  ssh:
@@ -1,17 +1,16 @@
1
1
  ---
2
- arguments_string: "--osinfo-version 0 ciscoexr7-64u"
2
+ arguments_string: "--osinfo-version 0 ciscoxr-64u"
3
3
  environment_variables: {}
4
4
  expected_hash:
5
5
  HOSTS:
6
- ciscoexr7-64-1:
6
+ ciscoxr-64-1:
7
7
  pe_dir:
8
8
  pe_ver:
9
9
  pe_upgrade_dir:
10
10
  pe_upgrade_ver:
11
11
  hypervisor: vmpooler
12
- platform: cisco-7-x86_64
12
+ platform: cisco_ios_xr-6-x86_64
13
13
  template: cisco-exr-9k-x86_64
14
- vrf: management
15
14
  roles:
16
15
  - agent
17
16
  - ca
@@ -0,0 +1,21 @@
1
+ ---
2
+ arguments_string: "--osinfo-version 0 ubuntu1604-32u"
3
+ environment_variables: {}
4
+ expected_hash:
5
+ HOSTS:
6
+ ubuntu1604-32-1:
7
+ pe_dir:
8
+ pe_ver:
9
+ pe_upgrade_dir:
10
+ pe_upgrade_ver:
11
+ hypervisor: vmpooler
12
+ platform: ubuntu-16.04-i386
13
+ template: ubuntu-1604-i386
14
+ roles:
15
+ - agent
16
+ - ca
17
+ CONFIG:
18
+ nfs_server: none
19
+ consoleport: 443
20
+ pooling_api: http://vmpooler.delivery.puppetlabs.net/
21
+ expected_exception:
@@ -0,0 +1,21 @@
1
+ ---
2
+ arguments_string: "--osinfo-version 0 ubuntu1604-64l"
3
+ environment_variables: {}
4
+ expected_hash:
5
+ HOSTS:
6
+ ubuntu1604-64-1:
7
+ pe_dir:
8
+ pe_ver:
9
+ pe_upgrade_dir:
10
+ pe_upgrade_ver:
11
+ hypervisor: vmpooler
12
+ platform: ubuntu-16.04-amd64
13
+ template: ubuntu-1604-x86_64
14
+ roles:
15
+ - agent
16
+ - classifier
17
+ CONFIG:
18
+ nfs_server: none
19
+ consoleport: 443
20
+ pooling_api: http://vmpooler.delivery.puppetlabs.net/
21
+ expected_exception:
@@ -1,15 +1,15 @@
1
1
  ---
2
- arguments_string: "--osinfo-version 0 cisconxos5-64a"
2
+ arguments_string: "--osinfo-version 1 cisconx-64a"
3
3
  environment_variables: {}
4
4
  expected_hash:
5
5
  HOSTS:
6
- cisconxos5-64-1:
6
+ cisconx-64-1:
7
7
  pe_dir:
8
8
  pe_ver:
9
9
  pe_upgrade_dir:
10
10
  pe_upgrade_ver:
11
11
  hypervisor: vmpooler
12
- platform: cisco-5-x86_64
12
+ platform: cisco_nexus-7-x86_64
13
13
  template: cisco-nxos-9k-x86_64
14
14
  vrf: management
15
15
  ssh:
@@ -1,17 +1,16 @@
1
1
  ---
2
- arguments_string: "--osinfo-version 1 ciscoexr7-64u"
2
+ arguments_string: "--osinfo-version 1 ciscoxr-64u"
3
3
  environment_variables: {}
4
4
  expected_hash:
5
5
  HOSTS:
6
- ciscoexr7-64-1:
6
+ ciscoxr-64-1:
7
7
  pe_dir:
8
8
  pe_ver:
9
9
  pe_upgrade_dir:
10
10
  pe_upgrade_ver:
11
11
  hypervisor: vmpooler
12
- platform: cisco-7-x86_64
12
+ platform: cisco_ios_xr-6-x86_64
13
13
  template: cisco-exr-9k-x86_64
14
- vrf: management
15
14
  roles:
16
15
  - agent
17
16
  - ca
@@ -0,0 +1,21 @@
1
+ ---
2
+ arguments_string: "--osinfo-version 1 ubuntu1604-32u"
3
+ environment_variables: {}
4
+ expected_hash:
5
+ HOSTS:
6
+ ubuntu1604-32-1:
7
+ pe_dir:
8
+ pe_ver:
9
+ pe_upgrade_dir:
10
+ pe_upgrade_ver:
11
+ hypervisor: vmpooler
12
+ platform: ubuntu-16.04-i386
13
+ template: ubuntu-1604-i386
14
+ roles:
15
+ - agent
16
+ - ca
17
+ CONFIG:
18
+ nfs_server: none
19
+ consoleport: 443
20
+ pooling_api: http://vmpooler.delivery.puppetlabs.net/
21
+ expected_exception:
@@ -0,0 +1,21 @@
1
+ ---
2
+ arguments_string: "--osinfo-version 1 ubuntu1604-64l"
3
+ environment_variables: {}
4
+ expected_hash:
5
+ HOSTS:
6
+ ubuntu1604-64-1:
7
+ pe_dir:
8
+ pe_ver:
9
+ pe_upgrade_dir:
10
+ pe_upgrade_ver:
11
+ hypervisor: vmpooler
12
+ platform: ubuntu-16.04-amd64
13
+ template: ubuntu-1604-x86_64
14
+ roles:
15
+ - agent
16
+ - classifier
17
+ CONFIG:
18
+ nfs_server: none
19
+ consoleport: 443
20
+ pooling_api: http://vmpooler.delivery.puppetlabs.net/
21
+ expected_exception:
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: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Branan Purvine-Riley
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-10 00:00:00.000000000 Z
12
+ date: 2016-03-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -210,8 +210,8 @@ files:
210
210
  - test/fixtures/default/centos6-32f
211
211
  - test/fixtures/default/centos6-64m
212
212
  - test/fixtures/default/centos7-64aulcdfm
213
- - test/fixtures/default/ciscoexr7-64u
214
- - test/fixtures/default/cisconxos5-64a
213
+ - test/fixtures/default/cisconx-64a
214
+ - test/fixtures/default/ciscoxr-64u
215
215
  - test/fixtures/default/cumulus25-64l
216
216
  - test/fixtures/default/debian6-32c
217
217
  - test/fixtures/default/debian6-64d
@@ -275,6 +275,8 @@ files:
275
275
  - test/fixtures/default/ubuntu1504-64m
276
276
  - test/fixtures/default/ubuntu1510-32aulcdfm
277
277
  - test/fixtures/default/ubuntu1510-64a
278
+ - test/fixtures/default/ubuntu1604-32u
279
+ - test/fixtures/default/ubuntu1604-64l
278
280
  - test/fixtures/default/windows10ent-32l
279
281
  - test/fixtures/default/windows10ent-64c
280
282
  - test/fixtures/default/windows10pro-64d
@@ -306,8 +308,8 @@ files:
306
308
  - test/fixtures/osinfo-version-0/centos6-32f
307
309
  - test/fixtures/osinfo-version-0/centos6-64m
308
310
  - test/fixtures/osinfo-version-0/centos7-64aulcdfm
309
- - test/fixtures/osinfo-version-0/ciscoexr7-64u
310
- - test/fixtures/osinfo-version-0/cisconxos5-64a
311
+ - test/fixtures/osinfo-version-0/cisconx-64a
312
+ - test/fixtures/osinfo-version-0/ciscoxr-64u
311
313
  - test/fixtures/osinfo-version-0/cumulus25-64l
312
314
  - test/fixtures/osinfo-version-0/debian6-32c
313
315
  - test/fixtures/osinfo-version-0/debian6-64d
@@ -371,6 +373,8 @@ files:
371
373
  - test/fixtures/osinfo-version-0/ubuntu1504-64m
372
374
  - test/fixtures/osinfo-version-0/ubuntu1510-32aulcdfm
373
375
  - test/fixtures/osinfo-version-0/ubuntu1510-64a
376
+ - test/fixtures/osinfo-version-0/ubuntu1604-32u
377
+ - test/fixtures/osinfo-version-0/ubuntu1604-64l
374
378
  - test/fixtures/osinfo-version-0/windows10ent-32l
375
379
  - test/fixtures/osinfo-version-0/windows10ent-64c
376
380
  - test/fixtures/osinfo-version-0/windows10pro-64d
@@ -399,8 +403,8 @@ files:
399
403
  - test/fixtures/osinfo-version-1/centos6-32f
400
404
  - test/fixtures/osinfo-version-1/centos6-64m
401
405
  - test/fixtures/osinfo-version-1/centos7-64aulcdfm
402
- - test/fixtures/osinfo-version-1/ciscoexr7-64u
403
- - test/fixtures/osinfo-version-1/cisconxos5-64a
406
+ - test/fixtures/osinfo-version-1/cisconx-64a
407
+ - test/fixtures/osinfo-version-1/ciscoxr-64u
404
408
  - test/fixtures/osinfo-version-1/cumulus25-64l
405
409
  - test/fixtures/osinfo-version-1/debian6-32c
406
410
  - test/fixtures/osinfo-version-1/debian6-64d
@@ -464,6 +468,8 @@ files:
464
468
  - test/fixtures/osinfo-version-1/ubuntu1504-64m
465
469
  - test/fixtures/osinfo-version-1/ubuntu1510-32aulcdfm
466
470
  - test/fixtures/osinfo-version-1/ubuntu1510-64a
471
+ - test/fixtures/osinfo-version-1/ubuntu1604-32u
472
+ - test/fixtures/osinfo-version-1/ubuntu1604-64l
467
473
  - test/fixtures/osinfo-version-1/windows10ent-32l
468
474
  - test/fixtures/osinfo-version-1/windows10ent-64c
469
475
  - test/fixtures/osinfo-version-1/windows10pro-64d