From 9c49bf5a112d96f17cfff475bb61c5e99046a242 Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Thu, 10 Dec 2020 22:27:04 +0000 Subject: Use same name for OTN Tunnels and Ethernet Services in both domains. Issue-ID: SDNC-1431 Change-Id: I5cc4d3c503d3b3e16e1223a50df654d19478b8cc Signed-off-by: Hesam Rahimi Former-commit-id: aa034c1b736770008aea1865febbe229aabce3db --- .../restapi-templates/src/main/json/ts-ethernet-service.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'platform-logic/restapi-templates/src') 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} } } ] -- cgit 1.2.3-korg