Merge "Install Zuul onto workers"

This commit is contained in:
Jenkins 2014-09-10 00:24:10 +00:00 committed by Gerrit Code Review
commit 335f084af2

View File

@ -143,5 +143,13 @@ fi
# here.
sudo rm -f /etc/cron.{monthly,weekly,daily,hourly,d}/*
# Install Zuul into a virtualenv
# This is in /usr instead of /usr/local due to this bug on precise:
# https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/839588
git clone /opt/git/openstack-infra/zuul /tmp/zuul
sudo virtualenv /usr/zuul-env
sudo /usr/zuul-env/bin/pip install /tmp/zuul
sudo rm -fr /tmp/zuul
sync
sleep 5