-
Notifications
You must be signed in to change notification settings - Fork 75
/
example_config.json
55 lines (55 loc) · 3.78 KB
/
example_config.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
{
"controller":{
"restoreDirectoryPath":"./clustered-datastore-restore",
"maxDataBrokerFutureCallbackQueueSize":1000,
"maxDataBrokerFutureCallbackPoolSize":10,
"metricCaptureEnabled":false,
"mailboxCapacity":1000,
"moduleShardsConfig": "configuration/initial/module-shards.conf",
"modulesConfig": "configuration/initial/modules.conf",
"domNotificationRouterConfig":{
"queueDepth":65536,
"spinTime":0,
"parkTime":0,
"unit":"MILLISECONDS"
},
"actorSystemConfig":{
"akkaConfigPath":"singlenode/akka-default.conf",
"factoryAkkaConfigPath":"singlenode/factory-akka-default.conf"
},
"schemaServiceConfig":{
"topLevelModels":[
{ "usedBy": "CONTROLLER", "name": "odl-general-entity", "revision": "2015-09-30", "nameSpace": "urn:opendaylight:params:xml:ns:yang:mdsal:core:general-entity"},
{ "usedBy": "CONTROLLER", "name": "odl-entity-owners", "nameSpace": "urn:opendaylight:params:xml:ns:yang:controller:entity-owners"},
{ "usedBy": "CONTROLLER", "name": "cluster-admin", "revision": "2015-10-13", "nameSpace": "urn:opendaylight:params:xml:ns:yang:controller:md:sal:cluster:admin"},
{ "usedBy": "CONTROLLER", "name": "opendaylight-l2-types", "revision": "2013-08-27", "nameSpace": "urn:opendaylight:l2:types"},
{ "usedBy": "CONTROLLER", "name": "distributed-datastore-provider", "revision": "2023-12-29", "nameSpace": "urn:opendaylight:params:xml:ns:yang:controller:config:distributed-datastore-provider"},
{ "usedBy": "CONTROLLER", "name": "ietf-interfaces", "revision": "2018-02-20", "nameSpace": "urn:ietf:params:xml:ns:yang:ietf-interfaces"},
{ "usedBy": "CONTROLLER", "name": "iana-if-type","revision": "2023-01-26", "nameSpace": "urn:ietf:params:xml:ns:yang:iana-if-type"},
{ "usedBy": "RESTCONF", "name": "ietf-yang-library", "revision": "2019-01-04", "nameSpace": "urn:ietf:params:xml:ns:yang:ietf-yang-library"},
{ "usedBy": "RESTCONF", "name": "ietf-restconf-monitoring", "revision": "2017-01-26", "nameSpace": "urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring"},
{ "usedBy": "RESTCONF", "name": "sal-remote-augment", "revision": "2023-11-03", "nameSpace": "urn:sal:restconf:event:subscription"},
{ "usedBy": "RESTCONF", "name": "ietf-restconf", "revision": "2017-01-26", "nameSpace": "urn:ietf:params:xml:ns:yang:ietf-restconf"},
{ "usedBy": "GNMI", "name": "gnmi-topology", "revision": "2021-03-16", "nameSpace": "urn:lighty:gnmi:topology"},
{ "usedBy": "GNMI", "name": "gnmi-yang-storage", "revision": "2021-03-31", "nameSpace": "urn:lighty:gnmi:yang:storage"},
{ "usedBy": "GNMI", "name": "gnmi-certificate-storage", "revision": "2021-05-04", "nameSpace": "urn:lighty:gnmi:certificate:storage"},
{ "usedBy": "GNMI", "name": "gnmi-force-capabilities", "revision": "2021-07-02", "nameSpace": "urn:lighty:gnmi:force:capabilities"}
]
}
},
"restconf":{
"inetAddress":"0.0.0.0",
"httpPort":8888,
"restconfServletContextPath":"/restconf"
},
"gnmi": {
"initialYangsPaths" : [
"../../lighty-models/openconfig-models/src/main/yang"
],
"initialYangModels" : [
{"name": "ietf-interfaces", "revision": "2018-02-20", "nameSpace": "urn:ietf:params:xml:ns:yang:ietf-interfaces"},
{"name": "iana-if-type", "revision": "2023-01-26", "nameSpace": "urn:ietf:params:xml:ns:yang:iana-if-type"},
{"name": "ietf-yang-types", "revision": "2013-07-15", "nameSpace": "urn:ietf:params:xml:ns:yang:ietf-yang-types"}
]
}
}