From: Anil Belur Date: Wed, 19 Aug 2020 04:50:38 +0000 (+1000) Subject: Add Ubuntu 20.04 amd64 image X-Git-Tag: v0.7.0~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=69eeb29bbd92c2d08f0f6b575a0630b668a28822;p=releng%2Fcommon-packer.git Add Ubuntu 20.04 amd64 image Issue: JSD IT-20435 Change-Id: Iec986b683fe168c417c40c0815d743d28c288dd6 Signed-off-by: Anil Belur --- 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" +}