From 13267a899ccd06491f79f653caf1483957563149 Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Mon, 22 Feb 2021 15:30:38 +0000 Subject: Supporting 3 or more network domains for Transport Slicing use case. Issue-ID: SDNC-1487 Signed-off-by: Hesam Rahimi Change-Id: Ia497741d70eff0f5fba12ad487f0f240709b5cb5 Former-commit-id: c2ff57f8ac2f830bb4709a29dca9644dd8d4c82d --- installation/src/main/properties/generic-resource-api-dg.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'installation/src/main/properties') diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index d4127133..5d4654a3 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -38,8 +38,10 @@ 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.transport-sliceG-list-creation.templatefile=ts-allocate-tn-sliceG-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-otn-domainG-creation.templatefile=ts-otn-tunnel-domainG.json restapi.ts-ethernet-service.templatefile=ts-ethernet-service.json restapi.ts-coloring-uni-port.templatefile=ts-coloring-uni-port.json restapi.naming.gen-name.templatefile=naming-ms-post-gen-name.json -- cgit 1.2.3-korg