idrac driver doc should mention all dependencies

To utilize the idrac-redfish interfaces, you need the sushy-oem-idrac
package to be installed along side of sushy itself.

Change-Id: I3376cd0b40fce49345121ad84d35749241e9dbe8
This commit is contained in:
Doug Goldstein 2024-07-22 14:54:48 -05:00
parent 6d5bcdf42d
commit acf1c7d43e
No known key found for this signature in database
GPG Key ID: 11F806DA366D8DEC

View File

@ -38,11 +38,11 @@ The ``idrac`` hardware type supports the following Ironic interfaces:
Prerequisites
-------------
The ``idrac`` hardware type requires the ``sushy`` library
The ``idrac`` hardware type requires the ``sushy`` library and the vendor extensions
to be installed on the ironic conductor node(s) if an Ironic node is
configured to use an ``idrac-redfish`` interface implementation, for example::
sudo pip install 'python-dracclient>=3.1.0' 'sushy>=2.0.0'
sudo pip install 'sushy>=2.0.0' 'sushy-oem-idrac>=2.0.0'
Enabling
--------