diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-12-07 08:15:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-07 08:15:12 +0000 |
commit | 2050647bd70043be2eb90a45b7173a25570b8c8d (patch) | |
tree | bc5cc18aedd63178985aecd8017e1bb7303d392b /ci/deploy.sh | |
parent | b51c5f365f80cbad9f96d1c1c2c471a2d148414e (diff) | |
parent | 5c890d60fff57b624358f4d4be6865862f4f8415 (diff) |
Merge "base image: Explicitly call kpartx"
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 c93adc657..1b4dd95c8 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 cloud-guest-utils e2fsprogs + libvirt-bin cloud-guest-utils e2fsprogs kpartx [ -n "$(command -v yum)" ] && sudo yum install -y --skip-broken \ git make rsync genisoimage curl virt-install qemu-kvm util-linux \ - libvirt cloud-utils-growpart e2fsprogs + libvirt cloud-utils-growpart e2fsprogs kpartx # For baremetal, python is indirectly required for PDF parsing if [ "${DEPLOY_TYPE}" = 'baremetal' ]; then |