Skip to content

Commit ac8fefd

Browse files
committed
OSDOCS-11694 Adding gpu support to Nutanix
1 parent 5324ee5 commit ac8fefd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3172,6 +3172,30 @@ d|List.
31723172

31733173
The name of one or more failures domains.
31743174

3175+
|compute:
3176+
platform:
3177+
nutanix:
3178+
gpus:
3179+
type:
3180+
|The type of identifier used to attach a GPU to a compute machine. Valid values are "Name" or "DeviceID".
3181+
|String
3182+
3183+
|compute:
3184+
platform:
3185+
nutanix:
3186+
gpus:
3187+
name:
3188+
|The name of the GPU device to attach to a compute machine. This parameter is required if the GPU `type` is "Name".
3189+
|String
3190+
3191+
|compute:
3192+
platform:
3193+
nutanix:
3194+
gpus:
3195+
deviceID:
3196+
|The device identifier of the GPU device to attach to a compute machine. This information is available in Prism Central. This parameter is required if the GPU `type` is "DeviceID".
3197+
|Integer
3198+
31753199
|compute:
31763200
platform:
31773201
nutanix:

0 commit comments

Comments
 (0)