...
Code Block |
---|
{ "port":8080, "rfc8040":true, "nbrestconf":false, "trustAll":true, "remoteOdlMap":[ { "id":"odl1", "web":"http://172.18.0.3:8181", "ws":"ws://172.18.0.3:8181/websocket", "primary":true } ] } |
parameter | description | default value |
---|---|---|
port | listening port | 8080 |
rfc8040 | flag for rfc8040 restconf interface enabled | true |
nbrestconf | flag for nb restconf interface enabled | false |
trustAll | allow insecure https certificates southbound | false |
remoteOdlMap | southbound opendaylight instances to connect to | [] |
Possible Improvements
- merge SDNCs topologies which are requested southbound to one overall topology northbound (e.g. for topology-netconf)
...