From 2360082ba553bc6cac39e7f7e6951d20a72e9582 Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Mon, 12 Sep 2022 11:44:00 -0400 Subject: Some bug fixing for E-Line based Cloud Leased-Line service support in CCVPN use-case. Issue-ID: SDNC-1732 Signed-off-by: Hesam Rahimi Change-Id: I60ed754abd080879af1908680f7d6862460ef0a0 Former-commit-id: 7de23e988c7cf73972e07eaf2186728fb47ef756 --- .../src/main/properties/generic-resource-api-dg.properties | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'installation') diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index 10b6d670..4ba46954 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -44,6 +44,14 @@ 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.p2p-otn-src-domain-creation.templatefile=p2p-otn-tunnel-src-domain.json +restapi.p2p-otn-dst-domain-creation.templatefile=p2p-otn-tunnel-dst-domain.json +restapi.p2p-otn-domainG-creation.templatefile=p2p-otn-tunnel-domainG.json +restapi.p2p-ethernet-service.templatefile=p2p-ethernet-service.json +restapi.p2p-subscribe-notification.templatefile=p2p-subscribe-notification.json +restapi.p2p-terminate-notification.templatefile=p2p-terminate-notification.json +restapi.p2p-create-pm-data.templatefile=p2p-create-pm-data.json +restapi.p2p-call-ves.templatefile=p2p-call-ves.json restapi.cll-ethernet-service-loop.templatefile=cll-ethernet-service-loop.json restapi.cll-ethernet-service-loop-protection.templatefile=cll-ethernet-service-loop-protection.json restapi.cll-otn-src-domain-creation.templatefile=cll-otn-tunnel-src-domain.json -- cgit 1.2.3-korg