blob: 9b0d8143aa80b792033432e16a027d2f7a44b525 [file] [log] [blame]
Hyunsun Moonfbc2d052019-10-30 10:13:09 -07001# Copyright 2019-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15images:
16 tags:
17 omecCni: docker.io/omecproject/omec-cni:1.0.0
18 sriovPlugin: docker.io/nfvpe/sriov-device-plugin:v3.0.0
19 pullPolicy: IfNotPresent
20
21config:
22 sriov:
23 # Provide interface used as a SR-IOV PF
24 # If your cluster has multiple nodes with different interface names,
25 # simply provide the whole list
26 resourceList:
27 # Provide PF name with its VFs are bounded to vfio-pci driver
28 vfio:
29 pfNames:
30 - eno1
31 # Provide PF name with its VFs bounded to PF's driver
32 # The driver name must be specified to prevent one interface is
33 # registered to both vfio and netdevice resource pools
34 # NOTE: netDevice is required to use CDN service
35 netDevice:
36 pfNames:
37 - eno1
38 drivers:
39 - i40evf
40 - ixgbevf