Experimental onos appliance

This commit is contained in:
Julien Duponchelle 2017-03-28 19:19:09 +02:00
parent f500df6754
commit d0ce677374
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

18
appliances/onos.gns3a Normal file
View File

@ -0,0 +1,18 @@
{
"name": "Onos",
"category": "multilayer_switch",
"description": "The Open Network Operating System (ONOS) is a software defined networking (SDN) OS for service providers that has scalability, high availability, high performance and abstractions to make it easy to create apps and services. The platform is based on a solid architecture and has quickly matured to be feature rich and production ready. The community has grown to include over 50 partners and collaborators that contribute to all aspects of the project including interesting use cases such as CORD",
"vendor_name": "Onos",
"vendor_url": "http://onosproject.org/",
"product_url": "http://onosproject.org/",
"documentation_url": "https://wiki.onosproject.org",
"product_name": "Onos",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"docker": {
"adapters": 1,
"image": "onosproject/onos:latest"
}
}