Versions Compared

Key

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

...

mci is an alias for maven clean install. Now that your project has successfully built your project let's push it up to the docker instances containers we launched configured earlier. 

Code Block
distributed@mininet-vm:~/onos-byon$ ./byon-push-bits
Pushing byon to 17210.170.03.211
Pushing byon to 172.1710.0.3.12
Pushing byon to 17210.170.03.413

The byon-push-bits command will take the build bundles from your local maven repository and push them into the ONOS docker instances. The command will also load and start the bundles, in fact every time you update your code you simply need to run byon-push-bits and the new bundles will be loaded and started in the remote ONOS instances.

...