From 92ff19c63d31deb2612800828ab09e5749e12476 Mon Sep 17 00:00:00 2001 From: "Michael S. Pedersen" Date: Fri, 23 Apr 2021 10:04:20 +0000 Subject: Update BMRA to v21.03 Update Kuberef to use most recent release of BMRA. Also updates configuration with minor changes and additions. Signed-off-by: Michael S. Pedersen Change-Id: Ifc4ef114564a2085000c23347390089227c0ebd9 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72429 Tested-by: jenkins-ci Reviewed-by: Rihab Banday --- inventory/group_vars/all/global.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inventory/group_vars') diff --git a/inventory/group_vars/all/global.yaml b/inventory/group_vars/all/global.yaml index c88d794..8b2adf9 100644 --- a/inventory/group_vars/all/global.yaml +++ b/inventory/group_vars/all/global.yaml @@ -25,3 +25,6 @@ pub_key: "{{ lookup('env', 'HOME') }}/.ssh/id_rsa.pub" # deployment type for kuberef deployment_type: "{{ lookup('env', 'DEPLOYMENT') }}" + +# OS distro from DISTRO from environment variables +os_distro: "{{ lookup('env', 'DISTRO') }}" -- cgit 1.2.3-korg