-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 Note these two commands return the same template name, but different platforms. ❯ bundle exec beaker-hostgenerator amazon2-AARCH64a --hypervisor abs --- HOSTS: amazon2-AARCH64-1: platform: amazon-2-aarch64 template: amazon-7-arm64 hypervisor: abs roles: - agent CONFIG: {} ❯ bundle exec beaker-hostgenerator amazon7-AARCH64a --hypervisor abs --- HOSTS: amazon7-AARCH64-1: platform: amazon-7-aarch64 hypervisor: abs template: amazon-7-arm64 roles: - agent CONFIG: {} The `template` is what we request from ABS. The `platform` is what beaker uses when constructing `Beaker::Platform.new` and allows tests to introspect the platform they're running on, such as `if platform =~ /amazon-/`
- Loading branch information
1 parent
a02abc3
commit adde8f2
Showing
16 changed files
with
291 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
arguments_string: amazon2-AARCH64m | ||
environment_variables: {} | ||
expected_hash: | ||
HOSTS: | ||
amazon2-AARCH64-1: | ||
platform: amazon-2-aarch64 | ||
hypervisor: vmpooler | ||
roles: | ||
- agent | ||
- master | ||
CONFIG: | ||
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/ | ||
expected_exception: |
25 changes: 25 additions & 0 deletions
25
test/fixtures/generated/multiplatform/amazon2-64d-solaris11-SPARC-amazon2-64c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
26 changes: 26 additions & 0 deletions
26
test/fixtures/generated/multiplatform/amazon2-AARCH64f-solaris11-64-amazon2-AARCH64l
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
26 changes: 26 additions & 0 deletions
26
test/fixtures/generated/multiplatform/amazon2-AARCH64m-solaris11-32-amazon2-AARCH64u
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
arguments_string: amazon2-AARCH64m-solaris11-32-amazon2-AARCH64u | ||
environment_variables: {} | ||
expected_hash: | ||
HOSTS: | ||
amazon2-AARCH64-1: | ||
platform: amazon-2-aarch64 | ||
hypervisor: vmpooler | ||
roles: | ||
- agent | ||
- master | ||
solaris11-32-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 | ||
- ca | ||
CONFIG: | ||
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/ | ||
expected_exception: |
27 changes: 27 additions & 0 deletions
27
test/fixtures/generated/multiplatform/solaris11-32l-amazon2-AARCH64-solaris11-32f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
arguments_string: solaris11-32l-amazon2-AARCH64-solaris11-32f | ||
environment_variables: {} | ||
expected_hash: | ||
HOSTS: | ||
solaris11-32-1: | ||
platform: solaris-11-i386 | ||
template: solaris-11-x86_64 | ||
hypervisor: vmpooler | ||
roles: | ||
- agent | ||
- classifier | ||
amazon2-AARCH64-1: | ||
platform: amazon-2-aarch64 | ||
hypervisor: vmpooler | ||
roles: | ||
- agent | ||
solaris11-32-2: | ||
platform: solaris-11-i386 | ||
template: solaris-11-x86_64 | ||
hypervisor: vmpooler | ||
roles: | ||
- agent | ||
- frictionless | ||
CONFIG: | ||
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/ | ||
expected_exception: |
27 changes: 27 additions & 0 deletions
27
test/fixtures/generated/multiplatform/solaris11-64d-amazon2-AARCH64-solaris11-64c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
25 changes: 25 additions & 0 deletions
25
test/fixtures/generated/multiplatform/solaris11-SPARCf-amazon2-64-solaris11-SPARCl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
arguments_string: "--osinfo-version 0 amazon2-AARCH64m" | ||
environment_variables: {} | ||
expected_hash: | ||
HOSTS: | ||
amazon2-AARCH64-1: | ||
platform: amazon-2-aarch64 | ||
hypervisor: vmpooler | ||
roles: | ||
- agent | ||
- master | ||
CONFIG: | ||
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/ | ||
expected_exception: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
arguments_string: "--osinfo-version 1 amazon2-AARCH64m" | ||
environment_variables: {} | ||
expected_hash: | ||
HOSTS: | ||
amazon2-AARCH64-1: | ||
platform: amazon-2-aarch64 | ||
hypervisor: vmpooler | ||
roles: | ||
- agent | ||
- master | ||
CONFIG: | ||
pooling_api: https://vmpooler-prod.k8s.infracore.puppet.net/ | ||
expected_exception: |