blob: f9e10942953359093d4bcee7a90cb1faf2b0af46 [file] [log] [blame]
Hyunsun Moon0e39f272020-09-10 15:38:04 -07001# Copyright 2019-present Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5images:
6 tags:
7 omecCni: docker.io/omecproject/omec-cni:1.0.2
8 sriovPlugin: docker.io/nfvpe/sriov-device-plugin:v3.2
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 accessPfNames:
21 - eno1#0-3
22 corePfNames:
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