From ebc710af742601214491c5b2b9a4f6847d235d6c Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 30 Jan 2017 12:59:38 -0800 Subject: Initial ci-management upload * Configure initial jobs and validate Jenkins environment * Do not hook up packer build jobs at this time Change-Id: I1818e8680d215318410f6beff5af054db03e7fa1 Signed-off-by: Andrew Grimberg --- packer/vars/ubuntu-14.04.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packer/vars/ubuntu-14.04.json (limited to 'packer/vars/ubuntu-14.04.json') diff --git a/packer/vars/ubuntu-14.04.json b/packer/vars/ubuntu-14.04.json new file mode 100644 index 000000000..8acecd576 --- /dev/null +++ b/packer/vars/ubuntu-14.04.json @@ -0,0 +1,7 @@ +{ + "base_image": "Ubuntu 14.04 LTS (2016-07-22) - LF upload", + "cloud_user": "ubuntu", + + "distro": "Ubuntu 14.04", + "cloud_user_data": "provision/null_data.sh" +} -- cgit 1.2.3-korg