Modify /etc/hosts on slaves 03/8003/1
authorRyan F Day <rday@linuxfoundation.org>
Fri, 30 Dec 2016 18:22:58 +0000 (10:22 -0800)
committerRyan F Day <rday@linuxfoundation.org>
Fri, 30 Dec 2016 18:24:53 +0000 (10:24 -0800)
We want the minions to be downloading directly from the
download server and not go through the nginx proxy.

Change-Id: I78c109a48d5700ffd9a0c6071af0cb270ae3a3c7
Signed-off-by: Ryan F Day <rday@linuxfoundation.org>
packer/provision/agl_dependencies.sh

index 9109418..320619a 100644 (file)
@@ -29,7 +29,7 @@ DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
 cat <<EOFHOSTS >> /etc/hosts
 
 # workaround for download-new
-199.19.213.77 download-new.automotivelinux.org
+10.30.72.8 download-new.automotivelinux.org
 10.30.72.8 download-internal.automotivelinux.org
 
 EOFHOSTS