From 46b80eeb284002aac64b4c2dcf41c9a75bc8b5d2 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 3 Dec 2015 23:56:55 -0500 Subject: adding build deps that have had to be installed manually Change-Id: I1af7ffdb1d1e4b96b31b44f2750de23b55d9d540 --- build/instack.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/instack.sh') diff --git a/build/instack.sh b/build/instack.sh index f73328ce..f23df672 100755 --- a/build/instack.sh +++ b/build/instack.sh @@ -9,7 +9,7 @@ RDO_RELEASE=liberty SSH_OPTIONS=(-o StrictHostKeyChecking=no -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null) # check for dependancy packages -for i in libguestfs-tools; do +for i in libguestfs-tools python-docutils bsdtar; do if ! rpm -q $i > /dev/null; then sudo yum install -y $i fi @@ -212,7 +212,7 @@ for i in opendaylight python-networking-odl; do LIBGUESTFS_BACKEND=direct virt-customize --upload $rpmfile:/tmp --install /tmp/$rpmfile -a overcloud-full-odl.qcow2 else echo "Cannot install $i into overcloud-full image." - exit 1 + exit 1 fi done rm -rf puppet-opendaylight -- cgit 1.2.3-korg