Debian: Do not install gpu-operator into ISO
This change removes the gpu-operator helm chart from Debian ISO. The NVIDIA GPU Operator uses the operator framework within Kubernetes to automate the management of all NVIDIA software components needed to provision GPU. But if NVIDIA is not present in the nodes/controller this helm will never be used and should not be in the ISO image. The GPU Operator will continue to be built but not installed into the image. Test plan (Debian only) PASS build ISO and confirm that package was not installed Story: 2009968 Task: 46344 Signed-off-by: Fabiano Mercer <fabiano.correamercer@windriver.com> Change-Id: I1068eebd694cc9395dbe197257707abe2ff36e0e
This commit is contained in:
parent
58b2cb25d1
commit
575ba42515
@ -1 +0,0 @@
|
||||
opt/extracharts/gpu-operator-v3-1.8.1.tgz
|
@ -17,7 +17,4 @@ override_dh_auto_build:
|
||||
helm package --version ${HELM_VER}-${PKG_VERSION} --app-version v${PKG_VERSION} -d build_results deployments/gpu-operator
|
||||
|
||||
override_dh_auto_install:
|
||||
# Install the app tar file.
|
||||
install -d -m 755 ${DEBIAN_DESTDIR}/opt/extracharts
|
||||
install -p -D -m 644 build_results/gpu-operator-${HELM_VER}-${PKG_VERSION}.tgz ${DEBIAN_DESTDIR}/opt/extracharts
|
||||
dh_install
|
||||
dh_install
|
Loading…
Reference in New Issue
Block a user