-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathescape-etsi.config
More file actions
110 lines (110 loc) · 2.48 KB
/
escape-etsi.config
File metadata and controls
110 lines (110 loc) · 2.48 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
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
{
"service": {},
"orchestration": {
"Sl-Or": {
}
},
"adaptation": {
"CLEAR-DOMAINS-AFTER-SHUTDOWN": true,
"MANAGERS": [
"MININET",
"OPENSTACK",
"SDN",
"DOCKER-1",
"DOCKER-2",
"RYU"
],
"MININET": {
"module": "escape.adapt.managers",
"class": "RemoteESCAPEDomainManager",
"poll": false,
"diff": true,
"adapters": {
"REMOTE": {
"module": "escape.adapt.adapters",
"class": "RemoteESCAPEv2RESTAdapter",
"url": "http://192.168.0.111:8888",
"prefix": "escape",
"unify_interface": true
}
}
},
"OPENSTACK": {
"poll": false,
"diff": true,
"adapters": {
"REMOTE": {
"timeout": 10,
"prefix": "virtualizer",
"url": "http://192.168.0.106:8888"
}
}
},
"DOCKER-1": {
"module": "escape.adapt.managers",
"class": "UnifyDomainManager",
"domain_name": "DOCKER-1",
"diff": true,
"poll": false,
"adapters": {
"REMOTE": {
"module": "escape.adapt.adapters",
"class": "UnifyRESTAdapter",
"prefix": "/",
"url": "http://192.168.0.123:8888"
}
}
},
"DOCKER-2": {
"module": "escape.adapt.managers",
"class": "UnifyDomainManager",
"domain_name": "DOCKER-2",
"diff": true,
"poll": false,
"adapters": {
"REMOTE": {
"module": "escape.adapt.adapters",
"class": "UnifyRESTAdapter",
"prefix": "/",
"url": "http://192.168.0.122:8888"
}
}
},
"RYU": {
"module": "escape.adapt.managers",
"class": "UnifyDomainManager",
"domain_name": "RYU",
"diff": true,
"poll": false,
"adapters": {
"REMOTE": {
"module": "escape.adapt.adapters",
"class": "UnifyRESTAdapter",
"prefix": "ro/ryu",
"url": "http://192.168.0.111:2222"
}
}
},
"SDN": {
"adapters": {
"CONTROLLER": {
"address": "192.168.0.100",
"port": 6633,
"keepalive": false,
"binding": {
"MT1": "0x1e48d8c346a83",
"MT2": "0x14c5e0c376fc6"
}
},
"TOPOLOGY": {
"path": "examples/etsi-sdn-topo.nffg"
}
}
}
},
"infrastructure": {},
"visualization": {
"url": "http://192.168.1.206:2222",
"rpc": "/notification"
}
}