summaryrefslogtreecommitdiff
path: root/doc/source/admin/drivers/ilo.rst
diff options
context:
space:
mode:
authorNisha Agarwal <agarwalnisha1980@gmail.com>2021-03-17 13:07:40 +0000
committerNisha Agarwal <agarwalnisha1980@gmail.com>2021-03-18 07:21:58 +0000
commit9220f97ed71e9401ce259a9bc1153ff589edd9f1 (patch)
treeef421f3f994069343479ad402c11bd9295a5f55b /doc/source/admin/drivers/ilo.rst
parent00aea139491acf6de152f8cd8a62465dd135004a (diff)
downloadironic-9220f97ed71e9401ce259a9bc1153ff589edd9f1.tar.gz
Add runtime gpu capabilities to ilo inspection
Add gpu related dynamic capabilities in ilo inspection. It would add following dynamic capabilities: gpu_<vendor>_count : Integer gpu_<gpu_device_name>_count : Integer gpu_<gpu_device_name> : boolean story: 2008702 task: 42023 Change-Id: Ic785fbe8a40d8a999e7e319a6505b46f82ba8344
Diffstat (limited to 'doc/source/admin/drivers/ilo.rst')
-rw-r--r--doc/source/admin/drivers/ilo.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/admin/drivers/ilo.rst b/doc/source/admin/drivers/ilo.rst
index 24ac8c2c4..17d356d0e 100644
--- a/doc/source/admin/drivers/ilo.rst
+++ b/doc/source/admin/drivers/ilo.rst
@@ -941,6 +941,21 @@ Inspection can also discover the following extra capabilities for iLO driver:
This is disable/enable login to the iLO using credentials. This can be toggled only
by physical visit to the bare metal.
+* ``gpu_<vendor>_count``: Integer value. The capability name is dynamically formed as
+ gpu_<vendor>_count. The vendor name is replaced in the "<vendor>". If the vendor name
+ is not returned by the hardware, then vendor ID in hexadecimal form is replaced
+ in the capability name. Examples: {'gpu_Nvidia_count': 1}, {'gpu_0x102b_count': 1}.
+
+* ``gpu_<vendor_device_name>_count``: Integer value. The capability name is formed
+ dynamically by replacing the gpu device name as returned by ilo in
+ "<vendor_device_name>". Examples: {'gpu_Nvidia_Tesla_M10_count': 1},
+ {'gpu_Embedded_Video_Controller_count': 1}
+
+* ``gpu_<vendor_device_name>``: Boolean. The capability name is formed
+ dynamically by replacing the gpu device name as returned by ilo in
+ "<vendor_device_name>". Examples: {'gpu_Nvidia_Tesla_M10': True},
+ {'gpu_Embedded_Video_Controller': True}
+
.. note::
* The capability ``nic_capacity`` can only be discovered if ipmitool