-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathescape-un.config
More file actions
50 lines (50 loc) · 1.1 KB
/
escape-un.config
File metadata and controls
50 lines (50 loc) · 1.1 KB
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
{
"service": {},
"orchestration": {
"Sl-Or": {
"virtualizer_type": "GLOBAL"
}
},
"adaptation": {
"CLEAR-DOMAINS-AFTER-SHUTDOWN": true,
"MANAGERS": [
"UN1_Nfpa",
"UN2_L2fwd"
],
"UN1_Nfpa": {
"module": "escape.adapt.managers",
"class": "UnifyDomainManager",
"domain_name": "UN1_Nfpa",
"diff": true,
"poll": false,
"adapters": {
"REMOTE": {
"module": "escape.adapt.adapters",
"class": "UnifyRESTAdapter",
"prefix": "/2",
"url": "http://192.168.0.141:1002"
}
}
},
"UN2_L2fwd": {
"module": "escape.adapt.managers",
"class": "UnifyDomainManager",
"domain_name": "UN2_L2fwd",
"diff": true,
"poll": false,
"adapters": {
"REMOTE": {
"module": "escape.adapt.adapters",
"class": "UnifyRESTAdapter",
"prefix": "/2",
"url": "http://192.168.0.142:1002"
}
}
}
},
"infrastructure": {},
"visualization": {
"url": "http://192.168.1.206:2222",
"rpc": "/notification"
}
}