summaryrefslogtreecommitdiffstats
path: root/functions.sh
diff options
context:
space:
mode:
authorMichael S. Pedersen <michaelx.pedersen@intel.com>2021-05-04 12:05:18 +0000
committerRihab Banday <rihab.banday@ericsson.com>2021-05-04 12:12:02 +0000
commit4745a7fbc607b4944bb2daf96b150ae8dc39ef70 (patch)
tree27a550a2ae0f534c02658cfbdb6d9e45cb18e449 /functions.sh
parent3ee88d3c28df8dcbee47b389a8ae6b0cb503b9c1 (diff)
Add workaround for cachetools version being too recent for Python 2
Signed-off-by: Michael S. Pedersen <michaelx.pedersen@intel.com> Change-Id: If819e206cd1ab84baa3f69d5ddc397bbc1fccc23 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72477 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'functions.sh')
-rwxr-xr-xfunctions.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index 3f61d3b..d16f473 100755
--- a/functions.sh
+++ b/functions.sh
@@ -249,6 +249,8 @@ cp ${PROJECT_ROOT}/${INSTALLER}/ansible.cfg \
${PROJECT_ROOT}/container-experience-kits/ansible.cfg
cp ${PROJECT_ROOT}/${INSTALLER}/patched_rhel_packages.yml \
${PROJECT_ROOT}/container-experience-kits/roles/bootstrap/install_packages/tasks/rhel.yml
+cp ${PROJECT_ROOT}/${INSTALLER}/patched_packages.yml \
+ ${PROJECT_ROOT}/container-experience-kits/roles/bootstrap/install_packages/tasks/main.yml
sudo docker run --rm \
-e ANSIBLE_CONFIG=/bmra/ansible.cfg \