Md Irshad Sheikh 8f9a99b784 Add GPU plugin to app-intel-device-plugins
This commit adds helm chart of the GPU plugin to the Intel Device
Plugins app.

TEST CASES:

PASSED: Build is success.
PASSED: Extract the content of
        stx-intel-device-plugins-helm_*amd64.deb and check
        if the helm tar file is present.
PASSED: Upload using 'system application-upload' command
PASSED: Check the status of charts using below command, it should
        be disabled.
        "system helm-override-list app_name --long"
PASSED: Enable the charts using below command:
        "system helm-chart-attribute-modify --enabled true app_name
        chart_name namespace"
PASSED: Apply the app using "system application-apply" command
PASSED: Check the daemonset of GPU using command:
        "kubectl get ds -n intel-device-plugins-operator". Status is
        in pending state because of no GPU hardware available.
PASSED: Tested app upload/apply/remove/delete in AIO-SX.

Story: 2010604
Task: 49075

Change-Id: Idac5be302f209b2fcdd1b40c0d1dd9b1d08f18dc
Signed-off-by: Md Irshad Sheikh <mdirshad.sheikh@windriver.com>
2024-06-07 05:36:53 -04:00

42 lines
1.8 KiB
Plaintext

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: intel-device-plugins-operator-helm
Source: https://opendev.org/starlingx/app-intel-device-plugins/
Files: *
Copyright: (c) 2024 Wind River Systems, Inc
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
https://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.
# If you want to use GPL v2 or later for the /debian/* files use
# the following clauses, or change it to suit. Delete these two lines
Files: debian/*
Copyright: 2024 Wind River Systems, Inc
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
https://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.