commit | 8539b04b0b1991bd5ebecdf7d4c30c5e4d4a76fc | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun.moon@gmail.com> | Sat Nov 07 22:08:43 2015 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Nov 20 20:56:48 2015 +0000 |
tree | 4ef2b9e93cd1dc3be6c8dd038cdcc5751c433d82 | |
parent | e1c343ed1fe2ceb5a23be6741940e30fff3a0d70 [diff] |
CORD-333 Minimized OVSDB provider dependency With this patch, cordvtn doesn't need to care for OVSDB connection state anymore. It will make a connection to OVSDB server like befor but just for node init and disconnect the OVSDB right after init is done. - Changed OvsdbNode to CordVtnNode - Removed OVSDB connect/disconnect and added initNode instead - Changed ovsdb* commands to cordvtn-node* command, and removed connect/disconnect command and added init instead - Fixed to remove OVSDB device from the system after node init or before making a connection to work around OVSDB device re-connect issue Change-Id: If69369a06526947122494b2f7e816e37aa931f2c
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.