From 82933de8bc86a579afeed7f5197b29cbdefbf0a9 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Sat, 18 Jan 2014 23:49:41 +0000 Subject: [PATCH] Add some dependencies required by toci TripleO CI scripts require both os-apply-config and gear. Change-Id: I9535c124bbf383bb2b7b01dbc7d17a0a7ceae269 --- .../files/nodepool/scripts/prepare_tripleo.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/files/nodepool/scripts/prepare_tripleo.sh b/modules/openstack_project/files/nodepool/scripts/prepare_tripleo.sh index b933eafa31..f7ac072227 100755 --- a/modules/openstack_project/files/nodepool/scripts/prepare_tripleo.sh +++ b/modules/openstack_project/files/nodepool/scripts/prepare_tripleo.sh @@ -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.