From: Anil Belur Date: Tue, 22 Oct 2024 06:39:46 +0000 (+1000) Subject: CI: Add Ubuntu 20.04 LTS var files X-Git-Tag: v0.16.6^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=e81881dd478ef3e04382cba3bb5ed8aba4e524aa;p=releng%2Fcommon-packer.git CI: Add Ubuntu 20.04 LTS var files Ubuntu 24.04 LTS Noble cloud images has been uploaded on vexxhost and shared across projects. Change-Id: I6f18ae23e1772eb7da9522fdc81eb0c0caef5d69 Signed-off-by: Anil Belur --- diff --git a/vars/ubuntu-24.04-arm64.pkrvars.hcl b/vars/ubuntu-24.04-arm64.pkrvars.hcl new file mode 100644 index 0000000..aa36a4b --- /dev/null +++ b/vars/ubuntu-24.04-arm64.pkrvars.hcl @@ -0,0 +1,10 @@ +arch = "arm64" +base_image = "Ubuntu 24.04 LTS (aarch64) [2024-10-09]" +cloud_user_data = "common-packer/provision/ubuntu-user_data.sh" +distro = "Ubuntu 24.04" +docker_source_image = "arm64v8/ubuntu:24.04" +flavor = "v3-standard-2" +source_ami_filter_name = "*ubuntu*24.04*" +source_ami_filter_owner = "aws-marketplace" +source_ami_filter_product_code = "0526d8a2a0ab17451" +ssh_user = "ubuntu" diff --git a/vars/ubuntu-24.04.pkrvars.hcl b/vars/ubuntu-24.04.pkrvars.hcl new file mode 100644 index 0000000..14c8055 --- /dev/null +++ b/vars/ubuntu-24.04.pkrvars.hcl @@ -0,0 +1,8 @@ +source_ami_filter_name = "*ubuntu*24.04*" +source_ami_filter_owner = "aws-marketplace" +source_ami_filter_product_code = "01a8b7cc84780badb" +base_image = "Ubuntu 24.04 LTS (x86_64) [2024-10-09]" +distro = "Ubuntu 24.04" +docker_source_image = "ubuntu:24.04" +ssh_user = "ubuntu" +cloud_user_data = "common-packer/provision/ubuntu-user_data.sh"