bd36b5f018
Adds support for configuring vGPUs on NVIDIA hardware. Closes-Bug: #2028843 Change-Id: I4c8481f7429dbf50d51e26bd7acee24e16ee6c79
17 lines
609 B
Plaintext
17 lines
609 B
Plaintext
---
|
|
################################################################################
|
|
# VGPU configuration.
|
|
|
|
# URL pointing to location of GRID driver. Examples are:
|
|
# "file://path/on/ansible/control/host"
|
|
# "http://webserver/NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip"
|
|
vgpu_driver_url: ""
|
|
|
|
# Flag to control whether the vGPU playbook should automatically reboot the
|
|
# hypervisor. Note: this is necessary for the driver to be loaded correctly.
|
|
# Caution should be used when changing this option.
|
|
vgpu_do_reboot: true
|
|
|
|
# Time to wait when rebooting the host before failing.
|
|
vgpu_reboot_timeout: 600
|