Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/processed/ipoib-rdma-shared/20-ippool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
subnet: 192.168.5.0/24
perNodeBlockSize: 50
gateway: 192.168.5.1
-----
---
apiVersion: nv-ipam.nvidia.com/v1alpha1
kind: IPPool
metadata:
Expand All @@ -17,7 +17,7 @@ spec:
subnet: 192.168.6.0/24
perNodeBlockSize: 50
gateway: 192.168.6.1
-----
---
apiVersion: nv-ipam.nvidia.com/v1alpha1
kind: IPPool
metadata:
Expand Down
4 changes: 2 additions & 2 deletions examples/processed/ipoib-rdma-shared/30-ipoibnetwork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
"type": "nv-ipam",
"poolName": "ipoib-pool-a"
}
-----
---
apiVersion: mellanox.com/v1alpha1
kind: IPoIBNetwork
metadata:
Expand All @@ -23,7 +23,7 @@ spec:
"type": "nv-ipam",
"poolName": "ipoib-pool-b"
}
-----
---
apiVersion: mellanox.com/v1alpha1
kind: IPoIBNetwork
metadata:
Expand Down
4 changes: 2 additions & 2 deletions examples/processed/ipoib-rdma-shared/40-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
rdma/rdma_shared_device_a: 1
limits:
rdma/rdma_shared_device_a: 1
-----
---
apiVersion: v1
kind: Pod
metadata:
Expand All @@ -37,7 +37,7 @@ spec:
rdma/rdma_shared_device_b: 1
limits:
rdma/rdma_shared_device_b: 1
-----
---
apiVersion: v1
kind: Pod
metadata:
Expand Down
12 changes: 6 additions & 6 deletions examples/processed/ipoib-rdma-shared/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
subnet: 192.168.5.0/24
perNodeBlockSize: 50
gateway: 192.168.5.1
-----
---
apiVersion: nv-ipam.nvidia.com/v1alpha1
kind: IPPool
metadata:
Expand All @@ -76,7 +76,7 @@ spec:
subnet: 192.168.6.0/24
perNodeBlockSize: 50
gateway: 192.168.6.1
-----
---
apiVersion: nv-ipam.nvidia.com/v1alpha1
kind: IPPool
metadata:
Expand All @@ -99,7 +99,7 @@ spec:
"type": "nv-ipam",
"poolName": "ipoib-pool-a"
}
-----
---
apiVersion: mellanox.com/v1alpha1
kind: IPoIBNetwork
metadata:
Expand All @@ -112,7 +112,7 @@ spec:
"type": "nv-ipam",
"poolName": "ipoib-pool-b"
}
-----
---
apiVersion: mellanox.com/v1alpha1
kind: IPoIBNetwork
metadata:
Expand Down Expand Up @@ -145,7 +145,7 @@ spec:
rdma/rdma_shared_device_a: 1
limits:
rdma/rdma_shared_device_a: 1
-----
---
apiVersion: v1
kind: Pod
metadata:
Expand All @@ -165,7 +165,7 @@ spec:
rdma/rdma_shared_device_b: 1
limits:
rdma/rdma_shared_device_b: 1
-----
---
apiVersion: v1
kind: Pod
metadata:
Expand Down
4 changes: 2 additions & 2 deletions examples/templates/ipoib-rdma-shared/20-ippool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
subnet: 192.168.5.0/24
perNodeBlockSize: 50
gateway: 192.168.5.1
-----
---
apiVersion: nv-ipam.nvidia.com/v1alpha1
kind: IPPool
metadata:
Expand All @@ -17,7 +17,7 @@ spec:
subnet: 192.168.6.0/24
perNodeBlockSize: 50
gateway: 192.168.6.1
-----
---
apiVersion: nv-ipam.nvidia.com/v1alpha1
kind: IPPool
metadata:
Expand Down
4 changes: 2 additions & 2 deletions examples/templates/ipoib-rdma-shared/30-ipoibnetwork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
"type": "nv-ipam",
"poolName": "ipoib-pool-a"
}
-----
---
apiVersion: mellanox.com/v1alpha1
kind: IPoIBNetwork
metadata:
Expand All @@ -23,7 +23,7 @@ spec:
"type": "nv-ipam",
"poolName": "ipoib-pool-b"
}
-----
---
apiVersion: mellanox.com/v1alpha1
kind: IPoIBNetwork
metadata:
Expand Down
4 changes: 2 additions & 2 deletions examples/templates/ipoib-rdma-shared/40-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
rdma/rdma_shared_device_a: 1
limits:
rdma/rdma_shared_device_a: 1
-----
---
apiVersion: v1
kind: Pod
metadata:
Expand All @@ -37,7 +37,7 @@ spec:
rdma/rdma_shared_device_b: 1
limits:
rdma/rdma_shared_device_b: 1
-----
---
apiVersion: v1
kind: Pod
metadata:
Expand Down