aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-12-07 07:59:07 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-07 07:59:08 +0000
commitc116feb5ee3f7535fa737bb81d7a288cc6d434b9 (patch)
tree7d0dbda67ead75eb4462a1be8a3e8b075783886c
parente2433b3d8908086cf3ba6ae04ee9d06bf7306bef (diff)
parent98c4d8d66caf5d5b0cbd3df451d3fd5ffde05373 (diff)
Merge "[baremetal] package: install python-yaml" into stable/euphrates
-rwxr-xr-xci/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 0f4239608..b13e18e7e 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -278,9 +278,9 @@ pushd "${DEPLOY_DIR}" > /dev/null
# For baremetal, python is indirectly required for PDF parsing
if [ "${DEPLOY_TYPE}" = 'baremetal' ]; then
[ -n "$(command -v apt-get)" ] && sudo apt-get install -y \
- python python-ipaddress python-jinja2
+ python python-ipaddress python-jinja2 python-yaml
[ -n "$(command -v yum)" ] && sudo yum install -y --skip-broken \
- python python-ipaddress python-jinja2
+ python python-ipaddress python-jinja2 python-yaml
fi
# AArch64 VMs use AAVMF (guest UEFI)