diff options
-rw-r--r-- | xci/files/install-lib.sh | 1 | ||||
-rw-r--r-- | xci/opnfv-scenario-requirements.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/xci/files/install-lib.sh b/xci/files/install-lib.sh index 14acab1b..43e1213e 100644 --- a/xci/files/install-lib.sh +++ b/xci/files/install-lib.sh @@ -134,6 +134,7 @@ function install_ansible() { set -u # We are inside the virtualenv now so we should be good to use pip and python from it. + pip -q install --upgrade pip==9.0.3 # We need a version which supports the '-c' parameter pip -q install --upgrade -c $uc ara virtualenv pip setuptools ansible==$XCI_ANSIBLE_PIP_VERSION ansible-lint==3.4.21 ara_location=$(python -c "import os,ara; print(os.path.dirname(ara.__file__))") diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml index 5f82539d..925789a9 100644 --- a/xci/opnfv-scenario-requirements.yml +++ b/xci/opnfv-scenario-requirements.yml @@ -77,7 +77,7 @@ - scenario: os-odl-bgpvpn scm: git src: https://gerrit.opnfv.org/gerrit/sdnvpn - version: master + version: 6.0.0 role: scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn installers: - installer: osa |