diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2022-10-28 18:13:38 -0400 |
---|---|---|
committer | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2022-11-02 13:05:43 +0000 |
commit | 51946551fe9016b38ba03747a3376febf7124b8e (patch) | |
tree | 2003f306ab93af177e20836562eba0c014bbccfa /platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json | |
parent | 2889b7c726947c26a03ed83bc49169c4b41e36d4 (diff) |
Support for integration of E-Line based Cloud Leased Line service with hardware domain controller.
Issue-ID: SDNC-1732
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: Iaa49d272769b47148bcb05a5c8e35db49e85dfb7
Former-commit-id: ac7a2377e8fea65230d3403b9dd8413daf65c70a
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" } ] |