Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PA-6776): Add osx-15-x86_64 support. #397

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: