Hyunsun Moon | 0e39f27 | 2020-09-10 15:38:04 -0700 | [diff] [blame] | 1 | # Copyright 2019-present Open Networking Foundation |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | images: |
| 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 Moon | 8da1788 | 2020-10-14 21:28:44 -0500 | [diff] [blame] | 10 | credentials: {} |
| 11 | # If specified, use this credential to access the image |
| 12 | # registry: |
| 13 | # username: |
| 14 | # password: |
Hyunsun Moon | 0e39f27 | 2020-09-10 15:38:04 -0700 | [diff] [blame] | 15 | |
| 16 | config: |
| 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 Moon | 785d81b | 2020-11-06 05:56:21 +0000 | [diff] [blame] | 22 | # Provide PF name with VF range or PCI address for access and core interfaces. |
| 23 | # PCI address has higher precedence when both provided. |
Hyunsun Moon | 0e39f27 | 2020-09-10 15:38:04 -0700 | [diff] [blame] | 24 | 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 Moon | 785d81b | 2020-11-06 05:56:21 +0000 | [diff] [blame] | 32 | #netDevice: |
| 33 | # pfNames: |
| 34 | # - eno1 |
| 35 | # drivers: |
| 36 | # - i40evf |
| 37 | # - ixgbevf |