Skip to content

Commit

Permalink
Merge pull request #376 from smahima27/RE-16338
Browse files Browse the repository at this point in the history
Add Almalinux9 AARCH64 and Rocky9 AARCH64
  • Loading branch information
bastelfreak committed Jun 26, 2024
2 parents 3807434 + 8b0c110 commit 92a60c2
Show file tree
Hide file tree
Showing 11 changed files with 205 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 @@ -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:

0 comments on commit 92a60c2

Please sign in to comment.