Merge "Add some dependencies required by toci"

This commit is contained in:
Jenkins 2014-01-30 23:30:42 +00:00 committed by Gerrit Code Review
commit 68a0cb471f

View File

@ -23,9 +23,12 @@ mkdir -p ~/cache/pip
# build upon as needed
sudo DEBIAN_FRONTEND=noninteractive apt-get \
--option "Dpkg::Options::=--force-confold" \
--assume-yes install build-essential python-dev \
--assume-yes install build-essential python-dev python-pip \
linux-headers-virtual linux-headers-`uname -r`
# toci scripts use both of these
sudo pip install gear os-apply-config
# tripleo-gate runs with two networks - the public access network and eth1
# pointing at the in-datacentre L2 network where we can talk to the test
# environments directly. We need to enable DHCP on eth1 though.