X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fp2p-otn-tunnel-domainG.json;h=aa60c4a76a65808298cd1ac2af4bb9ca64d2ae7f;hb=51946551fe9016b38ba03747a3376febf7124b8e;hp=74e6d8987f559d9ef8d695635fd4d99f56118b99;hpb=2889b7c726947c26a03ed83bc49169c4b41e36d4;p=sdnc%2Foam.git diff --git a/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json b/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json index 74e6d898..aa60c4a7 100644 --- a/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json +++ b/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json @@ -4,7 +4,7 @@ "source": ${src-node-id}, "destination": ${dst-node-id}, "encoding": "ietf-te-types:lsp-encoding-oduk", - "name": ${otn-tunnel-name-src-domain}, + "name": ${otn-tunnel-name-domainG}, "restoration": { "enable": "false", "restoration-reversion-disable": "true", @@ -12,14 +12,14 @@ "wait-to-revert": 0 }, "te-bandwidth": { - "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODU0" + "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODUFlex-gfp" }, "switching-type": "ietf-te-types:switching-otn", "te-topology-identifier": { - "client-id": ${client-id}, - "provider-id": ${provider-id}, - "topology-id": ${topology-id} - }, + "client-id": 6666, + "provider-id": 5555, + "topology-id": "11" + }, "p2p-primary-paths": { "p2p-primary-path": [ { @@ -35,8 +35,8 @@ } ] }, - "ietf-otn-tunnel:dst-tributary-slot-count": ${gfp-n}, - "ietf-otn-tunnel:src-tributary-slot-count": ${gfp-n}, + "ietf-otn-tunnel:dst-tributary-slot-count": 8, + "ietf-otn-tunnel:src-tributary-slot-count": 8, "provisioning-state": "ietf-te-types:tunnel-admin-state-down" } ]