-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathedge_init.xml
77 lines (77 loc) · 2.12 KB
/
edge_init.xml
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
<config xmlns="http://tail-f.com/ns/config/1.0">
<devices xmlns="http://tail-f.com/ns/ncs">
<device>
<name>edge0</name>
<config>
<edge xmlns="http://tail-f.com/ns/cleu24/tecops-2665/edge">
<content>
<content-id>Blade Runner</content-id>
</content>
<content>
<content-id>Die Hard</content-id>
</content>
<content>
<content-id>Pulp Fiction</content-id>
</content>
<content>
<content-id>The Dark Knight</content-id>
</content>
</edge>
</config>
</device>
<device>
<name>edge1</name>
<config>
<edge xmlns="http://tail-f.com/ns/cleu24/tecops-2665/edge">
<content>
<content-id>Alien</content-id>
</content>
<content>
<content-id>Die Hard</content-id>
</content>
<content>
<content-id>Pulp Fiction</content-id>
</content>
</edge>
</config>
</device>
<device>
<name>edge2</name>
<config>
<edge xmlns="http://tail-f.com/ns/cleu24/tecops-2665/edge">
<content>
<content-id>Don't Look Up</content-id>
</content>
<content>
<content-id>Ghostbusters</content-id>
</content>
<content>
<content-id>The Matrix</content-id>
</content>
<content>
<content-id>Terminator 2: Judgement Day</content-id>
</content>
</edge>
</config>
</device>
<device>
<name>edge3</name>
<config>
<edge xmlns="http://tail-f.com/ns/cleu24/tecops-2665/edge">
<content>
<content-id>The Matrix</content-id>
</content>
<content>
<content-id>Terminator 2: Judgement Day</content-id>
</content>
<content>
<content-id>Some Like it Hot</content-id>
</content>
<content>
<content-id>Apollo 13</content-id>
</content>
</edge>
</config>
</device>
</devices>
</config>