Move BGP examples to hc2vpp 28/7828/1
authorMarek Gradzki <mgradzki@cisco.com>
Thu, 27 Jul 2017 12:08:44 +0000 (14:08 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Fri, 28 Jul 2017 05:08:05 +0000 (05:08 +0000)
Change-Id: I3a77a35fb039acb1e0a138450883922e9a02683f
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
(cherry picked from commit 756ffae6576fe50c052950418627be4a1d21f996)

infra/northbound/bgp/bgp_postman_collection.json [deleted file]

diff --git a/infra/northbound/bgp/bgp_postman_collection.json b/infra/northbound/bgp/bgp_postman_collection.json
deleted file mode 100644 (file)
index 3129728..0000000
+++ /dev/null
@@ -1,283 +0,0 @@
-{
-       "id": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-       "name": "Honeycomb BGP RESTCONF calls",
-       "description": "Examples of BGP configration based on \nhttp://docs.opendaylight.org/en/stable-boron/user-guide/bgp-user-guide.html",
-       "order": [
-               "de49ba67-7f69-a866-62e1-3102b610a85b",
-               "f3f23ede-fa81-fab9-9668-55aa746dec67",
-               "5b4964f0-183d-33fb-fe85-c9720101ebda",
-               "07529ecd-4c19-b46e-b033-d98d390fda4c",
-               "fb3c78a8-0d4e-2cb6-fddd-8f42e0336f53",
-               "708b7662-c912-724d-6267-91b4ee6a95a1",
-               "db1e7d40-8dc8-be65-9467-22a39cde24eb",
-               "7dcba5fa-d007-7aab-b0b5-8d855dc3c2b9",
-               "a45a76ba-0d23-57b4-eaf5-0b660a7852b3",
-               "2a3057b5-3961-45cf-a8bb-b58e056fe1a5"
-       ],
-       "folders": [],
-       "timestamp": 1494477000331,
-       "owner": "567303",
-       "public": false,
-       "requests": [
-               {
-                       "id": "07529ecd-4c19-b46e-b033-d98d390fda4c",
-                       "headers": "Content-Type: application/xml\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
-                       "url": "http://localhost:8183/restconf/config/bgp-rib:application-rib/10.25.1.9/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/bgp-inet:ipv4-routes",
-                       "preRequestScript": null,
-                       "pathVariables": {},
-                       "method": "POST",
-                       "data": [],
-                       "dataMode": "raw",
-                       "tests": null,
-                       "currentHelper": "normal",
-                       "helperAttributes": {},
-                       "time": 1494502752142,
-                       "name": "add ipv4unicast route",
-                       "description": "",
-                       "collectionId": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-                       "responses": [],
-                       "rawModeData": "<ipv4-route xmlns=\"urn:opendaylight:params:xml:ns:yang:bgp-inet\">\n    <path-id>0</path-id>\n    <prefix>10.0.0.11/32</prefix>\n    <attributes>\n        <as-path></as-path>\n        <origin>\n            <value>igp</value>\n        </origin>\n        <local-pref>\n            <pref>100</pref>\n        </local-pref>\n        <ipv4-next-hop>\n            <global>10.11.1.1</global>\n        </ipv4-next-hop>\n    </attributes>\n</ipv4-route>"
-               },
-               {
-                       "id": "2a3057b5-3961-45cf-a8bb-b58e056fe1a5",
-                       "headers": "Content-Type: application/xml\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
-                       "headerData": [
-                               {
-                                       "key": "Content-Type",
-                                       "value": "application/xml",
-                                       "description": "",
-                                       "enabled": true
-                               },
-                               {
-                                       "key": "Authorization",
-                                       "value": "Basic YWRtaW46YWRtaW4=",
-                                       "description": "",
-                                       "enabled": true
-                               }
-                       ],
-                       "url": "http://localhost:8183/restconf/config/bgp-rib:application-rib/10.25.1.9/tables/bgp-types:ipv4-address-family/bgp-labeled-unicast:labeled-unicast-subsequent-address-family/bgp-labeled-unicast:labeled-unicast-routes",
-                       "queryParams": [],
-                       "preRequestScript": null,
-                       "pathVariables": {},
-                       "pathVariableData": [],
-                       "method": "POST",
-                       "data": [],
-                       "dataMode": "raw",
-                       "tests": null,
-                       "currentHelper": "normal",
-                       "helperAttributes": {},
-                       "time": 1497523964759,
-                       "name": "add IPv4 labeled unicast route",
-                       "description": "",
-                       "collectionId": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-                       "responses": [],
-                       "rawModeData": "<labeled-unicast-route xmlns=\"urn:opendaylight:params:xml:ns:yang:bgp-labeled-unicast\">\n    <route-key>label1</route-key>\n    <prefix>1.1.1.1/32</prefix>\n    <path-id>1</path-id>\n    <label-stack>\n        <label-value>800322</label-value>\n    </label-stack>\n    <attributes>\n        <ipv4-next-hop>\n            <global>199.20.160.41</global>\n        </ipv4-next-hop>\n        <origin>\n            <value>igp</value>\n        </origin>\n        <as-path/>\n        <local-pref>\n            <pref>100</pref>\n        </local-pref>\n    </attributes>\n</labeled-unicast-route>"
-               },
-               {
-                       "id": "5b4964f0-183d-33fb-fe85-c9720101ebda",
-                       "headers": "Content-Type: application/xml\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
-                       "url": "http://localhost:8183/restconf/operational/bgp-rib:bgp-rib/rib/hc-bgp-instance/peer/bgp:%2F%2F10.25.1.9",
-                       "preRequestScript": null,
-                       "pathVariables": {},
-                       "method": "GET",
-                       "data": [],
-                       "dataMode": "raw",
-                       "version": 2,
-                       "tests": null,
-                       "currentHelper": "normal",
-                       "helperAttributes": {},
-                       "time": 1495116619841,
-                       "name": "show 127.0.0.3 app peer state",
-                       "description": "",
-                       "collectionId": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-                       "responses": [],
-                       "rawModeData": "<neighbor xmlns=\"urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions\">\n    <neighbor-address>192.0.2.1</neighbor-address>\n    <timers>\n        <config>\n            <hold-time>90</hold-time>\n            <connect-retry>10</connect-retry>\n        </config>\n    </timers>\n    <transport>\n        <config>\n            <remote-port>179</remote-port>\n            <passive-mode>false</passive-mode>\n        </config>\n    </transport>\n    <config>\n        <peer-type>INTERNAL</peer-type>\n    </config>\n</neighbor>"
-               },
-               {
-                       "id": "708b7662-c912-724d-6267-91b4ee6a95a1",
-                       "headers": "Content-Type: application/xml\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
-                       "headerData": [
-                               {
-                                       "key": "Content-Type",
-                                       "value": "application/xml",
-                                       "description": "",
-                                       "enabled": true
-                               },
-                               {
-                                       "key": "Authorization",
-                                       "value": "Basic YWRtaW46YWRtaW4=",
-                                       "description": "",
-                                       "enabled": true
-                               }
-                       ],
-                       "url": "http://localhost:8183/restconf/config/bgp-rib:application-rib/10.25.1.9/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/bgp-inet:ipv4-routes/ipv4-route/10.0.0.12%2F32/0",
-                       "queryParams": [],
-                       "preRequestScript": null,
-                       "pathVariables": {},
-                       "pathVariableData": [],
-                       "method": "PUT",
-                       "data": [],
-                       "dataMode": "raw",
-                       "version": 2,
-                       "tests": null,
-                       "currentHelper": "normal",
-                       "helperAttributes": {},
-                       "time": 1497597573297,
-                       "name": "update second ipv4unicast route",
-                       "description": "",
-                       "collectionId": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-                       "responses": [],
-                       "rawModeData": "<ipv4-route xmlns=\"urn:opendaylight:params:xml:ns:yang:bgp-inet\">\n    <path-id>0</path-id>\n    <prefix>10.0.0.12/32</prefix>\n    <attributes>\n        <as-path></as-path>\n        <origin>\n            <value>igp</value>\n        </origin>\n        <local-pref>\n            <pref>102</pref>\n        </local-pref>\n        <ipv4-next-hop>\n            <global>10.11.1.1</global>\n        </ipv4-next-hop>\n    </attributes>\n</ipv4-route>"
-               },
-               {
-                       "id": "7dcba5fa-d007-7aab-b0b5-8d855dc3c2b9",
-                       "headers": "Content-Type: application/xml\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
-                       "url": "http://localhost:8183/restconf/operational/bgp-rib:bgp-rib/rib/hc-bgp-instance/loc-rib",
-                       "preRequestScript": null,
-                       "pathVariables": {},
-                       "method": "GET",
-                       "data": [],
-                       "dataMode": "raw",
-                       "tests": null,
-                       "currentHelper": "normal",
-                       "helperAttributes": {},
-                       "time": 1495009616064,
-                       "name": "show speeker's Loc-RIB",
-                       "description": "",
-                       "collectionId": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-                       "responses": [],
-                       "rawModeData": "<neighbor xmlns=\"urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions\">\n    <neighbor-address>10.25.1.9</neighbor-address>\n    <config>\n        <peer-group>application-peers</peer-group>\n    </config>\n</neighbor>"
-               },
-               {
-                       "id": "a45a76ba-0d23-57b4-eaf5-0b660a7852b3",
-                       "headers": "Content-Type: application/xml\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
-                       "url": "http://localhost:8183/restconf/operational/bgp-rib:bgp-rib/rib/hc-bgp-instance/peer/bgp:%2F%2F127.0.0.2/adj-rib-out/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/bgp-inet:ipv4-routes",
-                       "preRequestScript": null,
-                       "pathVariables": {},
-                       "method": "GET",
-                       "data": [],
-                       "dataMode": "raw",
-                       "version": 2,
-                       "tests": null,
-                       "currentHelper": "normal",
-                       "helperAttributes": {},
-                       "time": 1495009639185,
-                       "name": "show 127.0.0.2 peer's adj-rib-out",
-                       "description": "",
-                       "collectionId": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-                       "responses": [],
-                       "rawModeData": "<neighbor xmlns=\"urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions\">\n    <neighbor-address>192.0.2.1</neighbor-address>\n    <timers>\n        <config>\n            <hold-time>90</hold-time>\n            <connect-retry>10</connect-retry>\n        </config>\n    </timers>\n    <transport>\n        <config>\n            <remote-port>179</remote-port>\n            <passive-mode>false</passive-mode>\n        </config>\n    </transport>\n    <config>\n        <peer-type>INTERNAL</peer-type>\n    </config>\n</neighbor>"
-               },
-               {
-                       "id": "db1e7d40-8dc8-be65-9467-22a39cde24eb",
-                       "headers": "Content-Type: application/xml\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
-                       "headerData": [
-                               {
-                                       "key": "Content-Type",
-                                       "value": "application/xml",
-                                       "description": "",
-                                       "enabled": true
-                               },
-                               {
-                                       "key": "Authorization",
-                                       "value": "Basic YWRtaW46YWRtaW4=",
-                                       "description": "",
-                                       "enabled": true
-                               }
-                       ],
-                       "url": "http://localhost:8183/restconf/config/bgp-rib:application-rib/10.25.1.9/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/bgp-inet:ipv4-routes/ipv4-route/10.0.0.12%2F32/0",
-                       "queryParams": [],
-                       "preRequestScript": null,
-                       "pathVariables": {},
-                       "pathVariableData": [],
-                       "method": "DELETE",
-                       "data": [],
-                       "dataMode": "raw",
-                       "version": 2,
-                       "tests": null,
-                       "currentHelper": "normal",
-                       "helperAttributes": {},
-                       "time": 1497597304771,
-                       "name": "remove second ipv4unicast route",
-                       "description": "",
-                       "collectionId": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-                       "responses": [],
-                       "rawModeData": ""
-               },
-               {
-                       "id": "de49ba67-7f69-a866-62e1-3102b610a85b",
-                       "headers": "Content-Type: application/xml\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
-                       "url": "http://localhost:8183/restconf/operational/bgp-rib:bgp-rib/rib/hc-bgp-instance",
-                       "preRequestScript": null,
-                       "pathVariables": {},
-                       "method": "GET",
-                       "data": [],
-                       "dataMode": "raw",
-                       "tests": null,
-                       "currentHelper": "normal",
-                       "helperAttributes": {},
-                       "time": 1495116911838,
-                       "name": "show hc-bgp-instance",
-                       "description": "",
-                       "collectionId": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-                       "responses": [],
-                       "rawModeData": "<neighbor xmlns=\"urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions\">\n    <neighbor-address>192.0.2.1</neighbor-address>\n    <timers>\n        <config>\n            <hold-time>90</hold-time>\n            <connect-retry>10</connect-retry>\n        </config>\n    </timers>\n    <transport>\n        <config>\n            <remote-port>179</remote-port>\n            <passive-mode>false</passive-mode>\n        </config>\n    </transport>\n    <config>\n        <peer-type>INTERNAL</peer-type>\n    </config>\n</neighbor>"
-               },
-               {
-                       "id": "f3f23ede-fa81-fab9-9668-55aa746dec67",
-                       "headers": "Content-Type: application/xml\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
-                       "url": "http://localhost:8183/restconf/operational/bgp-rib:bgp-rib/rib/hc-bgp-instance/peer/bgp:%2F%2F127.0.0.2",
-                       "preRequestScript": null,
-                       "pathVariables": {},
-                       "method": "GET",
-                       "data": [],
-                       "dataMode": "raw",
-                       "version": 2,
-                       "tests": null,
-                       "currentHelper": "normal",
-                       "helperAttributes": {},
-                       "time": 1495009591745,
-                       "name": "show 127.0.0.2 peer state",
-                       "description": "",
-                       "collectionId": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-                       "responses": [],
-                       "rawModeData": "<neighbor xmlns=\"urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions\">\n    <neighbor-address>192.0.2.1</neighbor-address>\n    <timers>\n        <config>\n            <hold-time>90</hold-time>\n            <connect-retry>10</connect-retry>\n        </config>\n    </timers>\n    <transport>\n        <config>\n            <remote-port>179</remote-port>\n            <passive-mode>false</passive-mode>\n        </config>\n    </transport>\n    <config>\n        <peer-type>INTERNAL</peer-type>\n    </config>\n</neighbor>"
-               },
-               {
-                       "id": "fb3c78a8-0d4e-2cb6-fddd-8f42e0336f53",
-                       "headers": "Content-Type: application/xml\nAuthorization: Basic YWRtaW46YWRtaW4=\n",
-                       "headerData": [
-                               {
-                                       "key": "Content-Type",
-                                       "value": "application/xml",
-                                       "description": "",
-                                       "enabled": true
-                               },
-                               {
-                                       "key": "Authorization",
-                                       "value": "Basic YWRtaW46YWRtaW4=",
-                                       "description": "",
-                                       "enabled": true
-                               }
-                       ],
-                       "url": "http://localhost:8183/restconf/config/bgp-rib:application-rib/10.25.1.9/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/bgp-inet:ipv4-routes/ipv4-route/10.0.0.12%2F32/0",
-                       "queryParams": [],
-                       "preRequestScript": null,
-                       "pathVariables": {},
-                       "pathVariableData": [],
-                       "method": "PUT",
-                       "data": [],
-                       "dataMode": "raw",
-                       "version": 2,
-                       "tests": null,
-                       "currentHelper": "normal",
-                       "helperAttributes": {},
-                       "time": 1497597550097,
-                       "name": "add another ipv4unicast route",
-                       "description": "",
-                       "collectionId": "cb7735ac-4fe2-2de0-0c3a-298bdf17314f",
-                       "responses": [],
-                       "rawModeData": "<ipv4-route xmlns=\"urn:opendaylight:params:xml:ns:yang:bgp-inet\">\n    <path-id>0</path-id>\n    <prefix>10.0.0.12/32</prefix>\n    <attributes>\n        <as-path></as-path>\n        <origin>\n            <value>igp</value>\n        </origin>\n        <local-pref>\n            <pref>100</pref>\n        </local-pref>\n        <ipv4-next-hop>\n            <global>10.11.1.1</global>\n        </ipv4-next-hop>\n    </attributes>\n</ipv4-route>"
-               }
-       ]
-}
\ No newline at end of file