blob: e67a53e22cb8f0f3344d5bdf519b03583fbd5a36 [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
Hyunsun Moon8da17882020-10-14 21:28:44 -050010 credentials: {}
11 # If specified, use this credential to access the image
12 # registry:
13 # username:
14 # password:
Hyunsun Moon0e39f272020-09-10 15:38:04 -070015
16config:
17 sriov:
18 # Provide interface used as a SR-IOV PF
19 # If your cluster has multiple nodes with different interface names,
20 # simply provide the whole list
21 resourceList:
Hyunsun Moon785d81b2020-11-06 05:56:21 +000022 # Provide PF name with VF range or PCI address for access and core interfaces.
23 # PCI address has higher precedence when both provided.
Hyunsun Moon0e39f272020-09-10 15:38:04 -070024 vfio:
25 accessPfNames:
26 - eno1#0-3
27 corePfNames:
28 - eno1#4-7
29 # Provide PF name with its VFs bounded to PF's driver
30 # The driver name must be specified to prevent one interface is
31 # registered to both vfio and netdevice resource pools
Hyunsun Moon785d81b2020-11-06 05:56:21 +000032 #netDevice:
33 # pfNames:
34 # - eno1
35 # drivers:
36 # - i40evf
37 # - ixgbevf