blob: b19f9f7c3105786d2ad32397d049a9d54a009a45 [file] [log] [blame]
Wei-Yu Chen0f12b9c2019-04-18 11:12:59 -07001# Copyright 2018-present Open Networking Foundation
2# Copyright 2018 Intel Corporation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16sriovds:
Hyunsun Moone8558652019-08-15 13:16:46 -060017 initimage: docker.io/omecproject/omec-cni:0.0.1
18 image: docker.io/omecproject/omec-cni:0.0.1
Wei-Yu Chen0f12b9c2019-04-18 11:12:59 -070019
Hyunsun Moone8558652019-08-15 13:16:46 -060020# We need to speficy both pfName and driver name to prevent one interface to be
21# allocated to multiple resource pools
22resourceList:
23 - resourceName: sriov_vfio
24 # Provide vfio-pci bounded physical function names in your cluster under "pfNames"
25 # Do not change "drivers" unless you know what you're doing
26 selectors:
27 pfNames:
28 - eno1
29 drivers:
30 - vfio-pci
31 - resourceName: sriov_netdevice
32 # Provide pfNames and their drivers that serve virtual functions in your cluster
33 selectors:
34 pfNames:
35 - eno1
36 drivers:
37 - ixgbevf