From 51946551fe9016b38ba03747a3376febf7124b8e Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Fri, 28 Oct 2022 18:13:38 -0400 Subject: Support for integration of E-Line based Cloud Leased Line service with hardware domain controller. Issue-ID: SDNC-1732 Signed-off-by: Hesam Rahimi Change-Id: Iaa49d272769b47148bcb05a5c8e35db49e85dfb7 Former-commit-id: ac7a2377e8fea65230d3403b9dd8413daf65c70a --- installation/src/main/properties/generic-resource-api-dg.properties | 2 ++ 1 file changed, 2 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 4ba46954..584f4c6c 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -48,6 +48,8 @@ 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-ethernet-service-vlan.templatefile=p2p-ethernet-service-vlan.json +restapi.p2p-ethernet-service-same-domain.templatefile=p2p-ethernet-service-same-domain.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 -- cgit 1.2.3-korg