Update infra-engine commit ID to solve locale bug 05/72805/2
authorRihab Banday <rihab.banday@ericsson.com>
Tue, 10 Aug 2021 07:59:27 +0000 (09:59 +0200)
committerRihab Banday <rihab.banday@ericsson.com>
Wed, 11 Aug 2021 15:52:45 +0000 (15:52 +0000)
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>
deploy.env

index 9c40791..d407ad1 100644 (file)
@@ -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)