Changing OPNFV to Anuket in documentation
[kuberef.git] / deploy.env
index 85641ce..9c40791 100644 (file)
@@ -1,6 +1,7 @@
 # Define environment variables
 
 export VENDOR=${VENDOR:-intel}
+export DISTRO=${DISTRO:-centos7}
 export INSTALLER=bmra
 export BMRA_PROFILE=$(yq r $CURRENTPATH/hw_config/$VENDOR/idf.yaml bmra.profile)
 
@@ -10,6 +11,9 @@ export DEPLOYMENT=${DEPLOYMENT:-full}
 # Name of host bridge to which the VM is connected to (used for PXE)
 export BRIDGE=pxebr
 
+# Specific infra engine SHA to avoid fetching latest master changes
+export ENGINE_COMMIT_ID=${ENGINE_COMMIT_ID:-08325937}
+
 # Jump VM details
 export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name)
 export USERNAME=${USERNAME:-ubuntu}