From cb5c652c37763043e695f123808a3ee9c512689d Mon Sep 17 00:00:00 2001 From: "Michael S. Pedersen" Date: Wed, 22 Sep 2021 13:35:35 +0200 Subject: Updates Kuberef to use BMRA v21.08 Updates BMRA tag to v21.08 Updates Kuberef templates for BMRA configuration Updates idf.yml (hw_config) to match changes to BMRA Adds new and updated BMRA patches Fixes a few bugs in functions.sh Signed-off-by: Michael S. Pedersen Change-Id: Ifbd4d60af76dac45e49145f00cbeb90de0f7c719 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72927 Tested-by: jenkins-ci Reviewed-by: Rihab Banday --- sw_config/bmra/patched_kubespray_requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sw_config/bmra/patched_kubespray_requirements.txt') diff --git a/sw_config/bmra/patched_kubespray_requirements.txt b/sw_config/bmra/patched_kubespray_requirements.txt index b6cf112..cceb6ff 100644 --- a/sw_config/bmra/patched_kubespray_requirements.txt +++ b/sw_config/bmra/patched_kubespray_requirements.txt @@ -2,10 +2,12 @@ # # SPDX-License-Identifier: Apache-2.0 -ansible==2.9.17 -jinja2==2.11.1 +ansible==2.9.20 +cryptography==2.8 +jinja2==2.11.3 netaddr==0.7.19 pbr==5.4.4 jmespath==0.9.5 ruamel.yaml==0.16.10 +MarkupSafe==1.1.1 ruamel.yaml.clib==0.2.2 -- cgit 1.2.3-korg