Changed bootstrap FW update method

Switched to Using mlnxofedinstall --fw-update-only instead of
installing mlnx-fw-updater

Change-Id: I487ca533a46bc3e62502b4d1ce3eb707163aac8f
This commit is contained in:
Rawan Herzallah 2016-06-12 11:44:22 +00:00
parent 38f580da4a
commit 0dfe6f349b
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ if [ $? -ne 0 ]; then
echo "Not Mellanox Card or a NIC access problem. skipping firmware upgrade." >> $LOG_FILE
else # Not OEM
echo "Starting FW upgrade" >> $LOG_FILE
dpkg -i /opt/ofed/MLNX_OFED/DEBS/mlnx-fw-updater*.deb >> $LOG_FILE
/opt/ofed/MLNX_OFED/mlnxofedinstall --fw-update-only >> $LOG_FILE
fi
# Set ConnectX-4 FW

View File

@ -5,7 +5,7 @@ name: mellanox-plugin
title: Mellanox ConnectX-4 Openstack Features
# Plugin version
version: 3.1.9
version: 3.1.12
# Description
description: Enable features over Mellanox ConnectX-4 Adapters