Feat: Add support for CentOS Stream 9 58/70158/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 18 May 2022 06:53:32 +0000 (16:53 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 18 May 2022 06:56:07 +0000 (16:56 +1000)
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: If80413b418a1783efbc5f5c81d315abd5c64cb07

releasenotes/notes/add-centos-stream-9-image-cafb55967bb2a0e1.yaml [new file with mode: 0644]
vars/centos-cs-9.json [new file with mode: 0644]

diff --git a/releasenotes/notes/add-centos-stream-9-image-cafb55967bb2a0e1.yaml b/releasenotes/notes/add-centos-stream-9-image-cafb55967bb2a0e1.yaml
new file mode 100644 (file)
index 0000000..56fcfb7
--- /dev/null
@@ -0,0 +1,4 @@
+---
+features:
+  - |
+    Add support for CentOS Stream 9
diff --git a/vars/centos-cs-9.json b/vars/centos-cs-9.json
new file mode 100644 (file)
index 0000000..2ea783b
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "source_ami_filter_name": "*CentOS-cs-9*",
+  "source_ami_filter_owner": "aws-marketplace",
+  "source_ami_filter_product_code": "0454011e44daf8e6d",
+  "base_image": "CentOS Stream 9 (x86_64) [2022-02-24]",
+  "distro": "CentOS Stream 9",
+  "docker_source_image": "centos:9",
+  "ssh_user": "cloud-user",
+  "cloud_user_data": "common-packer/provision/rh-user_data.sh"
+}