summaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-04-23 13:45:07 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-04-23 13:45:07 -0500
commit45812d35f1e1eb56a08d0465353803f0ac4ba860 (patch)
tree729faf1d20f7e8676ef4f6ad7ac91fd020a672ac /packer
parentb0ca4d1519c294756a9c5a0beeb92698a405b0a0 (diff)
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 <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'packer')
-rw-r--r--packer/vars/ubuntu-18.04-arm64.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json
new file mode 100644
index 00000000..eb839ad3
--- /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"
+}