diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2020-12-10 22:27:04 +0000 |
---|---|---|
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | 2020-12-10 23:30:42 +0000 |
commit | bc1bd4fa36e505263dcd3cd62c3a8e26dcd60743 (patch) | |
tree | 7fde913467eeb2b0225ad7eefcc447281cd48893 /platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json | |
parent | c01c0defdd28081f120d79fd4f54ec2a9cd1c916 (diff) |
Use same name for OTN Tunnels and Ethernet Services in both domains.
Issue-ID: SDNC-1431
Change-Id: I5cc4d3c503d3b3e16e1223a50df654d19478b8cc
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Former-commit-id: b89b641bc03235f14409107dea771ae2f6db44d7
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json b/platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json index 50a82fb8..5842e0bb 100644 --- a/platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json +++ b/platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json @@ -3,6 +3,7 @@ "etht-svc-instances":[ { "etht-svc-name": ${eth-service-name}, + "ietf-optical-slice:slice-id": ${slice-id}, "etht-svc-descr": "Ethernet-over-OTN", "etht-svc-type": "ietf-eth-tran-types:p2p-svc", "te-topology-identifier":{ @@ -42,8 +43,8 @@ "service-classification-type":"ietf-eth-tran-types:vlan-classification", "ingress-egress-bandwidth-profile":{ "bandwidth-profile-type":"ietf-eth-tran-types:mef-10-bwp", - "CIR":5000, - "EIR":5000 + "CIR": ${CIR}, + "EIR":${EIR} } } ] |