much faster rebuild of docker image

Change-Id: Icd2f8462e301c219a625897f0f7cfb85094f6c04
1 file changed
tree: 29b2d2b2aa0f747cd8b78452e535bf29f17629b5
  1. .buckconfig
  2. .dockerignore
  3. .gitignore
  4. .gitmodules
  5. .gitreview
  6. BUCK
  7. Dockerfile
  8. Dockerfile.prebuilt
  9. Jenkinsfile
  10. LICENSE.txt
  11. README.md
  12. apps/
  13. buck-tools/
  14. bucklets/
  15. cli/
  16. core/
  17. docs/
  18. drivers/
  19. features/
  20. incubator/
  21. lib/
  22. models/
  23. modules.defs
  24. mwc-bpr-docker.sh
  25. mwc-fabric-restart.sh
  26. mwc-provision-dev.sh
  27. mwc-provision.sh
  28. mwc.defs
  29. onos.defs
  30. p4-pod-configs/
  31. pipelines/
  32. pom.xml
  33. protocols/
  34. providers/
  35. tmuxp/
  36. tools/
  37. utils/
  38. web/
README.md

ONOS : Open Network Operating System

What is ONOS?

ONOS is a new SDN network operating system designed for high availability, performance, scale-out.

Top-Level Features

  • High availability through clustering and distributed state management.
  • Scalability through clustering and sharding of network device control.
  • Performance that is good for a first release, and which has an architecture that will continue to support improvements.
  • Northbound abstractions for a global network view, network graph, and application intents.
  • Pluggable southbound for support of OpenFlow and new or legacy protocols.
  • Graphical user interface to view multi-layer topologies and inspect elements of the topology.
  • REST API for access to Northbound abstractions as well as CLI commands.
  • CLI for debugging.
  • Support for both proactive and reactive flow setup.
  • SDN-IP application to support interworking with traditional IP networks controlled by distributed routing protocols such as BGP.
  • IP-Optical use case demonstration.

Checkout our website and our tools