summaryrefslogtreecommitdiff
path: root/releasenotes/notes/irmc-additional-capabilities-4fd72ba50d05676c.yaml
diff options
context:
space:
mode:
authorNguyen Hung Phuong <phuongnh@vn.fujitsu.com>2017-11-27 17:44:47 +0700
committerJulia Kreger <juliaashleykreger@gmail.com>2017-12-15 14:26:06 +0000
commit076b3e649e09e87a09ebe9b552597af0f2c02ca0 (patch)
tree7e7870b42145baa9aef7a44ba3f92c74e910e092 /releasenotes/notes/irmc-additional-capabilities-4fd72ba50d05676c.yaml
parent638943dbf8e4adbcbe81a2af0f8a1d5ffd9771f6 (diff)
downloadironic-076b3e649e09e87a09ebe9b552597af0f2c02ca0.tar.gz
Follow up Add additional capabilities discovery for iRMC driver
This commit makes changes based upon review feedback in I1958e18a5b9d933e2aa405b200bac7717f146611. - Updates documentation describes required software by python-scciclient - Updates release note Co-authored-By: Tran Ha Tuyen <tuyenth@vn.fujitsu.com> Related-Bug: #1637422 Change-Id: I1ca1e1e02b8c2102e0dbd858c0a51df0dd6b58fb
Diffstat (limited to 'releasenotes/notes/irmc-additional-capabilities-4fd72ba50d05676c.yaml')
-rw-r--r--releasenotes/notes/irmc-additional-capabilities-4fd72ba50d05676c.yaml14
1 files changed, 9 insertions, 5 deletions
diff --git a/releasenotes/notes/irmc-additional-capabilities-4fd72ba50d05676c.yaml b/releasenotes/notes/irmc-additional-capabilities-4fd72ba50d05676c.yaml
index a47571e35..26b73e830 100644
--- a/releasenotes/notes/irmc-additional-capabilities-4fd72ba50d05676c.yaml
+++ b/releasenotes/notes/irmc-additional-capabilities-4fd72ba50d05676c.yaml
@@ -1,9 +1,13 @@
---
features:
- |
- Adds new capabilities ("server_model", "rom_firmware_version", "pci_gpu_devices",
- "trusted_boot" and "irmc_firmware_version") to the iRMC out-of-band hardware inspection
+ Adds new capabilities (``server_model``, ``rom_firmware_version``, ``pci_gpu_devices``,
+ ``trusted_boot`` and ``irmc_firmware_version``) to the iRMC out-of-band hardware inspection
for FUJITSU PRIMERGY bare metal nodes with firmware iRMC S4 and beyond.
- Before inspecting, if a server is power-off, it will be turned on automatically.
- System will wait for a few second before start inspecting. After inspection,
- power status will be restored to the previous state.
+ Before inspecting, if a server is powered off, it will be turned on automatically.
+ After inspection, power status will be restored to the previous state.
+upgrade:
+ - |
+ Update of python-scciclient to version 0.6.0 is required by the iRMC driver to support
+ new out-of-band inspection capabilities. If the version is not updated, the new
+ capabilities will not be updated.