aboutsummaryrefslogtreecommitdiffstats
path: root/packer/vars
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-09-01 09:20:16 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2016-09-01 09:20:16 -0700
commitdc4c868e0ee2ba700b31be267219df9eb1ca29c3 (patch)
treeb3d520b13ec424f1ff1fe441820ddc50e7fb94cf /packer/vars
parent05dc72c8231971429e6e22f0e6fdaeb89018a12b (diff)
Updates to get clean builds
* Fix ubuntu user data to point to the proper provisioning script * Fix the baseline to make sure Vexxhost is not listed as a mirror * Fix agl_dependencies to not try install non-existent python-2.7 package Change-Id: If8fe295ffe097402b2e915bcd62a5e42e47e3d4f Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'packer/vars')
-rw-r--r--packer/vars/ubuntu-16.04.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/vars/ubuntu-16.04.json b/packer/vars/ubuntu-16.04.json
index aedec74d..7b33b382 100644
--- a/packer/vars/ubuntu-16.04.json
+++ b/packer/vars/ubuntu-16.04.json
@@ -3,5 +3,5 @@
"cloud_user": "ubuntu",
"distro": "Ubuntu 16.04",
- "cloud_user_data": "null_data"
+ "cloud_user_data": "provision/null_data.sh"
}