Skip to content

Commit

Permalink
Merge pull request #397 from span786/PA-6776-adding-osx-15-x86_64
Browse files Browse the repository at this point in the history
(PA-6776): Added osx-15-x86_64 support.
  • Loading branch information
kenyon authored Jan 29, 2025
2 parents 5ca9134 + 437588b commit 04703e6
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,7 @@ def generate_osinfo
yield %w[osx14-64 osx-14-x86_64]
yield %w[osx14-ARM64 osx-14-arm64]
yield %w[osx15-ARM64 osx-15-arm64]
yield %w[osx15-64 osx-15-x86_64]
end
end
end
19 changes: 19 additions & 0 deletions test/fixtures/generated/default/osx15-64aulcdfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
arguments_string: osx15-64aulcdfm
environment_variables: {}
expected_hash:
HOSTS:
osx15-64-1:
platform: osx-15-x86_64
hypervisor: vmpooler
roles:
- agent
- ca
- classifier
- dashboard
- database
- frictionless
- master
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
arguments_string: osx15-64aulcdfm-rocky9-AARCH64-osx15-64a
environment_variables: {}
expected_hash:
HOSTS:
osx15-64-1:
platform: osx-15-x86_64
hypervisor: vmpooler
roles:
- agent
- ca
- classifier
- dashboard
- database
- frictionless
- master
rocky9-AARCH64-1:
platform: el-9-aarch64
template: rocky-9-arm64
hypervisor: vmpooler
roles:
- agent
osx15-64-2:
platform: osx-15-x86_64
hypervisor: vmpooler
roles:
- agent
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
arguments_string: rocky9-AARCH64a-osx15-64-rocky9-AARCH64aulcdfm
environment_variables: {}
expected_hash:
HOSTS:
rocky9-AARCH64-1:
platform: el-9-aarch64
template: rocky-9-arm64
hypervisor: vmpooler
roles:
- agent
osx15-64-1:
platform: osx-15-x86_64
hypervisor: vmpooler
roles:
- agent
rocky9-AARCH64-2:
platform: el-9-aarch64
template: rocky-9-arm64
hypervisor: vmpooler
roles:
- agent
- ca
- classifier
- dashboard
- database
- frictionless
- master
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
19 changes: 19 additions & 0 deletions test/fixtures/generated/osinfo-version-0/osx15-64aulcdfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
arguments_string: "--osinfo-version 0 osx15-64aulcdfm"
environment_variables: {}
expected_hash:
HOSTS:
osx15-64-1:
platform: osx-15-x86_64
hypervisor: vmpooler
roles:
- agent
- ca
- classifier
- dashboard
- database
- frictionless
- master
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
19 changes: 19 additions & 0 deletions test/fixtures/generated/osinfo-version-1/osx15-64aulcdfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
arguments_string: "--osinfo-version 1 osx15-64aulcdfm"
environment_variables: {}
expected_hash:
HOSTS:
osx15-64-1:
platform: osx-15-x86_64
hypervisor: vmpooler
roles:
- agent
- ca
- classifier
- dashboard
- database
- frictionless
- master
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:

0 comments on commit 04703e6

Please sign in to comment.