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

Add Almalinux9 AARCH64 and Rocky9 AARCH64 #376

Merged
merged 2 commits into from
Jun 26, 2024
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 @@ -1139,6 +1139,7 @@ def generate_osinfo
%w[almalinux rocky].each do |os|
(8..9).each do |release|
yield ["#{os}#{release}-64", "el-#{release}-x86_64"]
yield ["#{os}#{release}-AARCH64", "el-#{release}-aarch64"]
end
end

Expand Down
15 changes: 15 additions & 0 deletions test/fixtures/generated/default/almalinux9-AARCH64d
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
arguments_string: almalinux9-AARCH64d
environment_variables: {}
expected_hash:
HOSTS:
almalinux9-AARCH64-1:
platform: el-9-aarch64
hypervisor: vmpooler
template: almalinux-9-aarch64
roles:
- agent
- database
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
14 changes: 14 additions & 0 deletions test/fixtures/generated/default/rocky9-AARCH64a
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: rocky9-AARCH64a
environment_variables: {}
expected_hash:
HOSTS:
rocky9-AARCH64-1:
platform: el-9-aarch64
hypervisor: vmpooler
template: rocky-9-aarch64
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,27 @@
---
arguments_string: almalinux9-AARCH64d-sles12-S390X-almalinux9-AARCH64c
environment_variables: {}
expected_hash:
HOSTS:
almalinux9-AARCH64-1:
platform: el-9-aarch64
hypervisor: vmpooler
template: almalinux-9-aarch64
roles:
- agent
- database
sles12-S390X-1:
platform: sles-12-s390x
hypervisor: vmpooler
roles:
- agent
almalinux9-AARCH64-2:
platform: el-9-aarch64
hypervisor: vmpooler
template: almalinux-9-aarch64
roles:
- agent
- dashboard
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,32 @@
---
arguments_string: rocky9-AARCH64a-sles11-32-rocky9-AARCH64aulcdfm
environment_variables: {}
expected_hash:
HOSTS:
rocky9-AARCH64-1:
platform: el-9-aarch64
hypervisor: vmpooler
template: rocky-9-aarch64
roles:
- agent
sles11-32-1:
platform: sles-11-i386
template: sles-11-i386
hypervisor: vmpooler
roles:
- agent
rocky9-AARCH64-2:
platform: el-9-aarch64
hypervisor: vmpooler
template: rocky-9-aarch64
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,28 @@
---
arguments_string: sles11-32d-rocky9-AARCH64-sles11-32c
environment_variables: {}
expected_hash:
HOSTS:
sles11-32-1:
platform: sles-11-i386
template: sles-11-i386
hypervisor: vmpooler
roles:
- agent
- database
rocky9-AARCH64-1:
platform: el-9-aarch64
hypervisor: vmpooler
template: rocky-9-aarch64
roles:
- agent
sles11-32-2:
platform: sles-11-i386
template: sles-11-i386
hypervisor: vmpooler
roles:
- agent
- dashboard
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: sles12-S390Xa-almalinux9-AARCH64-sles12-S390Xaulcdfm
environment_variables: {}
expected_hash:
HOSTS:
sles12-S390X-1:
platform: sles-12-s390x
hypervisor: vmpooler
roles:
- agent
almalinux9-AARCH64-1:
platform: el-9-aarch64
hypervisor: vmpooler
template: almalinux-9-aarch64
roles:
- agent
sles12-S390X-2:
platform: sles-12-s390x
hypervisor: vmpooler
roles:
- agent
- ca
- classifier
- dashboard
- database
- frictionless
- master
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
15 changes: 15 additions & 0 deletions test/fixtures/generated/osinfo-version-0/almalinux9-AARCH64d
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
arguments_string: "--osinfo-version 0 almalinux9-AARCH64d"
environment_variables: {}
expected_hash:
HOSTS:
almalinux9-AARCH64-1:
platform: el-9-aarch64
hypervisor: vmpooler
template: almalinux-9-aarch64
roles:
- agent
- database
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
14 changes: 14 additions & 0 deletions test/fixtures/generated/osinfo-version-0/rocky9-AARCH64a
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: "--osinfo-version 0 rocky9-AARCH64a"
environment_variables: {}
expected_hash:
HOSTS:
rocky9-AARCH64-1:
platform: el-9-aarch64
hypervisor: vmpooler
template: rocky-9-aarch64
roles:
- agent
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
15 changes: 15 additions & 0 deletions test/fixtures/generated/osinfo-version-1/almalinux9-AARCH64d
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
arguments_string: "--osinfo-version 1 almalinux9-AARCH64d"
environment_variables: {}
expected_hash:
HOSTS:
almalinux9-AARCH64-1:
platform: el-9-aarch64
hypervisor: vmpooler
template: almalinux-9-aarch64
roles:
- agent
- database
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
14 changes: 14 additions & 0 deletions test/fixtures/generated/osinfo-version-1/rocky9-AARCH64a
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: "--osinfo-version 1 rocky9-AARCH64a"
environment_variables: {}
expected_hash:
HOSTS:
rocky9-AARCH64-1:
platform: el-9-aarch64
hypervisor: vmpooler
template: rocky-9-aarch64
roles:
- agent
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception: