From: Vanessa Rene Valderrama Date: Tue, 23 Apr 2019 18:45:07 +0000 (-0500) Subject: Configure Ubuntu 18.04 ARM var X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F19119%2F1;p=ci-management.git 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 --- 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" +}