From: Anil Belur Date: Wed, 18 May 2022 06:53:32 +0000 (+1000) Subject: Feat: Add support for CentOS Stream 9 X-Git-Tag: v0.10.2~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=737f7f7a6c4243b463b2a361af2d1f6b303d47a1;p=releng%2Fcommon-packer.git Feat: Add support for CentOS Stream 9 Signed-off-by: Anil Belur Change-Id: If80413b418a1783efbc5f5c81d315abd5c64cb07 --- 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 index 0000000..56fcfb7 --- /dev/null +++ b/releasenotes/notes/add-centos-stream-9-image-cafb55967bb2a0e1.yaml @@ -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 index 0000000..2ea783b --- /dev/null +++ b/vars/centos-cs-9.json @@ -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" +}