From 54e8ddaa91995cda63523abf70245ab60ffbc023 Mon Sep 17 00:00:00 2001 From: Rihab Banday Date: Thu, 3 Dec 2020 20:53:32 +0100 Subject: 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 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/71613 Tested-by: jenkins-ci Reviewed-by: Michael Pedersen --- playbooks/roles/bmra-config/templates/inventory.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playbooks/roles/bmra-config/templates/inventory.j2') diff --git a/playbooks/roles/bmra-config/templates/inventory.j2 b/playbooks/roles/bmra-config/templates/inventory.j2 index 48e953c..28581e0 100644 --- a/playbooks/roles/bmra-config/templates/inventory.j2 +++ b/playbooks/roles/bmra-config/templates/inventory.j2 @@ -19,5 +19,7 @@ kube-node [calico-rr] +{% if deployment_type == 'k8s' %} [all:vars] ansible_python_interpreter=/usr/bin/python3 +{% endif %} -- cgit 1.2.3-korg