commit | 531fb4844af94d061384a5e0186fb0824cd48b8f | [log] [tgz] |
---|---|---|
author | Daniel Park <dan.park@sk.com> | Sat Jul 02 14:21:31 2016 +0900 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Jul 20 19:18:00 2016 +0000 |
tree | 302204b737a7789a5cc8a45fde0a12c56a0bb9f0 | |
parent | 66c2d1f9e817aa710a6f236883656f29e7521a33 [diff] |
[ONOS-4797] Implement the Driver for handling Arista switch Arista switch with its recent network OS, EOS, supports remote configuration & control. The protocol for this is Arista's proprietary but REST style. Since ONOS has already REST southbound protocol, the control of Arista switch can be easily done by using this. - Implemnted driver Loader for Arista switch - Implemented DeviceDescriptionDiscovery for Arista switch - [Deleted] Implemented the method sending post to Arista switch and return the result as a String Change-Id: I9d4b8f0d707361949ff530ff414adb0437ae87d9
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.