Add qat addon helm chart 37/120037/6
authorTodd Malsbary <todd.malsbary@intel.com>
Wed, 24 Mar 2021 23:02:08 +0000 (16:02 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Wed, 5 May 2021 23:50:07 +0000 (16:50 -0700)
commitbe23566cec4b5571178a930a5a16d22be9dd7b93
tree7092e4417be80469c8b9de14400500e83503e1f2
parent996bd19026a18aac190f76bd137de27a3be6d200
Add qat addon helm chart

This chart contains the upstream qat plugin from
intel-device-plugins-for-kubernetes together with a qat driver
installer.

Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I3467ba204276999dac4087bdf68ac0d4439861ad
12 files changed:
kud/deployment_infra/helm/qat-device-plugin/.helmignore [new file with mode: 0644]
kud/deployment_infra/helm/qat-device-plugin/Chart.yaml [new file with mode: 0644]
kud/deployment_infra/helm/qat-device-plugin/templates/_helpers.tpl [new file with mode: 0644]
kud/deployment_infra/helm/qat-device-plugin/templates/config.yaml [new file with mode: 0644]
kud/deployment_infra/helm/qat-device-plugin/templates/daemonset.yaml [new file with mode: 0644]
kud/deployment_infra/helm/qat-device-plugin/templates/drivers/daemonset.yaml [new file with mode: 0644]
kud/deployment_infra/helm/qat-device-plugin/values.yaml [new file with mode: 0644]
kud/deployment_infra/installers/Dockerfile.qat-driver-installer [new file with mode: 0644]
kud/deployment_infra/installers/Makefile
kud/deployment_infra/installers/_qat-driver-installer.sh [new file with mode: 0644]
kud/deployment_infra/installers/entrypoint-qat-driver-installer.sh [new file with mode: 0755]
kud/tests/qat.sh