beaker-hostgenerator 2.8.2 → 2.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9fad3c56e1d05f923bcf135382ab28d9d311ce5e67a677c5b50c960098bf395
4
- data.tar.gz: 1db27bb8a50f5bad1037867c93c3b82a84a95c73cb89ec9a9a034dd12dac486d
3
+ metadata.gz: 2145b83d2e15cdd6d2a18eb95eab96355800a2362cee925313589b5d166e7c16
4
+ data.tar.gz: 6eba387dac461e0c7b31ef6bfadc64e5bc42801683ecc5313238a1c22ea58dd8
5
5
  SHA512:
6
- metadata.gz: f99a3dad7b2c3a5ea6fe9a0353f1c9cb7e7873bf6f424ea7eebd0822c9310b837f52d0a470b6cc63152d22a46ef2ffcec2aa596aa94ff629d523ccb49663787b
7
- data.tar.gz: bb37719f3953c746bce408f6aaf6099c9b949d913230d14af345fcb0247b6136edb1ccd6516647a277b06cd6933542f5905794bddbf1edaee18f488a8dca7e4f
6
+ metadata.gz: a7879d38086005f3b9bdb30b3304c7c1f0376d0ad7130e7aaf9972075eb184c74b1166d386f4ba51369e40c5d926d602eacff7140a55b785c38249efc51ace90
7
+ data.tar.gz: 9f970a8976523e4df0e0f716c9a7d8bc74920d4a71379bf8028a24b99c40d4f8ba6693a3ce962839b464013169c3fb0bd4a4ca32294dce5599c78bec2bbbf587
data/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.9.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.9.1) (2024-01-24)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.9.0...2.9.1)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - Pull correct vagrant boxes for AlmaLinux [\#351](https://github.com/voxpupuli/beaker-hostgenerator/pull/351) ([traylenator](https://github.com/traylenator))
12
+ - Fix rhel9 power ABS name [\#350](https://github.com/voxpupuli/beaker-hostgenerator/pull/350) ([nmburgan](https://github.com/nmburgan))
13
+
14
+ ## [2.9.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.9.0) (2023-11-27)
15
+
16
+ [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.8.2...2.9.0)
17
+
18
+ **Implemented enhancements:**
19
+
20
+ - Add Fedora 39 support [\#347](https://github.com/voxpupuli/beaker-hostgenerator/pull/347) ([kenyon](https://github.com/kenyon))
21
+
22
+ **Fixed bugs:**
23
+
24
+ - readme fixes [\#348](https://github.com/voxpupuli/beaker-hostgenerator/pull/348) ([kenyon](https://github.com/kenyon))
25
+
5
26
  ## [2.8.2](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.8.2) (2023-11-20)
6
27
 
7
28
  [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.8.1...2.8.2)
data/README.md CHANGED
@@ -394,9 +394,9 @@ expected_hash:
394
394
  HOSTS:
395
395
  centos9-64-1:
396
396
  pe_dir: "/opt/hello"
397
- pe_ver:
398
- pe_upgrade_dir:
399
- pe_upgrade_ver:
397
+ pe_ver:
398
+ pe_upgrade_dir:
399
+ pe_upgrade_ver:
400
400
  hypervisor: vmpooler
401
401
  platform: el-9-x86_64
402
402
  template: centos-9-x86_64
@@ -409,7 +409,7 @@ expected_hash:
409
409
  nfs_server: none
410
410
  consoleport: 443
411
411
  pooling_api: http://vmpooler.delivery.puppetlabs.net/
412
- expected_exception:
412
+ expected_exception:
413
413
  ```
414
414
 
415
415
  These test fixtures are yaml files searched for in the directory
@@ -421,7 +421,7 @@ keys:
421
421
  - `environment_variables`: The environment variables that should be set during
422
422
  the `beaker-hostgenerator` call.
423
423
  - `expected_hash`: A hash that should match the output of `beaker-hostgenerator`
424
- when it is run with `options\_string`
424
+ when it is run with `arguments_string`
425
425
  - `expected_exception`: If the `arguments_string` passed to `beaker-hostgenerator`
426
426
  is expected to lead to an exceptional state, this is the name of the exception
427
427
  that the fixture test will attempt to match.
@@ -387,7 +387,7 @@ module BeakerHostGenerator
387
387
  'platform' => 'el-9-ppc64le',
388
388
  },
389
389
  abs: {
390
- 'template' => 'redhat-9-power',
390
+ 'template' => 'redhat-9-power9',
391
391
  },
392
392
  },
393
393
  'sles11-32' => {
@@ -1078,7 +1078,7 @@ module BeakerHostGenerator
1078
1078
  yield %w[aix73-POWER aix-7.3-power]
1079
1079
 
1080
1080
  # Fedora
1081
- (19..38).each do |release|
1081
+ (19..39).each do |release|
1082
1082
  # 32 bit support was dropped in Fedora 31
1083
1083
  yield ["fedora#{release}-32", "fedora-#{release}-i386"] if release < 31
1084
1084
 
@@ -8,9 +8,10 @@ module BeakerHostGenerator
8
8
  include BeakerHostGenerator::Data
9
9
 
10
10
  def generate_node(node_info, base_config, bhg_version)
11
- base_config['box'] = if node_info['ostype'] =~ /^centos/
11
+ base_config['box'] = case node_info['ostype']
12
+ when /^centos/, /^almalinux/
12
13
  node_info['ostype'].sub(/(\d)/, '/\1')
13
- elsif node_info['ostype'] =~ /^fedora/
14
+ when /^fedora/
14
15
  node_info['ostype'].sub(/(\d)/, '/\1') + '-cloud-base'
15
16
  else
16
17
  "generic/#{node_info['ostype']}"
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '2.8.2'
3
+ STRING = '2.9.1'
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: 2.8.2
4
+ version: 2.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Branan Purvine-Riley
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2023-11-20 00:00:00.000000000 Z
14
+ date: 2024-01-24 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fakefs