From defe9194ec397c817c503f810e5b50a73ee78e5b Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Wed, 22 May 2024 09:23:56 -0700 Subject: [PATCH] Use Red Hat 7 for Amazon Linux 2 x86_64 In 4112690, I mapped Amazon Linux 2 (both x86_64 and AARCH64) to their respective ABS/Vanagon targets. This was incorrect, as AL2 x86_64 is still built on Red Hat Enterprise Linux 7. This commit partially reverts that change and re-adds AL2 x86_64 to be built on RHEL 7. --- lib/beaker-hostgenerator/data.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/beaker-hostgenerator/data.rb b/lib/beaker-hostgenerator/data.rb index abdb4c4f..9b94fe17 100644 --- a/lib/beaker-hostgenerator/data.rb +++ b/lib/beaker-hostgenerator/data.rb @@ -114,6 +114,14 @@ def osinfo 'template' => 'amazon-6-x86_64', }, }, + 'amazon7-64' => { + general: { + 'platform' => 'el-7-x86_64', + }, + abs: { + 'template' => 'amazon-7-x86_64', + }, + }, 'archlinuxrolling-64' => { general: { 'platform' => 'archlinux-rolling-x64',