From: Jim Hahn Date: Mon, 20 Apr 2020 12:41:34 +0000 (-0400) Subject: Add properties needed by A&AI PNF Operation X-Git-Tag: 1.6.2~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3dde9f0b68fae53c14f8fe89e58022381f1f17e0;p=policy%2Fdrools-applications.git Add properties needed by A&AI PNF Operation Added properties needed by A&AI PNF Operation. Issue-ID: POLICY-2505 Signed-off-by: Jim Hahn Change-Id: I58966faf9eb9900123a085bf8093050440c15170 --- diff --git a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties index a978bc1a0..bd2797b16 100644 --- a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties +++ b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties @@ -38,6 +38,7 @@ actor.service.GUARD.operations.Decision.path=decision actor.service.AAI.clientName=AAI actor.service.AAI.operations.CustomQuery.path=aai/v16/query +actor.service.AAI.operations.Pnf.path=aai/v16/network/pnfs/pnf actor.service.AAI.operations.Tenant.path=aai/v16/search/nodes-query actor.service.APPC.sinkTopic=APPC-LCM-READ diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties index 9359dad4f..ea9569a85 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties @@ -39,6 +39,7 @@ actor.service.GUARD.operations.Decision.path=decision actor.service.AAI.clientName=AAI actor.service.AAI.operations.CustomQuery.path=aai/v16/query +actor.service.AAI.operations.Pnf.path=aai/v16/network/pnfs/pnf actor.service.AAI.operations.Tenant.path=aai/v16/search/nodes-query actor.service.APPC.sinkTopic=APPC-LCM-READ