Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If 1 is met, the onos-push-keys  utility can be used to transfer one's public keys to targets. This requires that the keys have been generated prior to using the utility. Additionally, the ONOS_FEATURES variable should be set to the list of modules Karaf should start up:

Code Block
languagetext
$ export ONOS_FEATURES="webconsole,onos-api,onos-core,onos-cli,onos-openflow,onos-app-fwd,onos-app-mobility,onos-app-tvue"

 

Deployment

Running onos-package produces a self-contained tar archive.

...