d204f10ab5
This is intended primarily to pick up support for SR-IOV accelerators. The builder has been changed to a script model, as the device plugin's Dockerfile has been moved to a separate directory. The build-stx-images script does find this file, but the docker build will fail as the device plugin's source directory is no longer where the builder expects it to be. Instead, use the existing Makefile to assist in building the binary and image. Testing has been performed as follows: System Types: AIO-SX, Standard Cluster network types: IPv4, IPv6 NIC types: 82599ES 10-Gigabit [10fb], MT27710 Family [ConnectX-4 Lx] [1015], X710 for 10GbE [1572] IPAM types: host-local, calico, dhcp, static Connectivity between pods: DPDK, netdevice Story: 2006740 Task: 39610 Change-Id: If07bf2baa7d1cc32067cc73b37011ff808f0a527 Signed-off-by: Steven Webster <steven.webster@windriver.com>
8 lines
265 B
Plaintext
8 lines
265 B
Plaintext
BUILDER=script
|
|
LABEL=k8s-plugins-sriov-network-device
|
|
SOURCE_REPO=https://github.com/intel/sriov-network-device-plugin.git
|
|
SOURCE_REF=4e0302aeb4812844524005686b74175d8b0fc515
|
|
COMMAND=bash
|
|
SCRIPT=build-sriov-network-device-plugin-image.sh
|
|
ARGS="sriov-device-plugin"
|