Skip to content

Commit

Permalink
Add debian-11-arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yachub authored Sep 12, 2023
1 parent f47bca2 commit 403fd6e
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ def osinfo
'box' => 'debian/bullseye64',
},
},
'debian11-AARCH64' => {
general: {
'platform' => 'debian-11-aarch64',
},
},
'debian12-64' => {
general: {
'platform' => 'debian-12-amd64',
Expand Down
14 changes: 14 additions & 0 deletions test/fixtures/generated/default/debian11-AARCH64m
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: debian11-AARCH64m
environment_variables: {}
expected_hash:
HOSTS:
debian11-AARCH64-1:
platform: debian-11-aarch64
hypervisor: vmpooler
roles:
- agent
- 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,26 @@
---
arguments_string: debian11-AARCH64m-redhat7-AARCH64-debian11-AARCH64u
environment_variables: {}
expected_hash:
HOSTS:
debian11-AARCH64-1:
platform: debian-11-aarch64
hypervisor: vmpooler
roles:
- agent
- master
redhat7-AARCH64-1:
platform: el-7-aarch64
template: redhat-7-x86_64
hypervisor: vmpooler
roles:
- agent
debian11-AARCH64-2:
platform: debian-11-aarch64
hypervisor: vmpooler
roles:
- agent
- ca
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: redhat7-AARCH64u-debian11-AARCH64-redhat7-AARCH64m
environment_variables: {}
expected_hash:
HOSTS:
redhat7-AARCH64-1:
platform: el-7-aarch64
template: redhat-7-x86_64
hypervisor: vmpooler
roles:
- agent
- ca
debian11-AARCH64-1:
platform: debian-11-aarch64
hypervisor: vmpooler
roles:
- agent
redhat7-AARCH64-2:
platform: el-7-aarch64
template: redhat-7-x86_64
hypervisor: vmpooler
roles:
- agent
- master
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
14 changes: 14 additions & 0 deletions test/fixtures/generated/osinfo-version-0/debian11-AARCH64m
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: "--osinfo-version 0 debian11-AARCH64m"
environment_variables: {}
expected_hash:
HOSTS:
debian11-AARCH64-1:
platform: debian-11-aarch64
hypervisor: vmpooler
roles:
- agent
- master
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
14 changes: 14 additions & 0 deletions test/fixtures/generated/osinfo-version-1/debian11-AARCH64m
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: "--osinfo-version 1 debian11-AARCH64m"
environment_variables: {}
expected_hash:
HOSTS:
debian11-AARCH64-1:
platform: debian-11-aarch64
hypervisor: vmpooler
roles:
- agent
- master
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:

0 comments on commit 403fd6e

Please sign in to comment.