blob: 714588bb43e443a64f05ddf1117460a7f81cb4b1 [file] [log] [blame]
Jeremy Ronquillo223db002020-06-05 10:28:22 -07001# Copyright 2019-present Open Networking Foundation
2#
Jeremy Ronquillo6046ce32020-06-18 11:06:29 -07003# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
Jeremy Ronquillo223db002020-06-05 10:28:22 -07004
5images:
6 tags:
7 omecCni: docker.io/omecproject/omec-cni:1.0.0
8 sriovPlugin: docker.io/nfvpe/sriov-device-plugin:v3.1
9 pullPolicy: IfNotPresent
10
11config:
12 sriov:
13 # Provide interface used as a SR-IOV PF
14 # If your cluster has multiple nodes with different interface names,
15 # simply provide the whole list
16 resourceList:
17 # Provide PF name with VF range for S1U and SGI interfaces.
18 # Note that VF range of S1U must be smaller than SGI's.
19 vfio:
20 s1uPfNames:
21 - eno1#0-3
22 sgiPfNames:
23 - eno1#4-7
24 # Provide PF name with its VFs bounded to PF's driver
25 # The driver name must be specified to prevent one interface is
26 # registered to both vfio and netdevice resource pools
27 # NOTE: netDevice is required to use CDN service
28 netDevice:
29 pfNames:
30 - eno1
31 drivers:
32 - i40evf
33 - ixgbevf