Versions Compared

Key

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

...

ONOSCluster takes an ipBase option; default is 192.168.123.0/24

Can I ssh into the ONOS cluster?

Not directly with this version of onos.py, since the nodes are not running ssh by default. However, you can attach to it using mininet/util/m:

~/mininet/util/mn 192.168.123.1

How can I connect to the ONOS console?

Make sure karaf's bin directory  directory is in your path, then:

client -h 192.168.123.1   # or the address of the ONOS node you wish to connect to  

How can I connect to the karaf console using using ssh?

ssh -p 8101 karaf@192.168.123.1

...

We hope to make it easier and more automatic in the future.

Can I ssh into the ONOS cluster?

Not directly with this version of onos.py, since the nodes are not running ssh by default. However, you can attach to it using mininet/util/m:

~/mininet/util/mn 192.168.123.1

Can I use the onos-* scripts from tools/test/bin with this environment?

No, but you should not need to use them for the most part.