Add some dependencies required by toci

TripleO CI scripts require both os-apply-config and gear.

Change-Id: I9535c124bbf383bb2b7b01dbc7d17a0a7ceae269
This commit is contained in:
Derek Higgins 2014-01-18 23:49:41 +00:00
parent 9e28b0608a
commit 82933de8bc

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.