From 3a2a55774c058e4acf88dfa1ac2fc2473154236d Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 8 Oct 2019 15:54:33 -0400 Subject: Add logic to use sync vs async SO response Add logic to send sync response to SO for vCPE but async for vFW Change-Id: I76e15c6a710459124d74f98804b8b7c035be12a6 Issue-ID: SDNC-939 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: 2e90e431a879146a4b66a2d93dffdd40c6a0d2ea --- installation/src/main/properties/generic-resource-api-dg.properties | 3 +++ 1 file changed, 3 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 b303d992..589e740f 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -47,6 +47,9 @@ restapi.ss.mS.mac.address.unassign.templatefile=self-serve-mS-mac-address-unassi # Default cloud owner cloud-region.cloud-owner=CloudOwner +# Ignored SO response URL +so.ignore-url=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify + # URLs restapi.cr-allottedresource=/restconf/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/ restapi.sz-allottedresource=/restconf/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/ -- cgit 1.2.3-korg