From 69a9aefa68d69523e469d10c53a87524c77aeff4 Mon Sep 17 00:00:00 2001 From: Rihab Banday Date: Thu, 29 Apr 2021 10:18:32 +0200 Subject: Update BMRA image and pip version for CentOS7 This change updates the BMRA image to v21.03 and the pip version to the recommended one. Change-Id: I28b69fcb105cac05fbcc2d4606714c9fd9be0cc4 Signed-off-by: Rihab Banday Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72438 Tested-by: jenkins-ci Reviewed-by: Michael Pedersen --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.sh') diff --git a/functions.sh b/functions.sh index 6740ca2..3f61d3b 100755 --- a/functions.sh +++ b/functions.sh @@ -254,7 +254,7 @@ sudo docker run --rm \ -e ANSIBLE_CONFIG=/bmra/ansible.cfg \ -e PROFILE=${BMRA_PROFILE} \ -v ${PROJECT_ROOT}/container-experience-kits:/bmra \ --v ~/.ssh/:/root/.ssh/ rihabbanday/bmra2.0-install:centos \ +-v ~/.ssh/:/root/.ssh/ rihabbanday/bmra21.03-install:centos \ ${ansible_cmd} EOF } -- cgit 1.2.3-korg