X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=deploy.env;h=9c407919b700e2ed2418d8f3495541952fb35b47;hb=2ed008cf29d094cfc15145bdac0aa4f996697cb7;hp=967bf90aff2d66e93ee909b29cfe9a246fc53185;hpb=e917625c424d33e892fa253cdd02da926b843325;p=kuberef.git diff --git a/deploy.env b/deploy.env index 967bf90..9c40791 100644 --- a/deploy.env +++ b/deploy.env @@ -11,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}