X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fts-ethernet-service.json;fp=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fts-ethernet-service.json;h=5842e0bb7296ee3602f099f9e7d7f037c04cac28;hb=9c49bf5a112d96f17cfff475bb61c5e99046a242;hp=50a82fb8a161854fd99b5d91b579f2361d6f50a9;hpb=e07cb63566934236cc1574bc3ae8ae165b664107;p=sdnc%2Foam.git 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} } } ]