From 8f77d7fe0dd148054ed048642bf87ee7724dc2be Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Fri, 29 Jan 2021 22:22:22 +0000 Subject: Adding code in oder to supporting multiple E-Line services per each Transport Slice. Issue-ID: SDNC-1458 Signed-off-by: Hesam Rahimi Change-Id: I1a503db48020ca2f085f4937638cdcd1764fef2d Former-commit-id: 7189c44abd762ce9459c619e8da16ba46dfc35ff --- installation/src/main/properties/generic-resource-api-dg.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'installation/src/main') diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index 389670bc..d4127133 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -36,6 +36,8 @@ restapi.sotn-attachment.templatefile=sotn-attachment-allotted-resource.json restapi.sdwan-attachment.templatefile=sdwan-attachment-allotted-resource.json restapi.oof-getpath.templatefile=oof-getpath.json restapi.transport-slice-creation.templatefile=ts-allocate-tn-slice.json +restapi.transport-sliceA-list-creation.templatefile=ts-allocate-tn-sliceA-list.json +restapi.transport-sliceB-list-creation.templatefile=ts-allocate-tn-sliceB-list.json restapi.ts-otn-src-domain-creation.templatefile=ts-otn-tunnel-src-domain.json restapi.ts-otn-dst-domain-creation.templatefile=ts-otn-tunnel-dst-domain.json restapi.ts-ethernet-service.templatefile=ts-ethernet-service.json -- cgit 1.2.3-korg