-
Notifications
You must be signed in to change notification settings - Fork 741
/
Copy pathveos
360 lines (354 loc) · 7.47 KB
/
veos
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
all:
children:
vm_host:
children:
veos_vtb:
children:
vm_host_1:
vm_host_2:
eos:
children:
vms_1:
vms_2:
servers:
vars:
topologies:
- t1
- t1-lag
- t1-28-lag
- t1-32-lag
- t1-56-lag
- t1-64-lag
- t1-64-lag-clet
- t1-backend
- t1-isolated-d224u8
- t0
- t0-16
- t0-56
- t0-56-d48c8
- t0-52
- ptf32
- ptf64
- t0-64
- t0-64-32
- t0-80
- t0-116
- t0-backend
- t0-standalone-32
- t0-standalone-64
- t0-standalone-128
- t0-standalone-256
- t0-isolated-d128u128s1
- t0-isolated-d128u128s2
- dualtor
- dualtor-56
- cable-test
- dualtor-120
- tgen-t0-3
- tgen-t1-3-lag
- mgmttor
- t2
- dualtor-mixed
- dualtor-mixed-56
- dualtor-mixed-120
- m0
- m0-2vlan
- mc0
- mx
- dpu-1
children:
server_1:
server_2:
vm_host_1:
hosts:
STR-ACS-SERV-01:
ansible_host: 10.251.0.245
vm_host_2:
hosts:
STR-ACS-SERV-02:
ansible_host: 10.251.0.192
vms_1:
hosts:
VM0100:
ansible_host: 10.250.0.2
VM0101:
ansible_host: 10.250.0.3
VM0102:
ansible_host: 10.250.0.4
VM0103:
ansible_host: 10.250.0.5
VM0104:
ansible_host: 10.250.0.6
VM0105:
ansible_host: 10.250.0.7
VM0106:
ansible_host: 10.250.0.8
VM0107:
ansible_host: 10.250.0.9
VM0108:
ansible_host: 10.250.0.10
VM0109:
ansible_host: 10.250.0.11
VM0110:
ansible_host: 10.250.0.12
VM0111:
ansible_host: 10.250.0.13
VM0112:
ansible_host: 10.250.0.14
VM0113:
ansible_host: 10.250.0.15
VM0114:
ansible_host: 10.250.0.16
VM0115:
ansible_host: 10.250.0.17
VM0116:
ansible_host: 10.250.0.18
VM0117:
ansible_host: 10.250.0.19
VM0118:
ansible_host: 10.250.0.20
VM0119:
ansible_host: 10.250.0.21
VM0120:
ansible_host: 10.250.0.22
VM0121:
ansible_host: 10.250.0.23
VM0122:
ansible_host: 10.250.0.24
VM0123:
ansible_host: 10.250.0.25
VM0124:
ansible_host: 10.250.0.26
VM0125:
ansible_host: 10.250.0.27
VM0126:
ansible_host: 10.250.0.28
VM0127:
ansible_host: 10.250.0.29
VM0128:
ansible_host: 10.250.0.30
VM0129:
ansible_host: 10.250.0.31
VM0130:
ansible_host: 10.250.0.32
VM0131:
ansible_host: 10.250.0.33
VM0132:
ansible_host: 10.250.0.34
VM0133:
ansible_host: 10.250.0.35
VM0134:
ansible_host: 10.250.0.36
VM0135:
ansible_host: 10.250.0.37
VM0136:
ansible_host: 10.250.0.38
VM0137:
ansible_host: 10.250.0.39
VM0138:
ansible_host: 10.250.0.40
VM0139:
ansible_host: 10.250.0.41
VM0140:
ansible_host: 10.250.0.42
VM0141:
ansible_host: 10.250.0.43
VM0142:
ansible_host: 10.250.0.44
VM0143:
ansible_host: 10.250.0.45
VM0144:
ansible_host: 10.250.0.46
VM0145:
ansible_host: 10.250.0.47
VM0146:
ansible_host: 10.250.0.48
VM0147:
ansible_host: 10.250.0.49
VM0148:
ansible_host: 10.250.0.50
VM0149:
ansible_host: 10.250.0.51
VM0150:
ansible_host: 10.250.0.52
VM0151:
ansible_host: 10.250.0.53
VM0152:
ansible_host: 10.250.0.54
VM0153:
ansible_host: 10.250.0.55
VM0154:
ansible_host: 10.250.0.56
VM0155:
ansible_host: 10.250.0.57
VM0156:
ansible_host: 10.250.0.58
VM0157:
ansible_host: 10.250.0.59
VM0158:
ansible_host: 10.250.0.60
VM0159:
ansible_host: 10.250.0.61
VM0160:
ansible_host: 10.250.0.62
VM0161:
ansible_host: 10.250.0.63
VM0162:
ansible_host: 10.250.0.64
VM0163:
ansible_host: 10.250.0.65
VM0164:
ansible_host: 10.250.0.66
VM0165:
ansible_host: 10.250.0.67
VM0166:
ansible_host: 10.250.0.68
VM0167:
ansible_host: 10.250.0.69
VM0168:
ansible_host: 10.250.0.70
VM0169:
ansible_host: 10.250.0.71
VM0170:
ansible_host: 10.250.0.72
VM0171:
ansible_host: 10.250.0.73
VM0172:
ansible_host: 10.250.0.74
VM0173:
ansible_host: 10.250.0.75
VM0174:
ansible_host: 10.250.0.76
VM0175:
ansible_host: 10.250.0.77
VM0176:
ansible_host: 10.250.0.78
VM0177:
ansible_host: 10.250.0.79
VM0178:
ansible_host: 10.250.0.80
VM0179:
ansible_host: 10.250.0.81
VM0180:
ansible_host: 10.250.0.82
VM0181:
ansible_host: 10.250.0.83
VM0182:
ansible_host: 10.250.0.84
VM0183:
ansible_host: 10.250.0.85
VM0184:
ansible_host: 10.250.0.86
VM0185:
ansible_host: 10.250.0.87
VM0186:
ansible_host: 10.250.0.88
VM0187:
ansible_host: 10.250.0.89
VM0188:
ansible_host: 10.250.0.90
VM0189:
ansible_host: 10.250.0.91
VM0190:
ansible_host: 10.250.0.92
VM0191:
ansible_host: 10.250.0.93
VM0192:
ansible_host: 10.250.0.94
VM0193:
ansible_host: 10.250.0.95
VM0194:
ansible_host: 10.250.0.96
VM0195:
ansible_host: 10.250.0.97
VM0196:
ansible_host: 10.250.0.98
VM0197:
ansible_host: 10.250.0.99
VM0198:
ansible_host: 10.250.0.100
VM0199:
ansible_host: 10.250.0.101
VM0200:
ansible_host: 10.250.0.102
VM0201:
ansible_host: 10.250.0.103
VM0202:
ansible_host: 10.250.0.104
VM0203:
ansible_host: 10.250.0.105
VM0204:
ansible_host: 10.250.0.106
VM0205:
ansible_host: 10.250.0.107
VM0206:
ansible_host: 10.250.0.108
VM0207:
ansible_host: 10.250.0.109
VM0208:
ansible_host: 10.250.0.110
VM0209:
ansible_host: 10.250.0.111
VM0210:
ansible_host: 10.250.0.112
VM0211:
ansible_host: 10.250.0.113
VM0212:
ansible_host: 10.250.0.114
VM0213:
ansible_host: 10.250.0.115
VM0214:
ansible_host: 10.250.0.116
VM0215:
ansible_host: 10.250.0.117
VM0216:
ansible_host: 10.250.0.118
VM0217:
ansible_host: 10.250.0.119
VM0218:
ansible_host: 10.250.0.120
VM0219:
ansible_host: 10.250.0.121
VM0220:
ansible_host: 10.250.0.122
VM0221:
ansible_host: 10.250.0.123
VM0222:
ansible_host: 10.250.0.124
VM0223:
ansible_host: 10.250.0.125
VM0224:
ansible_host: 10.250.0.126
VM0225:
ansible_host: 10.250.0.127
VM0226:
ansible_host: 10.250.0.128
VM0227:
ansible_host: 10.250.0.129
VM0228:
ansible_host: 10.250.0.130
VM0229:
ansible_host: 10.250.0.131
vms_2:
hosts:
VM0300:
ansible_host: 10.250.0.252
VM0301:
ansible_host: 10.250.0.253
VM0302:
ansible_host: 10.250.0.254
VM0303:
ansible_host: 10.250.0.255
# The groups below are helper to limit running playbooks to specific server(s) only
server_1:
vars:
host_var_file: host_vars/STR-ACS-SERV-01.yml
children:
vm_host_1:
vms_1:
server_2:
vars:
host_var_file: host_vars/STR-ACS-SERV-02.yml
children:
vm_host_2:
vms_2: