summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-01-18 16:46:10 +0000
committerGerrit Code Review <review@openstack.org>2023-01-18 16:46:10 +0000
commit571d0223baf7b45ac9297954d8e352ab9d1bedd6 (patch)
tree6be7b85bdd2eaa2a4c969dd8785c8e911c2d266d /releasenotes
parent8cb5ba9ff817be12de6468a4b9d512bac07b3025 (diff)
parentd23f72ee501a5bdcc89806eb0ebbba929a36e64d (diff)
downloadironic-571d0223baf7b45ac9297954d8e352ab9d1bedd6.tar.gz
Merge "[iRMC] Handle IPMI incompatibility in iRMC S6 2.x"
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.