Skip to content

Commit

Permalink
Add ubuntu-2204-arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yachub committed Sep 8, 2023
1 parent da8ac9a commit 63031c1
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/fixtures/generated/default/ubuntu2204-AARCH64m
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: ubuntu2204-AARCH64m
environment_variables: {}
expected_hash:
HOSTS:
ubuntu2204-AARCH64-1:
platform: ubuntu-22.04-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,28 @@
---
arguments_string: ubuntu2204-AARCH64m-windows2008r2-6432-ubuntu2204-AARCH64u
environment_variables: {}
expected_hash:
HOSTS:
ubuntu2204-AARCH64-1:
platform: ubuntu-22.04-aarch64
hypervisor: vmpooler
roles:
- agent
- master
windows2008r2-6432-1:
platform: windows-2008r2-64
packaging_platform: windows-2012-x64
ruby_arch: x86
template: win-2008r2-x86_64
hypervisor: vmpooler
roles:
- agent
ubuntu2204-AARCH64-2:
platform: ubuntu-22.04-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,35 @@
---
arguments_string: windows2008r2-6432aulcdfm-ubuntu2204-AARCH64-windows2008r2-6432a
environment_variables: {}
expected_hash:
HOSTS:
windows2008r2-6432-1:
platform: windows-2008r2-64
packaging_platform: windows-2012-x64
ruby_arch: x86
template: win-2008r2-x86_64
hypervisor: vmpooler
roles:
- agent
- ca
- classifier
- dashboard
- database
- frictionless
- master
ubuntu2204-AARCH64-1:
platform: ubuntu-22.04-aarch64
hypervisor: vmpooler
roles:
- agent
windows2008r2-6432-2:
platform: windows-2008r2-64
packaging_platform: windows-2012-x64
ruby_arch: x86
template: win-2008r2-x86_64
hypervisor: vmpooler
roles:
- agent
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
14 changes: 14 additions & 0 deletions test/fixtures/generated/osinfo-version-0/ubuntu2204-AARCH64m
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: "--osinfo-version 0 ubuntu2204-AARCH64m"
environment_variables: {}
expected_hash:
HOSTS:
ubuntu2204-AARCH64-1:
platform: ubuntu-22.04-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/ubuntu2204-AARCH64m
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: "--osinfo-version 1 ubuntu2204-AARCH64m"
environment_variables: {}
expected_hash:
HOSTS:
ubuntu2204-AARCH64-1:
platform: ubuntu-22.04-aarch64
hypervisor: vmpooler
roles:
- agent
- master
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:

0 comments on commit 63031c1

Please sign in to comment.