-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathconfig.json
More file actions
78 lines (78 loc) · 4.53 KB
/
config.json
File metadata and controls
78 lines (78 loc) · 4.53 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
{
"modules": {
"moduleTimeoutSeconds": 180
},
"controller":{
"restoreDirectoryPath":"./clustered-datastore-restore-test",
"maxDataBrokerFutureCallbackQueueSize":2000,
"maxDataBrokerFutureCallbackPoolSize":20,
"metricCaptureEnabled":true,
"mailboxCapacity":2000,
"moduleShardsConfig": "module-shards.conf",
"modulesConfig": "modules.conf",
"domNotificationRouterConfig":{
"queueDepth":65536,
"spinTime":0,
"parkTime":0,
"unit":"MILLISECONDS"
},
"actorSystemConfig":{
"pekkoConfigPath":"singlenode/pekko-default.conf",
"factoryPekkoConfigPath":"singlenode/factory-pekko.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": "ietf-yang-types", "revision": "2013-07-15", "nameSpace": "urn:ietf:params:xml:ns:yang:ietf-yang-types"},
{ "usedBy": "CONTROLLER", "name": "iana-if-type", "revision": "2023-01-26", "nameSpace": "urn:ietf:params:xml:ns:yang:iana-if-type"},
{ "usedBy": "CONTROLLER", "name": "odl-entity-owners", "nameSpace": "urn:opendaylight:params:xml:ns:yang:controller:entity-owners"},
{ "usedBy": "CONTROLLER", "name": "opendaylight-l2-types", "revision": "2013-08-27", "nameSpace": "urn:opendaylight:l2:types"},
{ "usedBy": "CONTROLLER", "name": "distributed-datastore-provider", "revision": "2025-01-30", "nameSpace": "urn:opendaylight:params:xml:ns:yang:controller:config:distributed-datastore-provider"},
{ "usedBy": "CONTROLLER", "name": "cluster-admin", "revision": "2025-01-31", "nameSpace": "urn:opendaylight:params:xml:ns:yang:controller:md:sal:cluster:admin"},
{ "usedBy": "CONTROLLER", "name":"ietf-interfaces", "revision":"2018-02-20", "nameSpace":"urn:ietf:params:xml:ns:yang:ietf-interfaces"},
{ "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": "RESTCONF", "name": "ietf-restconf-monitoring", "revision": "2017-01-26", "nameSpace": "urn:ietf:params:xml:ns:yang:ietf-restconf-monitoring"},
{ "usedBy": "RESTCONF/NETCONF", "name": "ietf-yang-library", "revision": "2019-01-04", "nameSpace": "urn:ietf:params:xml:ns:yang:ietf-yang-library"},
{ "usedBy": "NETCONF", "name": "netconf-keystore", "revision": "2024-07-08", "nameSpace": "urn:opendaylight:netconf:keystore"},
{ "usedBy": "NETCONF", "name": "netconf-node-topology", "revision": "2025-12-05", "nameSpace": "urn:opendaylight:netconf-node-topology"},
{ "usedBy": "NETCONF", "name":"ietf-netconf", "revision":"2011-06-01", "nameSpace":"urn:ietf:params:xml:ns:netconf:base:1.0"},
{ "usedBy": "AAA", "name": "aaa", "revision": "2016-12-14", "nameSpace": "urn:opendaylight:params:xml:ns:yang:aaa"},
{ "usedBy": "AAA", "name": "aaa-cert-mdsal", "revision":"2016-03-21", "nameSpace":"urn:opendaylight:yang:aaa:cert:mdsal"},
{ "usedBy": "AAA", "name": "aaa-encrypt-service-config", "revision": "2024-02-02", "nameSpace": "config:aaa:authn:encrypt:service:config"}
]
}
},
"restconf":{
"inetAddress":"0.0.0.1",
"httpPort":8181,
"restconfServletContextPath":"/rests"
},
"lighty-server" : {
"useHttps": false,
"useHttp2": true,
"keyStorePassword":"keystore",
"keyStoreType":"JKS",
"keyStoreFilePath":"src/test/resources/keystore/KeyStore.jks"
},
"netconf-northbound":{
"connectionTimeout":20000,
"monitoringUpdateInterval":6,
"netconfNorthboundTcpServerBindingAddress":"0.0.0.0",
"netconfNorthboundTcpServerPortNumber":"2831",
"netconfNorthboundSshServerBindingAddress":"0.0.0.0",
"netconfNorthboundSshServerPortNumber":"2830",
"userCredentials":{
"admin":"admin"
}
},
"netconf":{
"topologyId":"topology-netconf-test"
},
"aaa": {
"enableAAA": false,
"moonEndpointPath" : "/moon",
"dbPassword" : "bar",
"dbUsername" : "foo"
}
}