aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-11-10 09:42:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-10 09:42:27 +0000
commit9e231d1918d037902021aa92d0eca557bd1c5d3c (patch)
treed7177bff6d6f9d2f4c0bb266638cb86491f7e761 /ci
parentd811bb37767e78907bfdaedfc3e7fe723179e728 (diff)
parent4dc19a4388d5ef057ba29338e0bd69a28dfef43b (diff)
Merge "[baremetal] package: install python-yaml"
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 6a1d6e1e6..5c2fec7bb 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -272,9 +272,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
# Clone git submodules and apply our patches