Revert "Revert "Add disable-nouveau element to tripleo images""

This reverts commit 28384614a5.

This should land after we have a promoted DIB.

Change-Id: I1ae04d297bdd81f2ecfef8e2dc5a650cae9616ad
Related-Bug: #1784015
This commit is contained in:
Alex Schultz
2018-07-27 08:57:34 -06:00
parent 28384614a5
commit 2af9c11f08
5 changed files with 12 additions and 2 deletions

View File

@@ -21,9 +21,10 @@ disk_images:
- dracut-regenerate
- remove-machine-id
- remove-resolvconf
- modprobe-blacklist
- modprobe
- overcloud-secure-uefi
- openssh
- disable-nouveau
packages:
- ntp
- python-psutil

View File

@@ -21,9 +21,10 @@ disk_images:
- dracut-regenerate
- remove-machine-id
- remove-resolvconf
- modprobe-blacklist
- modprobe
- overcloud-secure
- openssh
- disable-nouveau
packages:
- ntp
- python-psutil

View File

@@ -23,6 +23,7 @@ disk_images:
- remove-machine-id
- remove-resolvconf
- openssh
- disable-nouveau
packages:
- python-psutil
- python-debtcollector

View File

@@ -21,6 +21,7 @@ disk_images:
- remove-resolvconf
- realtime-kernel
- openssh
- disable-nouveau
packages:
- python-psutil
- python-debtcollector

View File

@@ -0,0 +1,6 @@
---
features:
- |
Add disable-nouveau element to tripleo images
This ensures nouveau is not loaded at boot, as this can prevent PCI passthrough
or loading the NVIDIA binary drivers that are required for vGPU support.