-
Notifications
You must be signed in to change notification settings - Fork 2
/
nets.mlx.yaml
42 lines (42 loc) · 862 Bytes
/
nets.mlx.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
apiVersion: sriovnetwork.openshift.io/v1
kind: SriovNetwork
metadata:
name: nicmlx1
spec:
networkNamespace: z1
ipam: |
{
"type": "host-local",
"subnet": "10.56.217.0/24",
"rangeStart": "10.56.217.171",
"rangeEnd": "10.56.217.181",
"routes": [
{"dst": "224.0.0.0/5"},
{"dst": "232.0.0.0/5"}
],
"gateway": "10.56.217.1"
}
vlan: 0
resourceName: nicmlx1
---
apiVersion: sriovnetwork.openshift.io/v1
kind: SriovNetwork
metadata:
name: nicmlx2
spec:
networkNamespace: z1
ipam: |
{
"type": "host-local",
"subnet": "10.56.217.0/24",
"rangeStart": "10.56.217.171",
"rangeEnd": "10.56.217.181",
"routes": [
{"dst": "224.0.0.0/5"},
{"dst": "232.0.0.0/5"}
],
"gateway": "10.56.217.1"
}
vlan: 0
resourceName: nicmlx2