From 45812d35f1e1eb56a08d0465353803f0ac4ba860 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 23 Apr 2019 13:45:07 -0500 Subject: [PATCH] Configure Ubuntu 18.04 ARM var The common-packer var file for Ubuntu 18.04 ARM is using a flavor that is not available or standard for building images. We'll use this var file until the common-packer var file is configured properly. Change-Id: Ic491d9177f3f295c2efc488175e6a8d8d97cd324 Signed-off-by: Vanessa Rene Valderrama --- packer/vars/ubuntu-18.04-arm64.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packer/vars/ubuntu-18.04-arm64.json diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json new file mode 100644 index 000000000..eb839ad35 --- /dev/null +++ b/packer/vars/ubuntu-18.04-arm64.json @@ -0,0 +1,9 @@ +{ + "arch": "arm64", + "base_image": "Ubuntu 18.04 LTS (arm64) [2018-04-29]", + "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh", + "distro": "Ubuntu 18.04", + "source_ami_filter_name": "*ubuntu*18.04*", + "source_ami_filter_owner": "099720109477", + "ssh_user": "ubuntu" +} -- 2.16.6