summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorVanou Ishii <ishii.vanou@fujitsu.com>2022-11-09 00:02:01 -0500
committerVanou Ishii <ishii.vanou@fujitsu.com>2023-01-17 09:36:27 +0900
commitd23f72ee501a5bdcc89806eb0ebbba929a36e64d (patch)
treed9e55c80be283fe24c9d425aa1b314c94d97bae0 /releasenotes
parenteae33a0acbfdbe30b5d79360e76668737866e371 (diff)
downloadironic-d23f72ee501a5bdcc89806eb0ebbba929a36e64d.tar.gz
[iRMC] Handle IPMI incompatibility in iRMC S6 2.x
Since iRMC S6 2.00, iRMC firmware disables IPMI over LAN with default iRMC firmware configuration. To deal with this firmware incompatibility, this commit modifies driver's methods which use IPMI to first try IPMI and, if IPMI fails, try to use Redfish API. Story: 2010396 Task: 46746 Change-Id: I1730279d2225f1248ecf7fe403a5e503b6c3ff87
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-irmc-s6-2.00-ipmi-incompatibility-118484a424df02b1.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-irmc-s6-2.00-ipmi-incompatibility-118484a424df02b1.yaml b/releasenotes/notes/fix-irmc-s6-2.00-ipmi-incompatibility-118484a424df02b1.yaml
new file mode 100644
index 000000000..4e4875f2c
--- /dev/null
+++ b/releasenotes/notes/fix-irmc-s6-2.00-ipmi-incompatibility-118484a424df02b1.yaml
@@ -0,0 +1,15 @@
+---
+fixes:
+ - |
+ Fixes a firmware incompatibility issue with iRMC versions S6 2.00
+ and later now doesn't support IPMI over LAN by default.
+ To deal with this problem, irmc driver first tries IPMI operation then,
+ if IPMI operation fails, it tries Redfish API of Fujitsu server.
+ The operator must set Redfish parameters in the ``driver_info``
+ if iRMC disable or doesn't support IPMI over LAN.
+upgrade:
+ - |
+ When Ironic operator uses irmc driver against Fujitsu server which runs
+ iRMC version S6 2.00 or later, operator may need to set Redfish parameters
+ in ``driver_info`` so this fix can operate properly or operator should
+ enable IPMI over LAN through BMC settings, if possible.