Skip to content

Commit

Permalink
CI: Add Ubuntu 20.04 LTS var files
Browse files Browse the repository at this point in the history
Ubuntu 24.04 LTS Noble cloud images has been
uploaded on vexxhost and shared across projects.

Change-Id: I6f18ae23e1772eb7da9522fdc81eb0c0caef5d69
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed Oct 22, 2024
1 parent eb736b5 commit e81881d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vars/ubuntu-24.04-arm64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 8 additions & 0 deletions vars/ubuntu-24.04.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e81881d

Please sign in to comment.