diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-12-07 07:59:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-07 07:59:08 +0000 |
commit | c116feb5ee3f7535fa737bb81d7a288cc6d434b9 (patch) | |
tree | 7d0dbda67ead75eb4462a1be8a3e8b075783886c /ci | |
parent | e2433b3d8908086cf3ba6ae04ee9d06bf7306bef (diff) | |
parent | 98c4d8d66caf5d5b0cbd3df451d3fd5ffde05373 (diff) |
Merge "[baremetal] package: install python-yaml" into stable/euphrates
Diffstat (limited to 'ci')
-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 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) |