From e81881dd478ef3e04382cba3bb5ed8aba4e524aa Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 22 Oct 2024 16:39:46 +1000 Subject: [PATCH] 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 --- vars/ubuntu-24.04-arm64.pkrvars.hcl | 10 ++++++++++ vars/ubuntu-24.04.pkrvars.hcl | 8 ++++++++ 2 files changed, 18 insertions(+) create mode 100644 vars/ubuntu-24.04-arm64.pkrvars.hcl create mode 100644 vars/ubuntu-24.04.pkrvars.hcl 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" -- 2.16.6