Feat: Add support for CentOS Streams 8 92/69792/1 v0.10.0
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 3 Mar 2022 23:18:53 +0000 (09:18 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 3 Mar 2022 23:22:58 +0000 (09:22 +1000)
Issue-ID: RELENG-4141
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I172aa7399e5f235082f058c7ab4690d83c5ad381

releasenotes/notes/add-support-centos-stream-8-97c108d1ddf310bc.yaml [new file with mode: 0644]
vars/centos-CS-8.json [new file with mode: 0644]

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 (file)
index 0000000..2042b45
--- /dev/null
@@ -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 (file)
index 0000000..aa3f71f
--- /dev/null
@@ -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"
+}