From 3b8f51cb8811b604415064fd409a3b5059956539 Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Fri, 16 Dec 2022 17:41:33 -0500 Subject: Performing closed-loop operation when callback dg is called by CCSDK. Also fixing a bug in delete operation. Issue-ID: SDNC-1732 Signed-off-by: Hesam Rahimi Change-Id: I68a7e5d9b57957f464ced5da6321e059bc293ed6 Former-commit-id: 937aa7593fb3f2d60dcc7be299e29502f4e23fee --- installation/src/main/properties/generic-resource-api-dg.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 584f4c6c..054ced81 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -50,6 +50,7 @@ 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-ethernet-service-modify.templatefile=p2p-ethernet-service-modify.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 @@ -102,4 +103,4 @@ restapi.ss-mS-mac-address-unassign=/api/macaddress/v1/service/unassign restapi.preload-network=/restconf/config/GENERIC-RESOURCE-API:preload-information/preload-list/{network-name}/network/preload-data/preload-network-topology-information/ restapi.preloadinformation=/restconf/config/GENERIC-RESOURCE-API:preload-information/preload-list/ restapi.vf-module=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/ -restapi.vnf-assign=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id} +restapi.vnf-assign=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id} \ No newline at end of file -- cgit 1.2.3-korg