From a63e80093c52d4893e5709860919d0f27cd8c122 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Thu, 13 Oct 2016 13:54:18 -0500 Subject: Convert Vagrant to Packer This converts all of the in use Vagrant definitions to Packer and allows us to build images and allow automated testing of images. Change-Id: Ic87cce4aa674146952efad325a42b095086426d0 Signed-off-by: Vanessa Rene Valderrama --- packer/vars/ubuntu-16.04.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packer/vars/ubuntu-16.04.json (limited to 'packer/vars/ubuntu-16.04.json') diff --git a/packer/vars/ubuntu-16.04.json b/packer/vars/ubuntu-16.04.json new file mode 100644 index 000000000..ceced39ff --- /dev/null +++ b/packer/vars/ubuntu-16.04.json @@ -0,0 +1,7 @@ +{ + "base_image": "Ubuntu 16.04 (20160518T212648) - LF upload", + "cloud_user": "ubuntu", + + "distro": "Ubuntu 16.04", + "cloud_user_data": "provision/null_data.sh" +} -- cgit 1.2.3-korg