Documentation ¶
Overview ¶
Package main of cmd/onos-config-manager is the main entry point to the system.
It connects to devices through a Southbound gNMI interface and gives a gNMI interface northbound for other systems to connect to, and an Admin service through gRPC
Arguments ¶
-configStore <the location of a Configuration store> (stores/configStore-sample.json by default)
-changeStore <the location of a Change store> (stores/changeStore-sample.json by default)
-deviceStore <the location of a TopoCache store> (stores/deviceStore-sample.json by default)
-networkStore <the location of a Network store> (stores/networkStore-sample.json by default)
-caPath <the location of a CA certificate>
-keyPath <the location of a client private key>
-certPath <the location of a client certificate>
See ../../docs/run.md for how to run the application.