From acf1c7d43ef437450f86190672758b9ec8cbb8b9 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 22 Jul 2024 14:54:48 -0500 Subject: [PATCH] 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 --- doc/source/admin/drivers/idrac.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/drivers/idrac.rst b/doc/source/admin/drivers/idrac.rst index 764b2d1494..a3e588bd57 100644 --- a/doc/source/admin/drivers/idrac.rst +++ b/doc/source/admin/drivers/idrac.rst @@ -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 --------