Add SRIOV and QAT device plugin deploy components 59/1359/1
authorhle2 <huifeng.le@intel.com>
Sat, 3 Aug 2019 01:32:04 +0000 (09:32 +0800)
committerchengli3 <cheng1.li@intel.com>
Fri, 9 Aug 2019 03:12:57 +0000 (11:12 +0800)
commitd093ee40c1659722c6547b49806f473c87f58aa2
tree31503c6375256a7c76cdf0cd8e8c00ca679ee726
parent308b84a2851e9a16458e5aebfd9f0341ca7530bd
Add SRIOV and QAT device plugin deploy components

Add deploy components include (1) SRIOV/QAT libraries (2) device plugin
yaml for SRIOV/QAT device plugin.

Change-Id: I1ae395d4d51d187d8fc5cb8f7a4d5b5e50ea8433
18 files changed:
deploy/kud-plugin-addons/README.md
deploy/kud-plugin-addons/device-plugins/qat/README.md
deploy/kud-plugin-addons/device-plugins/qat/driver/collect_qat_driver.sh [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/qat/driver/install_qat.sh [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/qat/driver/qat [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/qat/test/test.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/qat/yaml/collect_qat_yaml.sh [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/qat/yaml/qat_plugin_default_configmap.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/qat/yaml/qat_plugin_privileges.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/sriov/README.md
deploy/kud-plugin-addons/device-plugins/sriov/driver/collect_sriov_driver.sh [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/sriov/driver/install_iavf_drivers.sh [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/sriov/test/sriov-eno2-pod.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/sriov/test/sriov-nad.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/sriov/yaml/collect_sriov_yaml.sh [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/sriov/yaml/sriov-cni.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/device-plugins/sriov/yaml/sriovdp-daemonset.yaml [new file with mode: 0644]
tools/cloud-configs.sh [new file with mode: 0644]