From bc1786a24447121b5005492aaea8ca786135be29 Mon Sep 17 00:00:00 2001 From: Rihab Banday Date: Mon, 31 May 2021 20:23:21 +0200 Subject: Add initial config to support deployments on VMs * Add initial version of PDF and IDF that will be consumed by the hardware provisioner used in Kuberef to bring up libvirt VMs (for now 2 VMs for dev purposes). * Add deploy_on_vms.sh script to deploy Kuberef on VMs * Add new functions referenced by the deploy_on_vms.sh script - these can be merged with existing functions * Modify some of te BMRA templates to accomodate new changes. This has been tested on Ubuntu 18.04 baremetal server. Change-Id: I95a5e85cdab95befd24a1cae9f367b32ce26621e Signed-off-by: Rihab Banday Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72621 Tested-by: jenkins-ci Reviewed-by: Michael Pedersen Reviewed-by: Georg Kunz --- 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 c032226..1474d03 100644 --- a/inventory/group_vars/all/global.yaml +++ b/inventory/group_vars/all/global.yaml @@ -24,3 +24,6 @@ deployment_type: "{{ lookup('env', 'DEPLOYMENT') }}" # OS distro from DISTRO from environment variables os_distro: "{{ lookup('env', 'DISTRO') }}" + +# Vendor name from hw_config folder (used for VM specific changes) +vendor: "{{ lookup('env', 'VENDOR') }}" -- cgit 1.2.3-korg