From 3216c5e27ca82ee85ea5a71bf01950072aa41162 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Thu, 13 Dec 2018 10:59:29 -0600 Subject: [PATCH] Configure Ubuntu 1804 image Configure common-packer image for Ubuntu 18.04 Change-Id: I8e7a58d49e483052d429cf5a3a104b6e8f219d7f Signed-off-by: Vanessa Rene Valderrama --- packer/vars/ubuntu-18.04.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packer/vars/ubuntu-18.04.json diff --git a/packer/vars/ubuntu-18.04.json b/packer/vars/ubuntu-18.04.json new file mode 100644 index 000000000..ec0c7caa0 --- /dev/null +++ b/packer/vars/ubuntu-18.04.json @@ -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" +} -- 2.16.6