commit | 1f14555ea10148666f7d1282708664469f6731e0 | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun.moon@gmail.com> | Thu Oct 08 22:25:30 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Oct 15 17:48:13 2015 +0000 |
tree | fe1cb37823e1725109074925c57d3b7c2b481d0f | |
parent | f49b22c74587a4dff5672c44d027ce42785afa49 [diff] |
CORD-151 Implement initial compute node setup Followings are changed - Changed nodeStore from eventually consistent map to consistent map - Removed ovsdb connection management(ovsdb controller has connection status) - Not only one leader but all onos instances make ovsdb session Following jobs are done - Reads compute node and ovsdb access info from network config - Initiates ovsdb connection to the nodes - Creates integration bridge on each ovsdbs - Creates vxlan tunnel port on each integration bridges Change-Id: I8df4061fcb1eae9b0abd545b7a3f540be50607a9
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.