X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=resources%2Fcommons%2FREADME;h=5ec8949609d398eb634c4db4021f92800e0b26bd;hb=refs%2Fchanges%2F77%2F92077%2F4;hp=0e34991087dd6a6e1b9aa644f1b300a78f2f609d;hpb=868fc7f7ef0222e05b06ec383d573695721f0dd1;p=netvirt.git diff --git a/resources/commons/README b/resources/commons/README index 0e34991087..5ec8949609 100644 --- a/resources/commons/README +++ b/resources/commons/README @@ -5,14 +5,38 @@ administrators working on ovsdb project in general. Contents -------- -1. localhost.json.postman_environment : Environment that associates address and port to localhost:8080 in templates for the collections below. +- localhost.json.postman_environment : Environment that associates address and port to localhost:8080 in templates for the collections below. -2. Mininet_Demo_OVSDB_OF.json.postman_collection : Collection of REST-APIs used in the Mininet demo (http://www.youtube.com/watch?v=8iWhMVlflwE) +- Mininet_Demo_OVSDB_OF.json.postman_collection : Collection of REST-APIs used in the Mininet demo (http://www.youtube.com/watch?v=8iWhMVlflwE) -3. OVSDB_Northbound_APIs.json.postman_collection : Collection of REST-APIs detailing on all the ovsdb.northbound APIs. +- Neutron-v2.0-LBaaS-API-Examples_July15.json.postman_collection.txt : Collection of REST-APIs to interact with LBaas pool/pool member/loadbalancer. -4. OVSDB_Southbound.postman_collection : Collection of RESTCONF APIs for using the OVSDB MD-SAL Southbound +- showOvsdbMdsal.py : Dumps mdsal related info from running ODL that is related to ovsdb and netvirt. Use 'showOvsdbMdsal.py -h' for usage -5. Neutron-v2.0-LBaaS-API-Examples_July15.json.postman_collection.txt : Collection of REST-APIs to interact with LBaas pool/pool member/loadbalancer. +- ODL-Clustering.json.postman_collection : Collection contains Restconf request to fetch clustering service related data to check the state of 3 node cluster and inventory/topology shards. + - Please import and load 3-Node-Cluster-Setup-Environment-Variables.postman_environment file, because Restconf request present in this collection depends on the variable defined in this collection. + +- Ovsdb-Southbound-Collection-for-Single-Node-Cluster.json.postman_collection : Collection contains Restconf request for doing CRUD operations (connection, bridge, termination point) on southbound plugin running in standalone controller. + - Please import and load Single-Node-Cluster-Setup-Environment-Variables.postman_environment file, because Restconf request present in this collection depends on the variable defined in this collection. + +- Ovsdb-Southbound-Collection-for-3-Node-Cluster.json.postman_collection : + - Please import and load 3-Node-Cluster-Setup-Environment-Variables.postman_environment file, because Restconf request present in this collection depends on the variable defined in this collection. + + +- Single-Node-Cluster-Setup-Environment-Variables.postman_environment : Postman environment file that defines variables for Restconf request for southbound plugin running in Single controller instance + +- 3-Node-Cluster-Setup-Environment-Variables.postman_environment : Postman environment file that defines variables for Restconf request for southbound plugin running in 3 node cluster environment + +- Ovsdb-HwvtepSouthbound-Collection.json.postman_collection : Collection contains Restconf request for doing CRUD operations (hwvtep global node, physical switch, logical switch, physical locator, and physical port) on hwvtepsouthbound plugin running in standalone controller. + +- Qos-and-Queue-Collection-Environment-Variables.postman_environment : Postman environment file that defines variables used by the Qos-and-Queue-Collection.json.postman_collection + +- Qos-and-Queue-Collection.json.postman_collection - Collection of Postman Restconf commands for doing CRUD operations on Qos and Queue entries. + +- readable_flows.py : script for formatting ovs-ofctl dump-flows output into a more readable format. Run w/ -h for help + +- pplogs.py : script for reformatting serialized nested objects in OpenDaylight log lines. Run w/ -h for help + +- VPN-Service-NetVirt.postman_collection.json : restconf requests to get datapath id's and create transport zone. + - Make sure to update the dpn-id's, portnames and ip-addresses for your VTEPs in "Create TZA" -6. showOvsdbMdsal.py : Dumps mdsal related info from running ODL that is related to ovsdb and netvirt. Use 'showOvsdbMdsal.py -h' for usage