fd5d9e694b
This change adds the gpu-operator package to the Debian build. The NVIDIA GPU Operator uses the operator framework within Kubernetes to automate the management of all NVIDIA software components needed to provision GPU. The provided patches come from the CentOS port done in https://review.opendev.org/c/starlingx/integ/+/784144 https://review.opendev.org/c/starlingx/integ/+/817725 Test plan (Debian only) PASS build ISO with the package installed PASS execute helm install PASS execute helm uninstall Story: 2009968 Task: 45976 Signed-off-by: Andre Fernando Zanella Kantek <AndreFernandoZanella.Kantek@windriver.com> Change-Id: Ic656d764dc3e31dcd89e02b172c14eb6d32743a7
15 lines
488 B
Plaintext
15 lines
488 B
Plaintext
Source: gpu-operator
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13), helm
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: gpu-operator
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Description: The NVIDIA GPU Operator uses the operator framework within
|
|
Kubernetes to automate the management of all NVIDIA software components
|
|
needed to provision GPU
|