X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fts-ethernet-service.json;h=dc1a0c31c15adf399572ffc30ae3f2417e21859b;hb=c8167f18f2f62c31a84c934325c5d0ca4d721b05;hp=50a82fb8a161854fd99b5d91b579f2361d6f50a9;hpb=550fe5b30603ff6da993acc5aeea83d1096433eb;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..dc1a0c31 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":{ @@ -37,13 +38,13 @@ ], "outer-tag":{ "tag-type":"ietf-eth-tran-types:classify-c-vlan", - "vlan-value":1 + "vlan-value":${cvlan} }, "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} } } ]