From ef7624527898ec135eaf31603a915b441ac9a775 Mon Sep 17 00:00:00 2001 From: Rihab Banday Date: Tue, 10 Aug 2021 09:59:27 +0200 Subject: [PATCH] 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 Change-Id: I7c89551dac525a8bd47e344e56536754b701e830 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72805 Tested-by: jenkins-ci Reviewed-by: Georg Kunz Reviewed-by: Michael Pedersen --- deploy.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.16.6