diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2016-09-01 09:20:16 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2016-09-01 09:20:16 -0700 |
commit | dc4c868e0ee2ba700b31be267219df9eb1ca29c3 (patch) | |
tree | b3d520b13ec424f1ff1fe441820ddc50e7fb94cf /packer/vars | |
parent | 05dc72c8231971429e6e22f0e6fdaeb89018a12b (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.json | 2 |
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" } |