diff options
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json | 16 |
1 files changed, 8 insertions, 8 deletions
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" } ] |