Configure Ubuntu 1804 image 66/16466/1
authorVanessa Rene Valderrama <[email protected]>
Thu, 13 Dec 2018 16:59:29 +0000 (10:59 -0600)
committerVanessa Rene Valderrama <[email protected]>
Thu, 13 Dec 2018 16:59:29 +0000 (10:59 -0600)
Configure common-packer image for Ubuntu 18.04

Change-Id: I8e7a58d49e483052d429cf5a3a104b6e8f219d7f
Signed-off-by: Vanessa Rene Valderrama <[email protected]>
packer/vars/ubuntu-18.04.json [new file with mode: 0644]

diff --git a/packer/vars/ubuntu-18.04.json b/packer/vars/ubuntu-18.04.json
new file mode 100644 (file)
index 0000000..ec0c7ca
--- /dev/null
@@ -0,0 +1,6 @@
+{
+  "base_image": "Ubuntu 18.04 (2018-05-07) - LF upload",
+  "distro": "Ubuntu 18.04",
+  "ssh_user": "ubuntu",
+  "cloud_user_data": "provision/null_data.sh"
+}