From c314ebc6ef4d533e52657f589770698c0032ec26 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 4 Mar 2022 09:18:53 +1000 Subject: [PATCH] Feat: Add support for CentOS Streams 8 Issue-ID: RELENG-4141 Signed-off-by: Anil Belur Change-Id: I172aa7399e5f235082f058c7ab4690d83c5ad381 --- .../notes/add-support-centos-stream-8-97c108d1ddf310bc.yaml | 4 ++++ vars/centos-CS-8.json | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 releasenotes/notes/add-support-centos-stream-8-97c108d1ddf310bc.yaml create mode 100644 vars/centos-CS-8.json diff --git a/releasenotes/notes/add-support-centos-stream-8-97c108d1ddf310bc.yaml b/releasenotes/notes/add-support-centos-stream-8-97c108d1ddf310bc.yaml new file mode 100644 index 0000000..2042b45 --- /dev/null +++ b/releasenotes/notes/add-support-centos-stream-8-97c108d1ddf310bc.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Add support for CentOS Streams 8 diff --git a/vars/centos-CS-8.json b/vars/centos-CS-8.json new file mode 100644 index 0000000..aa3f71f --- /dev/null +++ b/vars/centos-CS-8.json @@ -0,0 +1,10 @@ +{ + "source_ami_filter_name": "*CentOS-CS-8*", + "source_ami_filter_owner": "aws-marketplace", + "source_ami_filter_product_code": "0418c980c296f36ce", + "base_image": "CentOS Stream 8 (x86_64) [2022-01-25]", + "distro": "CentOS Stream 8", + "docker_source_image": "centos:8", + "ssh_user": "centos", + "cloud_user_data": "common-packer/provision/rh-user_data.sh" +} -- 2.16.6