beaker-hostgenerator 1.1.34 → 1.1.35

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d3929e4e3375e38a58d15a6337fd69aabba8c42
4
- data.tar.gz: 8c187c0635f5e22ee0eef414cc754d6d136ac19b
3
+ metadata.gz: 02df88ecd355570c56f41e0f71c80dbcd86d78f6
4
+ data.tar.gz: d4064ca7570fa91728c253a9ea04b4e92e5d1e98
5
5
  SHA512:
6
- metadata.gz: e71eb3396281babcc2b8bba91c5b450155aa7f417f2968d0182390f30b2d8c0ce8857d04b9122a1898411c7d499c88d6fbf6db7980ff10f3816ca97a7c9ac134
7
- data.tar.gz: bf1e9a2e78270d5ba8201ba2294a3a302faf91b37c1269cdd0036624ca700b5cce8399289b081f299f3d8e1b29dbdce80ff7095a006edf250af8279e48ffb252
6
+ metadata.gz: 00c7ea67ffc89d7e5c17de76878e1483df20034ae2eb0a039808bf5378ba357fbcea7b2b22bb2bf024a24f768fc31f062c17a07e64e2a8659bf0df34fa6e1047
7
+ data.tar.gz: a497babbe5aa9e0474979b31432e962840ac6087003bffded69b17522cd4d55ae784aefa5e530385d0c77b480562e7cb0eb1e6966dabe8207c7060b4f316777c
@@ -239,6 +239,19 @@ module BeakerHostGenerator
239
239
  'template' => 'cisco-nxos-9k-x86_64'
240
240
  }
241
241
  },
242
+ 'ciscon7k-64' => {
243
+ :general => {
244
+ 'platform' => 'cisco_nexus-7k-x86_64',
245
+ 'packaging_platform' => 'cisco-wrlinux-5-x86_64',
246
+ 'vrf' => 'management',
247
+ 'ssh' => {
248
+ 'user' => 'admin'
249
+ }
250
+ },
251
+ :abs => {
252
+ 'template' => 'cisco-n7k-7k-x86_64'
253
+ }
254
+ },
242
255
  'cisconxhw-64' => {
243
256
  :general => {
244
257
  'platform' => 'cisco_nexus-7-x86_64',
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '1.1.34'
3
+ STRING = '1.1.35'
4
4
  end
5
5
  end
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.34
4
+ version: 1.1.35
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-08-02 00:00:00.000000000 Z
13
+ date: 2019-08-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest