diff options
author | Rihab Banday <rihab.banday@ericsson.com> | 2021-08-10 09:59:27 +0200 |
---|---|---|
committer | Rihab Banday <rihab.banday@ericsson.com> | 2021-08-11 15:52:45 +0000 |
commit | ef7624527898ec135eaf31603a915b441ac9a775 (patch) | |
tree | 607250e297ce0e999604d5b7213cd2ac223e1f6f /deploy.env | |
parent | ee024a7e7763ff02bc76597dda432511c04a581e (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>
Diffstat (limited to 'deploy.env')
-rw-r--r-- | deploy.env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |