Skip to content

Commit

Permalink
Add Amazon 2
Browse files Browse the repository at this point in the history
Copies Amazon 7 to 2, as the former is an implementation detail and the
latter is the actual OS version: https://aws.amazon.com/amazon-linux-2
  • Loading branch information
joshcooper committed Jun 3, 2024
1 parent a02abc3 commit bc55bc0
Show file tree
Hide file tree
Showing 11 changed files with 189 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,8 @@ def generate_osinfo
end

# Amazon Linux
yield %w[amazon2-64 amazon-2-x86_64]
yield %w[amazon2-AARCH64 amazon-2-aarch64]
yield %w[amazon7-64 amazon-7-x86_64]
yield %w[amazon7-AARCH64 amazon-7-aarch64]
yield %w[amazon2023-64 amazon-2023-x86_64]
Expand Down
14 changes: 14 additions & 0 deletions test/fixtures/generated/default/amazon2-64d
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: amazon2-64d
environment_variables: {}
expected_hash:
HOSTS:
amazon2-64-1:
platform: amazon-2-x86_64
hypervisor: vmpooler
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/amazon2-AARCH64f
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: amazon2-AARCH64f
environment_variables: {}
expected_hash:
HOSTS:
amazon2-AARCH64-1:
platform: amazon-2-aarch64
hypervisor: vmpooler
roles:
- agent
- frictionless
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,25 @@
---
arguments_string: amazon2-64d-solaris11-SPARC-amazon2-64c
environment_variables: {}
expected_hash:
HOSTS:
amazon2-64-1:
platform: amazon-2-x86_64
hypervisor: vmpooler
roles:
- agent
- database
solaris11-SPARC-1:
platform: solaris-11-sparc
hypervisor: vmpooler
roles:
- agent
amazon2-64-2:
platform: amazon-2-x86_64
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,26 @@
---
arguments_string: amazon2-AARCH64f-solaris11-64-amazon2-AARCH64l
environment_variables: {}
expected_hash:
HOSTS:
amazon2-AARCH64-1:
platform: amazon-2-aarch64
hypervisor: vmpooler
roles:
- agent
- frictionless
solaris11-64-1:
platform: solaris-11-i386
template: solaris-11-x86_64
hypervisor: vmpooler
roles:
- agent
amazon2-AARCH64-2:
platform: amazon-2-aarch64
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,27 @@
---
arguments_string: solaris11-64d-amazon2-AARCH64-solaris11-64c
environment_variables: {}
expected_hash:
HOSTS:
solaris11-64-1:
platform: solaris-11-i386
template: solaris-11-x86_64
hypervisor: vmpooler
roles:
- agent
- database
amazon2-AARCH64-1:
platform: amazon-2-aarch64
hypervisor: vmpooler
roles:
- agent
solaris11-64-2:
platform: solaris-11-i386
template: solaris-11-x86_64
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,25 @@
---
arguments_string: solaris11-SPARCf-amazon2-64-solaris11-SPARCl
environment_variables: {}
expected_hash:
HOSTS:
solaris11-SPARC-1:
platform: solaris-11-sparc
hypervisor: vmpooler
roles:
- agent
- frictionless
amazon2-64-1:
platform: amazon-2-x86_64
hypervisor: vmpooler
roles:
- agent
solaris11-SPARC-2:
platform: solaris-11-sparc
hypervisor: vmpooler
roles:
- agent
- classifier
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
14 changes: 14 additions & 0 deletions test/fixtures/generated/osinfo-version-0/amazon2-64d
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: "--osinfo-version 0 amazon2-64d"
environment_variables: {}
expected_hash:
HOSTS:
amazon2-64-1:
platform: amazon-2-x86_64
hypervisor: vmpooler
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/amazon2-AARCH64f
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: "--osinfo-version 0 amazon2-AARCH64f"
environment_variables: {}
expected_hash:
HOSTS:
amazon2-AARCH64-1:
platform: amazon-2-aarch64
hypervisor: vmpooler
roles:
- agent
- frictionless
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:
14 changes: 14 additions & 0 deletions test/fixtures/generated/osinfo-version-1/amazon2-64d
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: "--osinfo-version 1 amazon2-64d"
environment_variables: {}
expected_hash:
HOSTS:
amazon2-64-1:
platform: amazon-2-x86_64
hypervisor: vmpooler
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/amazon2-AARCH64f
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
arguments_string: "--osinfo-version 1 amazon2-AARCH64f"
environment_variables: {}
expected_hash:
HOSTS:
amazon2-AARCH64-1:
platform: amazon-2-aarch64
hypervisor: vmpooler
roles:
- agent
- frictionless
CONFIG:
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/
expected_exception:

0 comments on commit bc55bc0

Please sign in to comment.