-
Notifications
You must be signed in to change notification settings - Fork 20
/
artifacts.json
519 lines (519 loc) · 19.3 KB
/
artifacts.json
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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
{
"configure_and_validate": {
"title": "Configure Environment",
"description_short": "Configure you Environment including creating the `fabric_rc` and `ssh_config` files.",
"description_long": "",
"location": "configure_and_validate",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"hello_fabric": {
"title": "Hello, FABRIC",
"description_short": "Simple First Slice Example.",
"description_long": "",
"location": "fabric_examples/fablib_api/hello_fabric",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"list_all_resources": {
"title": "Listing Available Resources",
"description_short": "List resource capacity and availability. Output options: Text, Pandas, JSON, and Python List[Dict]. Find sites containing available components and capacities.",
"description_long": "",
"location": "fabric_examples/fablib_api/sites_and_resources",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu",
"kthare10@email.unc.edu"
]
},
"create_slice": {
"title": "Validate and Submit a Slice",
"description_short": "Options that can be used when creating, validating, and submitting current or future slices.",
"description_long": "",
"location": "fabric_examples/fablib_api/create_slice",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu",
"kthare10@email.unc.edu"
]
},
"delete_slice": {
"title": "Delete Slice(s)",
"description_short": "Options for deleting a slice or slices.",
"description_long": "",
"location": "fabric_examples/fablib_api/delete_slice",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"list_slices": {
"title": "List All Slice(s), Slice's Nodes, Networks, Components, and Interfaces",
"description_short": "Options for listing slice(s).",
"description_long": "Find and list parts of slice(s).",
"location": "fabric_examples/fablib_api/slices",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu",
"kthare10@email.unc.edu"
]
},
"renew_slice": {
"title": "Extending a Slice Reservation",
"description_short": "Extend a slice reservation for a longer period of time.",
"description_long": "",
"location": "fabric_examples/fablib_api/renew_slice",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu",
"kthare10@email.unc.edu"
]
},
"save_and_load": {
"title": "Save/Load Slices",
"description_short": "Save an experimental topology and load it at a later time.",
"description_long": "",
"location": "fabric_examples/fablib_api/save_and_load",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"ssh_keys": {
"title": "Add/Remove SSH Keys",
"description_short": "Add/Remove SSH Keys to VMs in your slice.",
"description_long": "",
"location": "fabric_examples/fablib_api/ssh_keys",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"slice_sharing": {
"title": "Share Slices",
"description_short": "Collaborative Slice Access between project members.",
"description_long": "",
"location": "fabric_examples/fablib_api/slice_sharing",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"modify_slice": {
"title": "Modifying Slices",
"description_short": "Modify an existing slice by adding/removing resources.",
"description_long": "",
"location": "fabric_examples/fablib_api/modify_slice",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"customizing_nodes": {
"title": "Customizing Nodes",
"description_short": "Set node properties (site, image, cores, ram, disk, etc.).",
"description_long": "",
"location": "fabric_examples/fablib_api/customizing_nodes",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"ssh_to_nodes": {
"title": "Execute Commands on Nodes",
"description_short": "Show how to remotely log into a running FABRIC node.",
"description_long": "",
"location": "fabric_examples/fablib_api/ssh_to_nodes",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"ssh_tunnels": {
"title": "SSH Tunnels",
"description_short": "Create SSH tunnels from your local machine (i.e., your laptop) to FABRIC Nodes.",
"description_long": "",
"location": "fabric_examples/fablib_api/ssh_tunnels",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"local_disk": {
"title": "Local Disk",
"description_short": "Create a node with a custom local disk size.",
"description_long": "",
"location": "fabric_examples/fablib_api/local_disk",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"basic_nvme_devices": {
"title": "NVMe Devices",
"description_short": "Create a node with an NVMe device.",
"description_long": "",
"location": "fabric_examples/fablib_api/basic_nvme_devices",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"persistent_storage": {
"title": "Persistent Storage",
"description_short": "Connect to your project's persistent storage volume.",
"description_long": "",
"location": "fabric_examples/fablib_api/persistent_storage",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"fabric_all_gpus": {
"title": "All FABRIC GPUs: Tesla T4, RTX6000, A30, A40",
"description_short": "Create a node with any GPU type.",
"description_long": "",
"location": "fabric_examples/fablib_api/fabric_all_gpus",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"create_l3network_fabnet_ipv4": {
"title": "FABNet IPv4 (Layer 3)",
"description_short": "Connect to FABRIC's IPv4 internet",
"description_long": "Connect to FABRIC's IPv4 internet with three configuration options - auto, manual or user defined.",
"location": "fabric_examples/fablib_api/create_l3network_fabnet_ipv4",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"create_l3network_fabnet_ipv4_ext": {
"title": "FABNet IPv4 Ext (Layer 3)",
"description_short": "Connect to FABRIC's IPv4 internet with external access",
"description_long": "",
"location": "fabric_examples/fablib_api/create_l3network_fabnet_ipv4ext_manual",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"create_l3network_fabnet_ipv6": {
"title": "FABNet IPv6 (Layer 3)",
"description_short": "Connect to FABRIC's IPv6 internet",
"description_long": "Connect to FABRIC's IPv6 internet with three configuration options - auto, manual or user defined",
"location": "fabric_examples/fablib_api/create_l3network_fabnet_ipv6",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"create_l3network_fabnet_ipv6_ext": {
"title": "FABNet IPv6 Ext (Layer 3)",
"description_short": "Connect to FABRIC's IPv6 internet with external access",
"description_long": "",
"location": "fabric_examples/fablib_api/create_l3network_fabnet_ipv6ext_manual",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"create_l2network_basic": {
"title": "Local Ethernet (Layer 2)",
"description_short": "Create a private local Ethernet network on a FABRIC site",
"description_long": "Create a private local Ethernet network on a FABRIC site with three configuration options - auto, manual or user defined",
"location": "fabric_examples/fablib_api/create_l2network_basic",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"create_l2network_wide_area": {
"title": "Wide Area Link (Layer 2) - auto, manual, ERO or user defined",
"description_short": "Create a private WAN Ethernet link between FABRIC sites",
"description_long": "Create a private WAN Ethernet link between FABRIC sites with three configuration options - auto, manual, explicit route options(ERO) or user defined",
"location": "fabric_examples/fablib_api/create_l2network_wide_area",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"create_port_mirror": {
"title": "Port Mirroring",
"description_short": "Listen in on traffic in FABRIC dataplane using PortMirror service",
"description_long": "Listen in on traffic in FABRIC dataplane using PortMirror service - Infrastructure Port Mirroring or InSlice Port Mirroring",
"location": "fabric_examples/fablib_api/create_port_mirror",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"sub_interfaces": {
"title": "Sub Interfaces",
"description_short": "Create VLAN-tagged sub-interfaces for Smart NICs, enabling multiple Network Services connections.",
"description_long": "",
"location": "fabric_examples/fablib_api/sub_interfaces",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"fabric_fpgas": {
"title": "Provision a single FPGA and/or configure it using ESnet workflow",
"description_short": "Provision a single FPGA and/or configure it using ESnet workflow.",
"description_long": "",
"location": "fabric_examples/fablib_api/fabric_fpgas",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"upload_and_execute": {
"title": "Upload and Execute Scripts",
"description_short": "Upload a script and execute it.",
"description_long": "",
"location": "fabric_examples/fablib_api/upload_and_execute",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"parallel_config": {
"title": "Parallel Experiment Configuration",
"description_short": "Use threads to configure experiments in parallel.",
"description_long": "",
"location": "fabric_examples/fablib_api/parallel_config",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"post_boot_tasks": {
"title": "Post Boot Tasks",
"description_short": "Define post boot tasks with or without templates to upload files and execute commands.",
"description_long": "",
"location": "fabric_examples/fablib_api/post_boot_tasks",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"docker_containers": {
"title": "Deploy Docker Containers",
"description_short": "Docker",
"description_long": "",
"location": "fabric_examples/fablib_api/docker_containers",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"add_keys_into_slice": {
"title": "Adding other user's keys into slice",
"description_short": "Add new keys on submit or add later via POA (Perform Operational Action).",
"description_long": "",
"location": "fabric_examples/fablib_api/other_ssh_keys",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"FRRouting": {
"title": "FRRouting OSPF",
"description_short": "Example of deploying OSPF across a wide-area using FRRouting (similar to Quagga).",
"description_long": "",
"location": "fabric_examples/complex_recipes/FRRouting",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"openvswitch": {
"title": "OpenVSwitch",
"description_short": "Example of deploying OpenVSwitch in a node.",
"description_long": "",
"location": "fabric_examples/complex_recipes/openvswitch",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"iperf3": {
"title": "iPerf3",
"description_short": "Test bandwidth across your FABRIC slice.",
"description_long": "Test bandwidth across your FABRIC slice. Apply CPU Pinning and Numa tuning with NIC_Basic or Smart NICs and test bandwidth across your FABRIC slice.",
"location": "fabric_examples/complex_recipes/iPerf3",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu",
"kthare10@email.unc.edu"
]
},
"dpdk_smart_nic": {
"title": "DPDK and Pktgen with Smart NICs",
"description_short": "Program your smart nics with DPDK.",
"description_long": "",
"location": "fabric_examples/complex_recipes/networking/programmable_networking/dpdk_smart_nic",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kthare10@email.unc.edu"
]
},
"peering_client": {
"title": "Peering Client",
"description_short": "Setting up a PEERING client on FABRIC",
"description_long": "",
"location": "fabric_examples/complex_recipes/networking/peering_client",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"lom2019@ufmg.br",
"kthare10@email.unc.edu"
]
},
"grafana_prometheus_servers": {
"title": "Measuring and Visualizing with Grafana and Prometheus",
"description_short": "Deploy a Grafana/Prometheus services on a FABIRC node using Docker. Create a slice that can be monitored by a Grafana/Prometheus server.",
"description_long": "",
"location": "fabric_examples/complex_recipes/grafana_prometheus_servers",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"kubernetes": {
"title": "Kubernetes Cluster",
"description_short": "Create a private Kubernetes cluster on FABRIC resources.",
"description_long": "",
"location": "fabric_examples/complex_recipes/kubernetes",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"tailscale": {
"title": "Tailscale Mesh VPN",
"description_short": "Create a private mesh VPN with [Tailscale](http://tailscale.com) to accesss and manage your slice.",
"description_long": "",
"location": "fabric_examples/complex_recipes/tailscale",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"p4_labs_bmv2": {
"title": "P4 Labs (BMv2)",
"description_short": "Lab series on P4 programmable switches using the Behavioral Model (BMv2).",
"description_long": "",
"location": "fabric_examples/complex_recipes/p4_labs_bmv2",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"ekfoury@email.sc.edu"
]
},
"public_demos": {
"title": "Demos and Tutorials",
"description_short": "Files for live demos and examples.",
"description_long": "",
"location": "fabric_examples/public_demos",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu",
"kthare10@email.unc.edu"
]
},
"Chameleon_Facility_Port": {
"title": "Chameleon Facility Ports",
"description_short": "Create slices spanning Chameleon and FABRIC via Layer 2 or Layer 3",
"description_long": "",
"location": "fabric_examples/complex_recipes/Chameleon_Facility_Port",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"pruth@email.unc.edu"
]
},
"Cloudlab_Facility_Port": {
"title": "CloudLab Facility Ports",
"description_short": "Create slices spanning Cloud Lab and FABRIC via Layer 2",
"description_long": "",
"location": "fabric_examples/complex_recipes/Cloudlab_Facility_Port",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"kissel@es.net"
]
},
"owl": {
"title": "One-Way Latency (OWL) Measurements",
"description_short": "Example for setting up One-Way Latency (OWL) Measurements.",
"description_long": "",
"location": "./fabric_examples/complex_recipes/owl",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"mami.hayashida@uky.edu"
]
},
"mflib": {
"title": "Monitoring with MFLib Examples",
"description_short": "Examples for setting up automated monitoring in your slice.",
"description_long": "",
"location": "fabric_examples/mflib",
"tags": ["fabric", "example"],
"visibility": "public",
"authors":[
"hussam.nasir@uky.edu",
"charles.s.carpenter@uky.edu",
"yongwook.song@uky.edu",
"mami.hayashida@uky.edu",
"pinyi.shi@uky.edu"
]
}
}