From: Vishal Thapar Date: Wed, 25 Nov 2015 14:30:30 +0000 (+0530) Subject: yang changes, PhysicalLocator and UcastMacsRemote X-Git-Tag: release/beryllium-sr2~253 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f1ed39a6ae3acfa2d318c17604b3efc186ec6d06;hp=4b64f17fb65cef9ea62c54d44ba0cce668207727;p=netvirt.git yang changes, PhysicalLocator and UcastMacsRemote 1. Added PhysicalLocator and UCastMacsRemote Update code. 2. Yang: Modified logical-switch-ref to correct type based on recent changes 3. Yang: Moved all mac attributes to Global node from PhysicalSwitch. Change-Id: I1a51ea9a4423144892488d9de6d01e7b5271d18b Signed-off-by: Vishal Thapar --- diff --git a/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection b/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection index 7c98745706..45fd82f5f1 100755 --- a/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection +++ b/resources/commons/Ovsdb-HwvtepSouthbound-Collection.json.postman_collection @@ -181,7 +181,7 @@ "id":"ee151670-85a0-30ec-b22b-5defe7b66e0b", "name":"Get Config Hwvtep Topology", "description":"Fetch the config hwvtep topology from configuration data store.", - "url":"http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/hwvtep:1/", + "url":"http://{{controllerHost}}:8181/restconf/config/network-topology:network-topology/topology/hwvtep:1/", "method":"GET", "headers":"Authorization: Basic YWRtaW46YWRtaW4=\n", "data":"{\n \"network-topology:node\": [\n {\n \"node-id\": \"hwvtep://{{hwvtepNodeIp}}:6640\",\n \"connection-info\": {\n \"hwvtep:remote-port\": 6640,\n \"hwvtep:remote-ip\": \"{{hwvtepNodeIp}}\"\n }\n }\n ]\n}",