-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.clos02.clab.yml
107 lines (96 loc) · 2.6 KB
/
setup.clos02.clab.yml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name: clos02
mgmt:
network: br-clos02
ipv4-subnet: 172.100.100.0/24
ipv6-subnet: 2001:172:100:100::0/64
topology:
kinds:
srl:
image: ghcr.io/nokia/srlinux:23.3.3
linux:
image: ghcr.io/network-unit-testing-system/nuts-testclient:0.0.2
env:
ADMIN_PASSWORD: admin
nodes:
leaf1:
kind: srl
mgmt-ipv4: 172.100.100.2
mgmt-ipv6: 2001:172:100:100::2
leaf2:
kind: srl
mgmt-ipv4: 172.100.100.3
mgmt-ipv6: 2001:172:100:100::3
leaf3:
kind: srl
mgmt-ipv4: 172.100.100.4
mgmt-ipv6: 2001:172:100:100::4
leaf4:
kind: srl
mgmt-ipv4: 172.100.100.5
mgmt-ipv6: 2001:172:100:100::5
spine1:
kind: srl
type: ixrd3
mgmt-ipv4: 172.100.100.6
mgmt-ipv6: 2001:172:100:100::6
spine2:
kind: srl
type: ixrd3
mgmt-ipv4: 172.100.100.7
mgmt-ipv6: 2001:172:100:100::7
spine3:
kind: srl
type: ixrd3
mgmt-ipv4: 172.100.100.8
mgmt-ipv6: 2001:172:100:100::8
spine4:
kind: srl
type: ixrd3
mgmt-ipv4: 172.100.100.9
mgmt-ipv6: 2001:172:100:100::9
superspine1:
kind: srl
type: ixrd3
mgmt-ipv4: 172.100.100.10
mgmt-ipv6: 2001:172:100:100::10
superspine2:
kind: srl
type: ixrd3
mgmt-ipv4: 172.100.100.11
mgmt-ipv6: 2001:172:100:100::11
client1:
kind: linux
image: python:3.10
mgmt-ipv4: 172.100.100.12
mgmt-ipv6: 2001:172:100:100::12
binds:
- nuts_data:/workspace
client2:
kind: linux
mgmt-ipv4: 172.100.100.13
mgmt-ipv6: 2001:172:100:100::13
client3:
kind: linux
mgmt-ipv4: 172.100.100.14
mgmt-ipv6: 2001:172:100:100::14
client4:
kind: linux
mgmt-ipv4: 172.100.100.15
mgmt-ipv6: 2001:172:100:100::15
links:
- endpoints: ["leaf1:e1-1", "spine1:e1-1"]
- endpoints: ["leaf1:e1-2", "spine2:e1-1"]
- endpoints: ["leaf2:e1-1", "spine1:e1-2"]
- endpoints: ["leaf2:e1-2", "spine2:e1-2"]
- endpoints: ["spine1:e1-3", "superspine1:e1-1"]
- endpoints: ["spine2:e1-3", "superspine2:e1-1"]
- endpoints: ["leaf3:e1-1", "spine3:e1-1"]
- endpoints: ["leaf3:e1-2", "spine4:e1-1"]
- endpoints: ["leaf4:e1-1", "spine3:e1-2"]
- endpoints: ["leaf4:e1-2", "spine4:e1-2"]
- endpoints: ["spine3:e1-3", "superspine1:e1-2"]
- endpoints: ["spine4:e1-3", "superspine2:e1-2"]
- endpoints: ["client1:eth1", "leaf1:e1-3"]
- endpoints: ["client2:eth1", "leaf2:e1-3"]
- endpoints: ["client3:eth1", "leaf3:e1-3"]
- endpoints: ["client4:eth1", "leaf4:e1-3"]