summaryrefslogtreecommitdiffstats
path: root/functions.sh
diff options
context:
space:
mode:
authorRihab Banday <rihab.banday@ericsson.com>2021-04-29 10:18:32 +0200
committerMichael Pedersen <michaelx.pedersen@intel.com>2021-05-04 07:58:23 +0000
commit69a9aefa68d69523e469d10c53a87524c77aeff4 (patch)
tree4534ecb265279630e85885d7670e9531329f937a /functions.sh
parent76243b0baeaa427fa4042d92b1aef0a0dc7835d9 (diff)
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 <rihab.banday@ericsson.com> Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72438 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com>
Diffstat (limited to 'functions.sh')
-rwxr-xr-xfunctions.sh2
1 files changed, 1 insertions, 1 deletions
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
}