Add Multus with Calico and SRIOV CNI support
[iec.git] / src / foundation / scripts / cni / multus / multus-sriov-calico / configMap.yaml
1 # yamllint disable
2 apiVersion: v1
3 kind: ConfigMap
4 metadata:
5   name: sriovdp-config
6   namespace: kube-system
7 data:
8   config.json: |
9     {
10         "resourceList": [{
11                 "resourceName": "ps225_sriov_netdevice",
12                 "selectors": {
13                     "vendors": ["14e4"],
14                     "devices": ["d800"],
15                     "drivers": ["bnxt_en"],
16                     "pfNames": ["enp8s0f0np0"]
17                 }
18             },
19             {
20                 "resourceName": "intel_sriov_netdevice",
21                 "selectors": {
22                     "vendors": ["8086"],
23                     "devices": ["154c"],
24                     "drivers": ["i40evf"],
25                     "pfNames": ["enp12s0f0"]
26                 }
27             }
28         ]
29     }