From 69eeb29bbd92c2d08f0f6b575a0630b668a28822 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 19 Aug 2020 14:50:38 +1000 Subject: [PATCH] Add Ubuntu 20.04 amd64 image Issue: JSD IT-20435 Change-Id: Iec986b683fe168c417c40c0815d743d28c288dd6 Signed-off-by: Anil Belur --- vars/ubuntu-20.04.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vars/ubuntu-20.04.json diff --git a/vars/ubuntu-20.04.json b/vars/ubuntu-20.04.json new file mode 100644 index 0000000..e56a441 --- /dev/null +++ b/vars/ubuntu-20.04.json @@ -0,0 +1,8 @@ +{ + "source_ami_filter_name": "*ubuntu*20.04*", + "source_ami_filter_owner": "099720109477", + "base_image": "LF - Ubuntu 20.04 LTS (2020-08-04)", + "distro": "Ubuntu 20.04", + "ssh_user": "ubuntu", + "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh" +} -- 2.16.6