aboutsummaryrefslogtreecommitdiff
path: root/xenial-amd64
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-11-24 20:48:54 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-11-24 20:48:54 +0200
commite7fdcbf1154648862c5c0126fa75ebfe52d6f216 (patch)
treed1fb0970b528e681150f42a92dc77b25934fd4df /xenial-amd64
parent60f5fc5789dcfa280c5a0838ec76beab09be4fdc (diff)
libvirt: don't hardcode the gateway ip
It should be configured at runtime, in the jenkins jobs. Change-Id: I36164f6ab08602ca1b9c62b2dc79e65ee21f8c0a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'xenial-amd64')
-rw-r--r--xenial-amd64/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/xenial-amd64/Dockerfile b/xenial-amd64/Dockerfile
index 0d3b92a1..c1c13c92 100644
--- a/xenial-amd64/Dockerfile
+++ b/xenial-amd64/Dockerfile
@@ -86,7 +86,6 @@ RUN useradd -m -G plugdev buildslave \
&& echo 'buildslave ALL = NOPASSWD: ALL' > /etc/sudoers.d/jenkins \
&& chmod 0440 /etc/sudoers.d/jenkins \
&& mkdir -p /var/run/sshd /home/buildslave/bin \
- && echo 'uri_default = "qemu+tcp://172.17.0.1/system"' >> /etc/libvirt/libvirt.conf \
&& curl https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py > /home/buildslave/bin/cpplint.py \
&& curl https://storage.googleapis.com/git-repo-downloads/repo > /home/buildslave/bin/repo \
&& chmod a+x /home/buildslave/bin/* \