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 support for oracle9-aarch64 #382

Merged
merged 1 commit into from
Aug 22, 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
11 changes: 11 additions & 0 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,17 @@ def osinfo
'template' => 'redhat-9-power9',
},
},
'oracle9-AARCH64' => {
general: {
'platform' => 'el-9-aarch64',
},
abs: {
'template' => 'oracle-9-arm64',
},
vmpooler: {
'template' => 'oracle-9-arm64',
},
},
'sles11-32' => {
general: {
'platform' => 'sles-11-i386',
Expand Down
15 changes: 15 additions & 0 deletions test/fixtures/generated/default/oracle9-AARCH64l
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
arguments_string: oracle9-AARCH64l
environment_variables: {}
expected_hash:
HOSTS:
oracle9-AARCH64-1:
platform: el-9-aarch64
template: oracle-9-arm64
hypervisor: vmpooler
roles:
- agent
- classifier
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: opensuse42-32u-oracle9-AARCH64-opensuse42-32m
environment_variables: {}
expected_hash:
HOSTS:
opensuse42-32-1:
platform: opensuse-42-i386
hypervisor: vmpooler
template: opensuse-42-i386
roles:
- agent
- ca
oracle9-AARCH64-1:
platform: el-9-aarch64
template: oracle-9-arm64
hypervisor: vmpooler
roles:
- agent
opensuse42-32-2:
platform: opensuse-42-i386
hypervisor: vmpooler
template: opensuse-42-i386
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,28 @@
---
arguments_string: oracle9-AARCH64l-opensuse42-32-oracle9-AARCH64f
environment_variables: {}
expected_hash:
HOSTS:
oracle9-AARCH64-1:
platform: el-9-aarch64
template: oracle-9-arm64
hypervisor: vmpooler
roles:
- agent
- classifier
opensuse42-32-1:
platform: opensuse-42-i386
hypervisor: vmpooler
template: opensuse-42-i386
roles:
- agent
oracle9-AARCH64-2:
platform: el-9-aarch64
template: oracle-9-arm64
hypervisor: vmpooler
roles:
- agent
- frictionless
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
15 changes: 15 additions & 0 deletions test/fixtures/generated/osinfo-version-0/oracle9-AARCH64l
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
arguments_string: "--osinfo-version 0 oracle9-AARCH64l"
environment_variables: {}
expected_hash:
HOSTS:
oracle9-AARCH64-1:
platform: el-9-aarch64
template: oracle-9-arm64
hypervisor: vmpooler
roles:
- agent
- classifier
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
15 changes: 15 additions & 0 deletions test/fixtures/generated/osinfo-version-1/oracle9-AARCH64l
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
arguments_string: "--osinfo-version 1 oracle9-AARCH64l"
environment_variables: {}
expected_hash:
HOSTS:
oracle9-AARCH64-1:
platform: el-9-aarch64
template: oracle-9-arm64
hypervisor: vmpooler
roles:
- agent
- classifier
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception: