From: Michael Polenchuk Date: Fri, 27 Oct 2017 06:37:32 +0000 (+0000) Subject: Merge "Add missing installation dependency" X-Git-Tag: opnfv-6.0.0~293 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=84dc7744f0b07ce4b9ae1f214bfdda2872122d62;hp=41cd7a1e13108f078f3c64a5fc225a6b5a8dc229;p=fuel.git Merge "Add missing installation dependency" --- diff --git a/ci/deploy.sh b/ci/deploy.sh index 3699bf966..9a28b5ade 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -265,9 +265,9 @@ pushd "${DEPLOY_DIR}" > /dev/null # Install required packages [ -n "$(command -v apt-get)" ] && sudo apt-get install -y \ - git make rsync mkisofs curl virtinst cpu-checker qemu-kvm + git make rsync mkisofs curl virtinst cpu-checker qemu-kvm uuid-runtime [ -n "$(command -v yum)" ] && sudo yum install -y --skip-broken \ - git make rsync genisoimage curl virt-install qemu-kvm + git make rsync genisoimage curl virt-install qemu-kvm util-linux if [ "$(uname -i)" = "aarch64" ]; then [ -n "$(command -v apt-get)" ] && sudo apt-get install -y vgabios && \