summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRihab Banday <rihab.banday@ericsson.com>2021-08-10 09:59:27 +0200
committerRihab Banday <rihab.banday@ericsson.com>2021-08-11 15:52:45 +0000
commitef7624527898ec135eaf31603a915b441ac9a775 (patch)
tree607250e297ce0e999604d5b7213cd2ac223e1f6f
parentee024a7e7763ff02bc76597dda432511c04a581e (diff)
Update infra-engine commit ID to solve locale bug
The latest deployments have been failing due to a missing locale setting. This patch updates the infra-engine commit ID which includes that setting. Signed-off-by: Rihab Banday <rihab.banday@ericsson.com> Change-Id: I7c89551dac525a8bd47e344e56536754b701e830 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72805 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Georg Kunz <georg.kunz@ericsson.com> Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com>
-rw-r--r--deploy.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.env b/deploy.env
index 9c40791..d407ad1 100644
--- a/deploy.env
+++ b/deploy.env
@@ -12,7 +12,7 @@ export DEPLOYMENT=${DEPLOYMENT:-full}
export BRIDGE=pxebr
# Specific infra engine SHA to avoid fetching latest master changes
-export ENGINE_COMMIT_ID=${ENGINE_COMMIT_ID:-08325937}
+export ENGINE_COMMIT_ID=${ENGINE_COMMIT_ID:-6253131}
# Jump VM details
export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name)