This group is locked. No changes can be made to the group while it is locked.
Change in json to connect with southbound
Edward Warnicke <hagbard@...>
Guys, Yesterday, in order to more cleanly capture both the remote/local IP of a connection, we shifted to putting that stuff under a container called ConnectionInfo in the ovsdb-node. As a result, the json to connect changed from: { "network-topology:node": [ { "node-id": "ovsdb:/127.0.0.1: 16640", "connection-info": { "ovsdb:remote-port": 16640, "ovsdb:remote-ip": "127.0.0.1" } } ] } to { "network-topology:node": [ { "node-id": "ovsdb://10.10.10.10:16640", "connection-info": { "ovsdb:remote-port": 16640, "ovsdb:remote-ip": "127.0.0.1" } } ] } Note the new enclosing connection-info. Since there was some confusion, wanted to let folks know :) (P.S. this should already be fixed in the POSTMAN in the repo :) ).
|
|