Configure Ubuntu 18.04 ARM var 19/19119/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 23 Apr 2019 18:45:07 +0000 (13:45 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 23 Apr 2019 18:45:07 +0000 (13:45 -0500)
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>
packer/vars/ubuntu-18.04-arm64.json [new file with mode: 0644]

diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json
new file mode 100644 (file)
index 0000000..eb839ad
--- /dev/null
@@ -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"
+}