blob: f445de5c01b70fbf0bfe428f417910b7d56ca2e2 [file] [log] [blame]
fra2f2359d2016-09-05 14:04:05 +02001{
2 "ports" : {
3 "of:0000000000000001/3" : {
4 "linkDiscovery" : {
5 "enabled" : "false"
6 }
7 }
8 },
9
10 "apps" : {
11 "org.onosproject.icona.domainmgr" : {
12 "domains" : {
13 "localDomain" : "domA",
14 "remoteDomains" : [
15 {
16 "domainId" : "domB",
17 "interlinkPorts" : [
18 {
19 "id" : "il:00000001",
20 "deviceId" : "of:0000000000000001",
21 "portNumber" : "3",
22 "type" : "INDIRECT"
23 }
24 ]
25 }
26 ]
27 }
28 },
29
30 "org.onosproject.icona.southbound.p2p" : {
31 "endPoints" : {
32 "localDomain" : "domA",
33 "listenPort" : "8181",
34 "topics" : [
35 "icona-domains-topic-one"
36 ],
37 "peers" :
38 [
39 {
40 "domainId" : "domB",
41 "clusterIps" : [
42 "192.168.102.10",
43 "192.168.102.11",
44 "192.168.102.12"
45 ],
46 "listenPort" : "8181",
47 "uername" : "fraluc",
48 "password" : "rocks",
49 "topic" : "icona-domains-topic-one"
50 }
51
52 ]
53 }
54 }
55 }
56}