diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-11-29 08:49:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-29 08:49:22 +0000 |
commit | 86adce8b868f1144381134e8f8d2163ee91bb6a1 (patch) | |
tree | 6bc0571fc2b6af6dd9d01fc1cd65adee44670ed6 /ci/deploy.sh | |
parent | 7daf7f128714021711970557129a23a86cce2a72 (diff) | |
parent | feb877785544a31a18ae2f0ee2900a82e7ac4337 (diff) |
Merge "AArch64: base image: pre-install salt-minion"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index cd3dd015e..10703f3c0 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -272,10 +272,10 @@ 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 uuid-runtime \ - libvirt-bin + libvirt-bin cloud-guest-utils e2fsprogs [ -n "$(command -v yum)" ] && sudo yum install -y --skip-broken \ git make rsync genisoimage curl virt-install qemu-kvm util-linux \ - libvirt + libvirt cloud-utils-growpart e2fsprogs # For baremetal, python is indirectly required for PDF parsing if [ "${DEPLOY_TYPE}" = 'baremetal' ]; then |