Update BMRA to v21.03
[kuberef.git] / deploy.env
index 5238261..967bf90 100644 (file)
@@ -1,7 +1,9 @@
 # Define environment variables
 
-export VENDOR=${VENDOR:-ericsson-pod2}
+export VENDOR=${VENDOR:-intel}
+export DISTRO=${DISTRO:-centos7}
 export INSTALLER=bmra
+export BMRA_PROFILE=$(yq r $CURRENTPATH/hw_config/$VENDOR/idf.yaml bmra.profile)
 
 # Deployment type. Supports "full" and "k8s"
 export DEPLOYMENT=${DEPLOYMENT:-full}