Added the ability to set the OF controller by the OVSDB Manager
authorBrent Salisbury <brent.salisbury@gmail.com>
Thu, 17 Oct 2013 02:31:21 +0000 (22:31 -0400)
committerBrent Salisbury <brent.salisbury@gmail.com>
Thu, 17 Oct 2013 02:31:21 +0000 (22:31 -0400)
commit9ae7a16dbf8c18c2b0cf322e9f9bc47fd7bfc62c
tree048796562275c82a4040e668f08cdf903d38d606
parente9f4873a1bfae95a11bf3e6fd38a8631c90c529d
Added the ability to set the OF controller by the OVSDB Manager

Adds controller:ip:port to the Controller table, bridge row with the column target and the bridge UUID to the controller column in the Bridge table. This is for basic functionality and testing while the jsonrpc4j library is being replaced with Netty in another branch.

Signed-off-by: Brent Salisbury <brent.salisbury@gmail.com>
ovsdb/src/main/java/org/opendaylight/ovsdb/internal/ConfigurationService.java
ovsdb/src/test/java/org/opendaylight/ovsdb/OvsdbTestSetOFControler.java [new file with mode: 0644]