X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fts-otn-tunnel-dst-domain.json;h=29d19e048c1d3a821ac73deef504307fa42663d9;hb=2a546f93ac1c3686f099549fc88cd8bf2d39bd20;hp=40b1888e186a90fc936d09e4a8307acdaee07cf9;hpb=3163302061acd65bafb5a1f9ab954e467d858186;p=sdnc%2Foam.git diff --git a/platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-dst-domain.json b/platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-dst-domain.json index 40b1888e..29d19e04 100644 --- a/platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-dst-domain.json +++ b/platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-dst-domain.json @@ -3,33 +3,48 @@ "tunnels": { "tunnel": [ { - "source": ${src-node-id}, - "destination": ${dst-node-id}, - "ietf-otn-tunnel:src-tpn": ${src-tpn-id}, - "src-ttp-id": ${src-ttp-id}, - "te-bandwidth": { - "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODUFlex-gfp", - "ietf-otn-tunnel:gfp-n": ${gfp-n} - }, - "ietf-otn-tunnel:dst-tributary-slot-count": 1, - "ietf-optical-slice:slice-id": ${slice-instance-id}, - "encoding": "ietf-te-types:lsp-encoding-oduk", "name": ${otn-tunnel-name-dst-domain}, - "restoration": { - "enable": "false", - "hold-off-time": "0", - "restoration-reversion-disable": "true", - "restoration-type": "ietf-te-types:lsp-restoration-restore-any", - "wait-to-revert": "0" - }, - "switching-type": "ietf-te-types:switching-otn", - "te-topology-identifier": { - "client-id": ${client-id}, - "provider-id": ${provider-id}, - "topology-id": ${topology-id} - }, - "provisioning-state": "ietf-te-types:tunnel-state-up" + "source": ${src-node-id}, + "destination": ${dst-node-id}, + "src-tunnel-tp-id": ${src-ttp-id}, + "te-bandwidth": { + "ietf-otn-tunnel:otn": { + "ietf-otn-tunnel:odu-type": "ietf-layer1-types:ODUflex", + "ietf-otn-tunnel:gfp-n": ${gfp-n} + } + }, + "encoding": "ietf-te-types:lsp-encoding-oduk", + "switching-type": "ietf-te-types:switching-otn", + "protection": { + "enable": "true", + "hold-off-time": "0", + "protection-reversion-disable": "true", + "protection-type": "ietf-te-types:lsp-protection-unprotected", + "wait-to-revert": "0" + }, + "admin-state": "ietf-te-types:tunnel-admin-state-up", + "primary-paths":{ + "primary-path" :[ + { + "name":"primary", + "path-in-segment":{ + "label-restrictions":{ + "label-restriction":[ + { + "index" :1, + "label-start":{ + "te-label":{ + "ietf-otn-tunnel:otn-tpn": ${src-tpn-id} + } + } + } + ] + } + } + } + ] } + } ] } }