Add missing installation dependency 03/46303/1
authorTaseer Ahmed <taseer94@gmail.com>
Thu, 26 Oct 2017 07:25:25 +0000 (12:25 +0500)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 27 Oct 2017 09:35:41 +0000 (09:35 +0000)
- uuidgen is required for installation
- Add installation package for both Debian and
  RHEL based linux distribitions

Change-Id: I9c9bf04e64dc6be1b4e8fb92aea531eccbea33a5
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit 95835f48cc4a65e5ccc1c48c94fa4caa51e67733)

ci/deploy.sh

index 3699bf9..9a28b5a 100755 (executable)
@@ -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 && \