diff options
author | Rihab Banday <rihab.banday@ericsson.com> | 2020-12-03 20:53:32 +0100 |
---|---|---|
committer | Rihab Banday <rihab.banday@ericsson.com> | 2020-12-15 15:23:42 +0000 |
commit | 54e8ddaa91995cda63523abf70245ab60ffbc023 (patch) | |
tree | 0f7dc2e63817a1b7199474daf0fe5a8f10e89088 /sw_config | |
parent | 7155286ed00a8bce09a948fb54fb4eeb85027e49 (diff) |
Replace older BMRA docker image with new one & add
changes for running it in CentOS 7
This change updates the Docker file of the BMRA
container & replaces the old image by the new one.
Additionally, it introduces changes needed to deploy
BMRA on CentOS 7.
Change-Id: I3f951bd147b457606719243d95fe48df14ecd449
Signed-off-by: Rihab Banday <rihab.banday@ericsson.com>
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/71613
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com>
Diffstat (limited to 'sw_config')
-rw-r--r-- | sw_config/bmra/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw_config/bmra/Dockerfile b/sw_config/bmra/Dockerfile index 2402764..7b30ba5 100644 --- a/sw_config/bmra/Dockerfile +++ b/sw_config/bmra/Dockerfile @@ -5,6 +5,7 @@ MAINTAINER "Rihab Banday <rihab.banday@ericsson.com>" RUN yum -y update && \ yum -y install git epel-release python36 python-netaddr && \ yum -y install python-pip && \ + pip install pip==9.0.3 && \ pip install ansible==2.9.6 jmespath && \ pip install jinja2 --upgrade |