aboutsummaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorCristina Pauna <cristina.pauna@enea.com>2020-01-13 12:43:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-01-13 12:43:37 +0000
commit6da2c5d9fb43c15e0270880c88afc2061b284820 (patch)
treec3e28dd2cd07e2d681d9a075c313b310dfaa13fe /ci/deploy.sh
parent02bdeb694ed12a2b17232818cc8dbfb98559ef21 (diff)
parent181d6ccbb8f7fdfa46cb2bacb599406bb810f1c0 (diff)
Merge "baremetal, virtual: Bump kernel to hwe-18.04 (5.0)" into stable/iruya
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index f87bfce24..de631e860 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -267,6 +267,10 @@ else
jumpserver_pkg_install 'deploy'
docker_install "${MCP_STORAGE_DIR}"
virtinst_install "${MCP_STORAGE_DIR}"
+ # Ubuntu 18.04 cloud image requires newer e2fsprogs
+ if [[ "${MCP_OS:-}" =~ ubuntu1804 ]]; then
+ e2fsprogs_install "${MCP_STORAGE_DIR}"
+ fi
fi
if ! ${VIRSH} list >/dev/null 2>&1; then