diff options
author | Nguyen Hung Phuong <phuongnh@vn.fujitsu.com> | 2017-01-06 17:44:02 +0700 |
---|---|---|
committer | Nguyen Hung Phuong <phuongnh@vn.fujitsu.com> | 2017-11-21 17:49:42 +0700 |
commit | 7adbf11bb843fc1e80d6c9dc62ac200561c3a9f8 (patch) | |
tree | b18713f0c7576af053f97a9e288990a173fc4faa /driver-requirements.txt | |
parent | 459d1c2d3ea202f9fcbf6e4e9fd1c306f99dab89 (diff) | |
download | ironic-7adbf11bb843fc1e80d6c9dc62ac200561c3a9f8.tar.gz |
Add additional capabilities discovery for iRMC driver
This update enhances iRMC out-of-band hardware inspection for
FUJITSU PRIMERGY bare metal nodes having iRMC S4 and beyond.
The capabilities are server_model, rom_firmware_version,
pci_gpu_devices, trusted_boot and irmc_firmware_version.
Co-authored-By: Nguyen Van Trung <trungnv@vn.fujitsu.com>
Change-Id: I1958e18a5b9d933e2aa405b200bac7717f146611
Closes-Bug: #1637422
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r-- | driver-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt index a344bd667..c643d2e96 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -8,7 +8,7 @@ proliantutils>=2.4.1 pysnmp python-ironic-inspector-client>=1.5.0 python-oneviewclient<3.0.0,>=2.5.2 -python-scciclient>=0.5.0 +python-scciclient>=0.6.0 UcsSdk==0.8.2.2 python-dracclient>=1.3.0 |